84 berkas disukai
12 komentar
0 video
1 unggahan
2 pengikut
1.754 unduhan
Fantastic mod, I love it! Just as a heads up, I had the game crashing for me when I wanted to return to story mode from the Rockstar Editor (I had Snow on before I entered the mode).
---------------------------
SCRIPT HOOK V ERROR
---------------------------
CORE: An exception occurred while executing 'gtamp-snow-mod_v2_1.asi' (0x00007FFBD0D859F0), id 113
Press OK to continue.
---------------------------
Damn man, that's amazing! Great work, I'll definitely check this out!
@haziq_asari Sure, here is the guide I mentioned in the description: http://gtaforums.com/topic/807367-v-convertedit-melee-weapons-for-using-in-the-game/
@YourFather Appreciate your help man, but still no dice :/ Guess I'll stick to ReShade only and hope ENB/ReShade fix whatever causes the problem soon. (I'm running a 970 on 353.06 drivers btw)
@YourFather Thanks for the reply. Could you upload your 0.18.4 dll maybe? Eventually it's just an error caused by the new version.
GTAV just crashes with the "stopped working" error right after leaving the launcher. I followed every one of your instructions carefully. It works if I set EnableProxyLibrary=false so ReShade doesn't get loaded. Which ReShade version are you using? I'm using the latest one 0.18.7. Any clues?
Good job, looks really neat :)
Looking forward to whenever you find the phone brand name textures.
@Vegasx I used the LUA_SDK.asi to debug but after I found the error I deleted it and the mod works fine.
@Vegasx Yup, I installed the LUA plugin just for this mod so I got the latest build (V10) from the gtaforums thread. Weird.
@TakunDes Check the lua for yourself, it's really easy to understand even if you don't know much about scripting. It's clean. Just because it's a NoClip script doesn't mean it's infected lol
Anyway, I fixed my issue after some research!
Changed every rotation = ENTITY.GET_ENTITY_ROTATION(player, 0) to rotation = ENTITY.GET_ENTITY_ROTATION(player, false) and it works. Author probably didn't upload his finished version or sth, lua only takes false and true for boolean values instead of 0 and 1.