Movement penalty

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
User avatar
CaptainPoopface




Artisan Advisor Literarian 250

Posts: 408
Joined: Mon Jul 23, 2007 7:56 am

Movement penalty

Post by CaptainPoopface »

There are fields in the [weap] tag to assign forward, backward and sideways movement penalty, but I've never seen a weapon use them, and I've never gotten any effect from changing them. Is it a deprecated feature?

I would like to make a heavy-duty gun that causes someone to move more slowly than a small handheld gun.
Retired. Thank you neodos, DemonicSandwich, DarkShallFall, Dragonfire, foxfanatic2317, GOWO and everyone in the hall of fame.
If you want to know how I did something, take apart my mods.
User avatar
xzodia




Translator Connoisseur Coagulator

Posts: 1981
Joined: Sun May 15, 2005 10:31 am
Location: UK
Contact:

Post by xzodia »

the movement penalty values are prob in the place but they are in there somewhere unless they were removed but that is unlikely

edit:
try this:

Code: Select all

<float name="Unknown" offset="540" visible="True" />
  <float name="Unknown" offset="544" visible="True" />
  <float name="Unknown" offset="548" visible="True" />
  <float name="Unknown" offset="552" visible="True" />
  <enum32 name="Movement Penalized" offset="556" visible="True">
    <option name="Always" value="0" />
    <option name="When Zoomed" value="1" />
    <option name="When Zoomed or Reloading" value="2" />
  </enum32>
  <float name="Forwards Movement Penalty Percentage" offset="560" visible="True" />
  <float name="Sideways And Backwards Movement Penalty Percentage" offset="564" visible="True" />
  <float name="AI Scariness" offset="568" visible="True" />
  <float name="Light Power-on Time (sec)" offset="572" visible="True" />
  <float name="Light Power-off Time (sec)" offset="576" visible="True" />
Image
Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
User avatar
DemonicSandwich




Advisor Connoisseur

Posts: 1198
Joined: Sat Sep 30, 2006 6:10 pm
Location:

Post by DemonicSandwich »

Would that percentage be something like this xzodia. \/
1=100%
0.5=50%
AIM wrote:Demonic5andwich (6:10:10 PM): structure of a first person weapon animation:
Demonic5andwich (6:10:43 PM): mess, mess, maybe a node?, another header?! wtf!, more mess, tacos, more shit
User avatar
xzodia




Translator Connoisseur Coagulator

Posts: 1981
Joined: Sun May 15, 2005 10:31 am
Location: UK
Contact:

Post by xzodia »

yea but im not sure if for example 0.5 would slow the person or make them faster (assuming the correct value is changed)
Image
Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
Post Reply