Zedane Posted January 4, 2012 Share Posted January 4, 2012 (edited) GTAIII Car Bail Script Ever Wondered why Claude can't bail out of a car? Because he didn't learn to do it. Hopefully this modification, which I made allows you to Bail from your car while in motion. There is no animation currently but it works perfect. Below is the WIP code. It is ready and is being tested before being put into a script. :3BailScript0001: wait 0 ms 00D6: if 0256: player $PLAYER_CHAR defined 004D: jump_if_false @3BailScript_200 00D6: if 00E1: pad 0 key_pressed 15 004D: jump_if_false @3BailScript_147 00D6: if 00E0: player $PLAYER_CHAR driving 004D: jump_if_false @3BailScript_147 03C1: $4313 = player $PLAYER_CHAR car 02E3: $4314 = car $4313 speed 0227: $4315 = car $4313 health 0054: store_player $PLAYER_CHAR position_to $4316 $4317 $4318 00D6: if or0020: $4314 > 15.0 // floating-point values 001A: 250 > $4315 // integer values 02BF: car $4313 sunk 004D: jump_if_false @3BailScript 0009: $4318 += 1.0 // floating-point values 012A: put_player $PLAYER_CHAR at $4316 $4317 $4318 and_remove_from_car 02EB: restore_camera_with_jumpcut :3BailScript_14700D6: if 00E1: pad 0 key_pressed 15 004D: jump_if_false @3BailScript 0001: wait 100 ms 0002: jump @3BailScript_147 :3BailScript_2000001: wait 1000 ms 0002: jump @3BailScript I think I shall make a cleo version but I'm not sure of the opcodes a CLEO version. Please post your feedback. Just a final test and the Mod will be uploaded. Edited January 4, 2012 by Zedane Link to comment Share on other sites More sharing options...
Aron2hip Posted November 12, 2012 Share Posted November 12, 2012 Would this work for mobile version since the android version is an almost exact port 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