What is the default JetType?
Moderator: Moderators
-
- Recruit Womprat Killer
- Posts: 12
- Joined: Mon Jan 04, 2021 10:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
What is the default JetType?
I'm trying to use SetClassProperty to change a unit's hover type jetpack into the default darktrooper style one. I can't find this information anywhere, and nothing I've tried has worked. If I remember correctly, I've tried "default", "force", "jump", "", and "jedi".
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: What is the default JetType?
There is no jet type, you have modify the actual jetpack settings. Look at the original ODFs to understand how it works.
-
- Recruit Womprat Killer
- Posts: 12
- Joined: Mon Jan 04, 2021 10:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: What is the default JetType?
I did look at the ODFs, the clone jettrooper has the line [JetType = "hover"], whereas the darktrooper has no jetType line. Even when I do [ SetClassProperty("rep_inf_ep3_jettrooper", "JetPush", "0.0")] it still hovers. Am I changing the wrong property?
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: What is the default JetType?
Well then I don't know, I thought it was all determined somehow else.