Jump to content

Replacing parachute canopy dff model?


King12

Recommended Posts

14 hours ago, Justin|X5| said:

I downloaded this and it seems to be no different from any other model replacement, if you know the .TXD for the default parachute you should have the model ID.
So try replacing it the same as you would with a vehicle model DFF and TXD.

The problem is, I couldn't find the dff ID for the parachute canopy (or something that changes it).

Link to comment

Idk.

I even replaced the default .TXD with a transparent .PNG and it won't disappear it just goes white.
So long story short, I think the actual parachute canopy ID is 3060 but it doesn't work when replacing.
And the parachute backpack is ID 371.
I was gonna suggest turning the default parachute transparent and using AttachElements but, since it remains white you're out of luck.
You can currently change the shaders of the default canopy and that's it.
If I'm not mistaken, the guy in the video has CLEO mod installed.
Capture.png
paracx.txd
para.png
Maybe the .DFF is named something weird, but I couldn't find anything, idk man.
Since shaders allow you to change them according to names instead of ID's, as far as I know this is all you've got.mta_screen_2017_12_26_18_58_45.png

Edited by Justin|X5|
Added a link
  • Like 1
Link to comment
1 hour ago, Justin|X5| said:

Idk.

I even replaced the default .TXD with a transparent .PNG and it won't disappear it just goes white.
So long story short, I think the actual parachute canopy ID is 3060 but it doesn't work when replacing.
And the parachute backpack is ID 371.
I was gonna suggest turning the default parachute transparent and using AttachElements but, since it remains white you're out of luck.
You can currently change the shaders of the default canopy and that's it.
If I'm not mistaken, the guy in the video has CLEO mod installed.
Capture.png
paracx.txd
para.png
Maybe the .DFF is named something weird, but I couldn't find anything, idk man.
Since shaders allow you to change them according to names instead of ID's, as far as I know this is all you've got.mta_screen_2017_12_26_18_58_45.png

It's the fact that I want to replace the dff model of the canopy itself, and I actually tried a shader to make the parachute disappear but failed, since I really don't know anything about shaders. As you can see sometimes it disappears and sometimes not.

SULQuxrCQl2VSv1__rqoJg.png

 

bh0UvZ_-R4mHhxC7uj1WoQ.png

 

struct PSInput 
{ 
    float4 Diffuse      : COLOR0; 
}; 
  
float4 PixelShaderFunction( PSInput PS ) : COLOR0 
{ 
    float4 color = PS.Diffuse; 
    
    color.a = 0; 
    
    return color; 
} 
  
technique 
{ 
    pass p0 
    { 
        AlphaBlendEnable    = TRUE; 
        DestBlend           = INVSRCALPHA; 
        SrcBlend            = SRCALPHA; 
        PixelShader         = compile ps_2_0 PixelShaderFunction(); 
    } 
} 

 

Edited by King12
  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...