Renatriuxtrix8000 Posted July 14, 2018 Share Posted July 14, 2018 Hello people, I have a really bad problema about my mod, today I deactivated my mods recently because I wanted to use map revealer, because map revealer had issues with other mods, but when I deactivate all of my recent mods I got this when I pressed the mod button. When it finished to charge, this appears, I tried everything to solve it, including delete my saves file and "STEAMCLOUD=true" in the .ini in the files of the game, this only happened today and it's worrying me if I'll be able to use mods again. Link to comment https://forums.kleientertainment.com/forums/topic/93498-modgames-error-a-nin-value-please-help/ Share on other sites More sharing options...
Megaman1716 Posted July 14, 2018 Share Posted July 14, 2018 Sorry, i dont know what is, but if you turn off your internet is working! Is really weird.... Link to comment https://forums.kleientertainment.com/forums/topic/93498-modgames-error-a-nin-value-please-help/#findComment-1063986 Share on other sites More sharing options...
OllieDale Posted July 15, 2018 Share Posted July 15, 2018 it happens to me Link to comment https://forums.kleientertainment.com/forums/topic/93498-modgames-error-a-nin-value-please-help/#findComment-1064327 Share on other sites More sharing options...
kuryn9x Posted July 19, 2018 Share Posted July 19, 2018 I also counter the same problems. Can someone help? Link to comment https://forums.kleientertainment.com/forums/topic/93498-modgames-error-a-nin-value-please-help/#findComment-1065922 Share on other sites More sharing options...
Quoth143 Posted July 21, 2018 Share Posted July 21, 2018 Same is happening to me. Link to comment https://forums.kleientertainment.com/forums/topic/93498-modgames-error-a-nin-value-please-help/#findComment-1067000 Share on other sites More sharing options...
U.N.Owen Posted July 24, 2018 Share Posted July 24, 2018 Same is happening to me too. GoG version, linux. Just bought today. More worse, it was crashed immediately after I go into mods tab. However, I think, I found some (quick & dirty) solution. 1. Open file modsscreen.lua (from screenshot) in your text editor, go to string 190. 2. Remove or comment next code: for i = 1, #self.modlinks do local title = jsonresult["modnames"][randomPicks[i]] if title then local url = jsonresult["modlinks"][title] title = string.gsub(title, "(ws%-)", "") if string.len(title) > 25 then title = string.sub(title, 0, 25).."..." end self.modlinks[i]:SetText(title) if url then self.modlinks[i]:SetOnClick(function() VisitURL(url) end) end end end local title, url = next(jsonresult["modfeature"]) if title and url then title = string.gsub(title, "(ws%-)", "") self.featuredbutton:SetText(title) self.featuredbutton:SetOnClick(function() VisitURL(url) end) end After this, it will stop trying connect to steam in this place. (Actually, it must not seek steam on GoG version. But it do it.) Link to comment https://forums.kleientertainment.com/forums/topic/93498-modgames-error-a-nin-value-please-help/#findComment-1067809 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