artginPL Posted July 19, 2019 Share Posted July 19, 2019 I would like to change (by cleo) the maximum value of the wheels angle (from handling) so that I could easily turn by large vehicles. Can this be done easily? Link to comment Share on other sites More sharing options...
artginPL Posted August 25, 2019 Author Share Posted August 25, 2019 I wrote a simple script, but it doesn't work. Could anyone help? {$CLEO} 0007: [email protected] = 60.0 // new max wheels angle while true 0001: wait 500 ms if 00DF: actor $PLAYER_ACTOR driving then if 0039: [email protected] == 0 then 03C0: [email protected] = actor $PLAYER_ACTOR car 0441: [email protected] = car [email protected] model [email protected] -= 400 [email protected] *= 0x308 [email protected] += 0xB1F650 [email protected] += 0x4E 0A8D: [email protected] = read_memory [email protected] size 2 virtual_protect 0 // get handling ID [email protected] *= 0xE0 // *224 (each slot has 224 bytes of data) [email protected] += 0xC2B9DC // Handling Block Start [email protected] += 0xA0 // fSteeringLock 0A8D: [email protected] = read_memory [email protected] size 4 virtual_protect 0 0A8C: write_memory [email protected] size 4 value [email protected] virtual_protect 0 0006: [email protected] = 1 end else 0006: [email protected] = 0 end end Link to comment Share on other sites More sharing options...