engIVne (CLEO Redux)
点击 F 启动引擎并离开车辆。按住 F 关闭引擎并离开。通过 CLEO Redux 实现。
我喜欢 GTA IV 的功能所增加的微妙而逼真的沉浸感,但不幸的是,我能找到的唯一忠实实现是一个古老的 2012 脚本,已知会导致崩溃。所以这是我的第一个脚本。我想我也可以分享它。
安装:
- 安装 CLEO Redux
- 将“engIVne.js”放在您的 CLEO 文件夹中
- 享受 :)
如果您不使用 F 进入/退出车辆,您可以将第 40 行上的“IsKeyPressed(70)”更改为您相关的键: https://library.sannybuilder.com/#/sa/enums/KeyCode
请注意: 这可能会导致旧电脑出现性能问题。虽然在我的电脑上我没有注意到任何值得注意的影响,但该脚本不断在后台运行非驾驶/驾驶检查以按预期运行。如果发现它会降低性能,我将研究优化代码。
Tap F to exit vehicle with engine on. Hold F to exit with engine off. Implemented via CLEO Redux.
I love the subtle, realistic immersion GTA IV's feature adds, but unfortunately the only faithful implementation I could find is an ancient 2012 script known to cause crashes. So this is my first script. I thought I may as well share it.
Installation:
- Install CLEO Redux
- Place 'engIVne.js' in your CLEO folder
- Enjoy :)
You can change 'IsKeyPressed(70)' on line 40 to your relevant key if you don't use F for entering/exiting vehicles: https://library.sannybuilder.com/#/sa/enums/KeyCode
Please note: This may cause performance issues on older PCs. Whilst on my PC I didn't notice any noteworthy impact, the script constantly runs not driving/driving checks in the background to function as expected. I'll look into optimizing the code if its found to be a performance hog.