hugogta Posted April 14, 2008 Share Posted April 14, 2008 Hey! Well, I would like to know if there are a function to increase/decrease the player speed, and not the world speed. If someone know, reply here would be very nice. Bye bye, and thanks! Hugo. Link to comment Share on other sites More sharing options...
Mag-got Posted April 14, 2008 Share Posted April 14, 2008 It is only possible by changing it's memory adresses value, which isn't mission coding. Link to comment Share on other sites More sharing options...
hugogta Posted April 14, 2008 Author Share Posted April 14, 2008 (edited) Ahhh, okay, so I think I can't code it with the things I wanted to do: make a Bullet Time mod, but player a bit faster than the world like in Matrix Movies. Edited April 14, 2008 by hugogta Link to comment Share on other sites More sharing options...
Doomed_Space_Marine Posted April 14, 2008 Share Posted April 14, 2008 It is only possible by changing it's memory adresses value, which isn't mission coding. What about green goo in Driver mod? Link to comment Share on other sites More sharing options...
hugogta Posted April 14, 2008 Author Share Posted April 14, 2008 It is only possible by changing it's memory adresses value, which isn't mission coding. What about green goo in Driver mod? Hmm, could you explain more please? Link to comment Share on other sites More sharing options...
Rapier Posted April 15, 2008 Share Posted April 15, 2008 (edited) Hey! Well, I would like to know if there are a function to increase/decrease the player speed, and not the world speed. If someone know, reply here would be very nice. Bye bye, and thanks! Hugo. Yes, there is a function (opcode). 0393: actor $PLAYER_ACTOR perform_animation "SPRINT_CIVI" at ?.? times_normal_rate Where ?.? is a speed of movement. 1.0 is default. Complementing: In the example above, was used the animation "SPRINT_CIVI", but this opcode works for all. You can find more animations opening the file GTA_SA.EXE and looking for strings. Edited April 16, 2008 by Rapier Link to comment Share on other sites More sharing options...
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