Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Are there a lot of mods that haven broken compatibility with your mod since the cawnival update?
The issue with our mods being incompatible is the way it was handling recipes. I've managed to fix it on my end and will be pushing an update through momentarily.
As for the techtree, I *may* have looked at the code wrong or seen something else, it was very late when I checked. You would know your code better than me so if you're saying it doesn't overwrite anything then I believe it.
sorry for bothering you with our mod :( im one of AaL dev
our last update was may and it works fine with any mod before, i think it was last cawnival update that broke our mod, and now it does crash with some other mod,
can you help point out where you think our mod "overwrites the entire techtree with a custom one"? we might miss something.
I COULD LITERALLY KISS YOU!
Seriously, I've been having SO many issues with getting AaL to work...unfortunate that it was this mod, but thank you for helping me find the culprit. <3
That entire mod would need to be re-written to not overwrite core game files.
Alone: When the Achievement and Level mod runs by itself, it loads in a specific sequence where, by sheer luck, the value for SCIENCE level is available when it needs it.
Together: When Deluxpot is enabled, it slightly changes the order in which the game's scripts are loaded. This new order exposes the bug in the Achievement and Level mod. It now tries to access the SCIENCE level before it has been properly initialized.
Line 1471 in player_classified.lua
```
-- The error occurs when calling:
level:set(value) -- where 'level' is nil
-- They need to ensure proper initialization like:
inst.sciencestats = {
level = net_tinybyte(inst.GUID, "science.level", "sciencestatsdirty"),
-- other stats...
}
```
This is something they'll need to fix. I removed all player data access from my mod as a test and the same error still occurs, despite no longer being a part of that initialization.
So: while this is likely just an unfortunate conflict, I do ask if you can see what the problem could possibly be. I will also ask the other mod developer to see if they can figure it out.
note: I did a big stupid and mentioned this mod instead of the other one. fixed that.
other note: ok I fixed the link this time, god.
The bug is kinda weird because FIRST time you start a server and generate map and choose character and so on everything works fine. The bug itself starts to kick in after you close the serwer to save the map and then relaunch the serwer. So in short you cannot start serwer twice with the same map.
It doesn't conflict with ANY mods because I checked it. I made a fresh world with ONLY this mod ( even dissabled all client mods to be sure )
And low and behold on first launch where it generated the map everything was fine. I closed the serwer, launched it again and the " Dedicated server failed to Start " thingy popped up when server was booting up.
I hope this helps a bit with locating the issue I'd really would love to bring this mod back to my games but can't in current state. :(
@暮青衣 Done, just added.
Thanks for the update ^_^ Apparently, I haven't played DST in a while, but I just got back into it. Happy to see it here :)
The character does the animation but nothing goes to the crockpot. i have to select every item and put in the pot.
Sorry anything.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3347768357
Whoops. Feels rather obvious in hindsight. You look into that, and I'll just take it off in the meantime. :)
[00:07:15]: [string "../mods/workshop-727774324/modmain.lua"]:192: attempt to index field 'stewer' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-727774324/modmain.lua:192 in (upvalue) postfn (Lua) <118-199>
scripts/modutil.lua:157 in (field) _ctor (Lua) <155-158>
scripts/class.lua:191 in (local) cmp (Lua) <181-194>
scripts/entityreplica.lua:59 in (method) ReplicateComponent (Lua) <34-60>
scripts/entityreplica.lua:78 in (method) ReplicateEntity (Lua) <75-85>
scripts/mainfunctions.lua:793 in () ? (Lua) <784-798>
I'll write up a recipe repeater mod that does the same thing but is more compatible with modded cooker items.