Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork630
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
So as I understand with the latest patch we have to use the nightly build of SHVDN and with that some of the scripts aren't working at all or work partially, which makes me wonder and ask...will there be an update in the future for SHVDN to fully work with the latest version of GTAV where all the scripts will be fulling working? or should I just roll back to the previous game patch and use SHVDN 3.6.0 if I want all of the scripts to work? |
BetaWas this translation helpful?Give feedback.
All reactions
Well in that case, did you add.2 to the script file name right before the extension name.cs? You need to add it so the script continues to run under the v2 API, which is the same behavior as how SHVDN runs raw scripts without a version notation in v3.6.0.
If you still have some issues even after adding the version notation, let me know more, such as error logs or how the game behaves.
Replies: 1 comment 13 replies
-
You could roll back the game version and revert your SHVDN to v3.6.0 if you want it to run much more stably without having to wait. |
BetaWas this translation helpful?Give feedback.
All reactions
-
The issues that I'm having with the nightly build is that some scripts with the nightly build aren't working at all, is that supposed to happen? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
If you're saying some scripts built against nightly builds aren't working (for missing methods or something like that), blame the script authors. I never guarantee that nightly updates won't do breaking changes to anything of the API that aren't available in any stable versions (and crosire never did). The readme says the same thing. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thisscript for example works perfectly fine if I was to use SHVDN 3.6.0, but if I was to use SHVDN nightly it doesn't work at all. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Well in that case, did you add If you still have some issues even after adding the version notation, let me know more, such as error logs or how the game behaves. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Thank you! that did it, the script is now working, I did read that but didn't pay attention to it thinking it was for developers, my apologies. And one last question, adding the ".2" should be done for every single .cs script that I'm using correct? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Yes, adding the ".2" should be fine for most .cs scripts. I'm not aware of any scripts that are supposed to run under the v3 API but the |
BetaWas this translation helpful?Give feedback.
All reactions
-
How to name a script with a .dll extension |
BetaWas this translation helpful?Give feedback.
All reactions
-
How to name a script with a .dll extension |
BetaWas this translation helpful?Give feedback.