跳出车辆(移动版)
此脚本允许您在不停车的情况下跳出汽车,这在后来的作品中存在,但在GTA 3中没有。
安装方法:安装CLEO并将CLEO文件夹放入您的GTA 3文件夹
使用方法: 驾驶时只需按下车辆退出键 :P
这与VC的跳出机制尽可能准确,这意味着:
- 播放动画
- 速度被保留
- 伤害相应计算
- 如果您的健康值过低,您不会死亡,而是最低为5 HP
使用Birds的CLEO脚本移植到移动版
使用DeepSeek帮助我找到操作码0AC8和0AC9的相应函数名称(帮助我成功移植此CLEO脚本),并使用DK22Pac的插件SDK帮助我找到函数内存地址的相应函数名称
This script allows you to jump out of your car without having to stop it, something that was present in the later titles but not GTA 3.
How to install: install CLEO and put the CLEO folder in your GTA 3 folder
How to use: just press the vehicle exit key while driving :P
This is as accurate as possible to VC's bailing out mechanic which means that:
- An animation plays
- Velocity is carried
- Damage is taken accordingly
- If your health is too low then you wouldn't die but instead have the bare minimum of 5 HP
Used Birds.' CLEO script ported to the mobile version
Using DeepSeek to help me find the corresponding function names for opcodes 0AC8 and 0AC9 (assisting me in successfully porting this CLEO script), and using DK22Pac's plugin-sdk to help me find the corresponding function names for function memory addresses
