engIVne (CLEO Redux)
اضغط F للخروج من السيارة مع تشغيل المحرك. اضغط مع الاستمرار على F للخروج مع إيقاف تشغيل المحرك. تم تنفيذه عبر CLEO Redux.
أحب الغمر الدقيق والواقعي الذي تضيفه ميزة GTA IV ، ولكن لسوء الحظ ، التنفيذ المخلص الوحيد الذي يمكنني العثور عليه هو برنامج نصي قديم من عام 2012 معروف بأنه يسبب الأعطال. لذا هذا هو البرنامج النصي الأول لي. اعتقدت أنه قد يكون من الجيد أن أشاركه.
التثبيت:
- قم بتثبيت CLEO Redux
- ضع 'engIVne.js' في مجلد CLEO الخاص بك
- استمتع :)
يمكنك تغيير 'IsKeyPressed(70)' في السطر 40 إلى المفتاح ذي الصلة إذا كنت لا تستخدم F للدخول / الخروج من المركبات: 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.