engIVne (CLEO Redux)
-
12 décembre 2023engivne_1702391360_313494.zip
Appuyez sur F pour sortir du véhicule avec le moteur allumé. Maintenez F enfoncé pour sortir avec le moteur éteint. Implémenté via CLEO Redux.
J'adore l'immersion subtile et réaliste qu'ajoute cette fonctionnalité de GTA IV, mais malheureusement, la seule implémentation fidèle que j'ai pu trouver est un ancien script de 2012 connu pour provoquer des plantages. C'est donc mon premier script. J'ai pensé que je pourrais aussi bien le partager.
Installation :
- Installez CLEO Redux
- Placez 'engIVne.js' dans votre dossier CLEO
- Amusez-vous bien :)
Vous pouvez changer 'IsKeyPressed(70)' à la ligne 40 avec la touche appropriée si vous n'utilisez pas F pour entrer/sortir des véhicules : https://library.sannybuilder.com/#/sa/enums/KeyCode
Veuillez noter : Cela peut entraîner des problèmes de performance sur les anciens PC. Bien que sur mon PC, je n'aie remarqué aucun impact notable, le script s'exécute constamment en arrière-plan, effectuant des vérifications de conduite/non-conduite pour fonctionner comme prévu. Je vais chercher à optimiser le code si on constate qu'il affecte les performances.
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.