Hello I want that my Super Battledroid is walking a bit slower but how?
And how can I make that they are not jumping so high?
thx!
Slow walking [Solved]
Moderator: Moderators
-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
Slow walking [Solved]
Last edited by DrDrSheldonLeeCooper on Sun Apr 05, 2015 6:24 pm, edited 1 time in total.
-
razac920
- 2nd Lieutenant

- Posts: 365
- Joined: Sun Jan 16, 2011 12:42 am
Re: Slow walking
Take a look at com_inf_default.odf
Just override these values with new ones in your custom unit .odf file.
Hidden/Spoiler:
-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
Re: Slow walking
thank you 
- AnthonyBF2
- Sith

- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Slow walking [solved]
You can also paste those same parameters and values in the actual character odf file.
If a character has it's own values, it will ignore the class parent file com_inf_default.
If a character has it's own values, it will ignore the class parent file com_inf_default.
-
razac920
- 2nd Lieutenant

- Posts: 365
- Joined: Sun Jan 16, 2011 12:42 am
Re: Slow walking [solved]
Also, these changes are simple enough to do with scripting:
SetClassProperty("cis_inf_rifleman","JumpHeight",0.89) will cut the SBD jump height in half, and
SetClassProperty("cis_inf_rifleman","MaxSpeed",6.0) SetClassProperty("cis_inf_rifleman","MaxStrafeSpeed",4.5) will make the SBD move as slow as a rocketeer.
SetClassProperty("cis_inf_rifleman","JumpHeight",0.89) will cut the SBD jump height in half, and
SetClassProperty("cis_inf_rifleman","MaxSpeed",6.0) SetClassProperty("cis_inf_rifleman","MaxStrafeSpeed",4.5) will make the SBD move as slow as a rocketeer.
-
DrDrSheldonLeeCooper
- Chief Warrant Officer

- Posts: 353
- Joined: Sat Apr 26, 2014 1:50 pm
- Projects :: Times before Empire
- xbox live or psn: No gamertag set
- Location: Coruscant City [Germany]
Re: Slow walking [solved]
Thanks guys I got it already 
