King12 Posted December 25, 2017 Share Posted December 25, 2017 Hello there, I have looked everywhere but couldn't find anything. Does anyone have an idea about the parachute canopy dff model ID? or a way to replace it instead of .png shaders? Link to comment
Slim Posted December 25, 2017 Share Posted December 25, 2017 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. Link to comment
King12 Posted December 26, 2017 Author Share Posted December 26, 2017 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
Slim Posted December 27, 2017 Share Posted December 27, 2017 (edited) 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.paracx.txd 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. Edited December 27, 2017 by Justin|X5| Added a link 1 Link to comment
King12 Posted December 27, 2017 Author Share Posted December 27, 2017 (edited) 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.paracx.txd 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. 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. 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 December 27, 2017 by King12 1 Link to comment
HeySlickThatsMe Posted December 27, 2017 Share Posted December 27, 2017 Alternate method: Replace any other object (Something unused or interior only object) then change the default canopy id to your object id in the parachute script 1 Link to comment
Slim Posted December 30, 2017 Share Posted December 30, 2017 Maybe you could pull off overriding the default skydive animations, you know how you would make a player dance? idk if it'll work.https://wiki.multitheftauto.com/wiki/Animations Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now