engIVne (CLEO Redux)
-
12 diciembre 2023engivne_1702391360_313494.zip
Pulsa F para salir del vehículo con el motor encendido. Mantén pulsada la F para salir con el motor apagado. Implementado a través de CLEO Redux.
Me encanta la inmersión sutil y realista que añade la función de GTA IV, pero desafortunadamente la única implementación fiel que pude encontrar es un antiguo script de 2012 conocido por causar bloqueos. Así que este es mi primer script. Pensé que también podría compartirlo.
Instalación:
- Instala CLEO Redux
- Coloca 'engIVne.js' en tu carpeta CLEO
- Disfruta :)
Puedes cambiar 'IsKeyPressed(70)' en la línea 40 a tu tecla relevante si no usas F para entrar/salir de los vehículos: https://library.sannybuilder.com/#/sa/enums/KeyCode
Por favor, ten en cuenta: Esto puede causar problemas de rendimiento en PCs más antiguos. Aunque en mi PC no noté ningún impacto notable, el script se ejecuta constantemente comprobando si se está conduciendo o no en segundo plano para funcionar como se espera. Investigaré la optimización del código si se descubre que es un problema de rendimiento.
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.