Jump to content

Recommended Posts

Hello . I am not new to modding [ A skyrim modder :grin: ]. I have installed quite a few mods and i knew there probably would be problems but I have to find a solution !
Sooo...Please help if you can , i dont want to remove my mods ;(

My crash

post-332603-0-29766200-1426082408_thumb.

And My Mods

post-332603-0-64732200-1426082277_thumb.

P.S Bought Dont Starve Together and its awesome :D

This mod: http://steamcommunity.com/sharedfiles/filedetails/?id=354982830

Caused crash, according to the error traceback.

 

In case you missed it, you should look into this if you created that mod and/or want to fix it:

 

modmain.lua, line 158, in function postfn

modutil.lua, line 56, in function _ctor

modutil.lua, line 63, in function Inv

controls.lua, line 65, in function _ctor

class.lua, line 98, in function Controls

playerhud.lua, line 195, in function oldSetMainCharacter

modmain.lua, line 629, in function SetMainCharacter

 

Just disable the mod if you simply want to play the game.

BTW, I found this on the RPG HUD mod thread (which you should check first before posting anywhere else). Someone had the same issue as you, and we found the solution for him. I think it should work for you too.

 

Update to my previous comment: Here are the mods that appear to create this crash with RPG HUD: Better Compass, Rocky Fix, Recharge Gems, Ornamental Vase, Better Gunpowder, Craftable Skull Chest, Summons (some mods from steam some klei).

 

For the first three of those mods I did the following:

1.) Turned them on individually while leaving RPG HUD and my other mods ON --> resulting in an crash/RPG Error Message

2.) Turned them on individually w/ RPG HUD turned OFF and my other mods ON --> game loads fine

3.) Turned the new mod back off and reenabled RPG HUD --> game loads fine again.

 

 

Sorry for the late answer, but I didn't get notifications for the last 4 messages.

 

RPG HUD must have the same priority as those mods which is 1. I'll explain ; when the game loads mods, it checks for their priority values because some need to be loaded before others to avoid crashes. Creators can set the value to whatever they want or not set it at all (in this case it's automatically 1). RPG HUD needs to be loaded before those mods and since they have the same value, they are loaded in the order you enabled them. You can add this line to modinfo.lua in RPG HUD "priority = 1.05". That way, it will always load before them, regardless of the activation order.

 

PS : don't set the value higher, because I chose it to be 1 on purpose so that RPG HUD could work with many other popular mods like "Season Clock" or "Alway On Status", etc. 1.05 should be OK. If It conflicts with mods which it used to run well with, consider lowering the priority of Better Compass, Rocky Fix, Recharge Gems, Ornamental Vase, Better Gunpowder, Craftable Skull Chest, Summons instead (just add " priority = 0.95 " for example to their modinfo.lua).

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...