Search the Community
Showing results for tags 'bugs?'.
Found 2 results
-
I've been trying to troubleshoot a mod recently, but it keeps crashing. Normally this wouldn't be an issue(or at least more of an issue than it needed to be), but I'm experiencing a rather odd problem. For some reason DST thinks I'm trying to use the old Tungsten Mod and therefore keeps referencing its numerous errors from being outdated. As anyone who's earnestly tried modding this game knows, fewer errors to sift through means an easier time figuring out what's wrong, so having all this junk code in the way is problematic. The simple thing to do would be to just unsubscribe, right? Well, I've already been unsubscribed for over a year since the mod won't even load anymore. Well, maybe it bugged out while unsubscribing and is still in the mod folder? After manually deleting every mod in both the old and new mod directories and re-installing them in-game my client log still called for the Tungsten Mod. Even after completely uninstalling DST out of desperation the errors still lingered. Has anyone else had to deal with a mod so stubborn it felt like it'd infected your whole game? client_log.txt
-
There is this strange anomaly in dst that confuses me quite a bit and it comes from double servers (cave server and surface server). I've noticed it quite a bit from my mod as one thing works perfectly fine if its just a surface server but bugs out when caves are implemented. One of the first ones is that backpack items work fine in surface servers but crash in cave servers as if the game doesn't access the game files while its running. Another instance is that my ai I programmed to speak when working or fighting, their text appears in surface only servers but never appears in double servers. Another thing that happens is that my weapons that generate sound on target hit work fine on surface only servers but are dead silent on double servers. There's also some other sound bugs while I was experimenting with items like making sound on drop, equip, on approach(one of my structures), and some other functions in my code that don't play on double servers. Also had a custom lantern not work for other players besides the host but its fixed just wanted to add it to the list, and I'm sure there's other things to this anomaly. All I want to know is just why is this happening? I would like to know how to fix it but chances are its out of my programming skill set. 20161021181017_1 is the picture for the custom backpack on a surface only server 2016102118407_1 is the same backpack but on a double server 20161021181128_1 is my ai talking while cutting down a tree on a surface only server 20161021181349_1 is my ai text missing while cutting down a tree on a double server