TheLiquidToast Posted December 31, 2015 Share Posted December 31, 2015 I was creating a new character and when I started up the game, everything was just fine. When I applied the mod into the game, there was a coding error. I thought that it was because I forgot to compile it so I tried one more time. After I compiled, it happened again. Error Message: [string "scripts/util.lua"]:432: Could not find asset matching anim/ghost_riktor_build.zip in any search paths. LUA ERROR stack traceback: =[C] in function 'assert' scripts/util.lua(432,1) in function 'resolvefilepath'scripts/mainfunctions.lua(72,1) in function 'RegisterPrefabs'scripts/mainfunctions/lua(100,1)=(tail call) ?=[C] in function 'xpcall'scripts/mod.lua(123,1)scripts/mod.lua(494,1) in function 'RegisterPrefabs' I used the "extended sample character-DST1.2.2.zip" for this. Any answers? Link to comment https://forums.kleientertainment.com/forums/topic/61627-coding-error-that-i-cant-seem-to-figure-out-or-fix/ Share on other sites More sharing options...
Blueberrys Posted December 31, 2015 Share Posted December 31, 2015 @TheLiquidToast Check all your paths and spellings (in code and in files). Then check again. These things can be easy to miss occasionally. Feel free to upload the mod here if you can't find it. Link to comment https://forums.kleientertainment.com/forums/topic/61627-coding-error-that-i-cant-seem-to-figure-out-or-fix/#findComment-703774 Share on other sites More sharing options...
Arkathorn Posted December 31, 2015 Share Posted December 31, 2015 Additionally, there is an easier/more convenient way to mod. By adding 'ForceEnableMod(modfoldername)' to 'modsettings.lua', you can make the mod enable on startup instead of having to reenable it manually each time it errors. Note that this functionality is only intended for development, and the devs have warned against using it when just using mods. Link to comment https://forums.kleientertainment.com/forums/topic/61627-coding-error-that-i-cant-seem-to-figure-out-or-fix/#findComment-703834 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now