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
As I am not using Lua apart from this mod and I didn't maintain it in a while, it took me some time to re-learn what DST does in regards to Maxwell's shadows and how I modified their behavior before the update. I am documenting it for the future so that it will be easier to maintain. Lesson learned.
As you know, instead of 3 types of shadow workers DST now has only 1 type but it does all types of work. The logic is not that different and there might be some functionality to ignore certain objects MIGHT BE baked in since the new update.
In that regard, the quickest change would be to copy the node and re-add the ignoring functionality the same way I did it before. In later iterations I will try patching relevant behaviors during the runtime to avoid having to update my mod every time the default behavior has some minor changes.
Shan't take too long!
░░░░░▐▀█▀▌░░░░▀█▄░░░UPDATE
░░░░░▐█▄█▌░░░░░░▀█▄░░UPDATE
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░UPDATE
░░░░▄▄▄██▀▀▀▀░░░░░░░UPDATE
░░░█▀▄▄▄█░▀▀░░UPDATE
░░░▌░▄▄▄▐▌▀▀▀░░ UPDATE
▄░▐░░░▄▄░█░▀▀ ░░UPDATE
▀█▌░░░▄░▀█▀░▀ ░░ UPDATE
░░░░░░░▄▄▐▌▄▄░░░ UPDATE
░░░░░░░▀███▀█░▄░░ UPDATE
░░░░░░▐▌▀▄▀▄▀▐▄░░UPDATE
░░░░░░▐▀░░░░░░▐▌░░UPDATE
░░░░░░█░░░░░░░░█░░░UPDATE
░░░░░▐▌░░░░░░░░░█░░ UPDATE
shadow puppet that picks up items
I would suspect that it is possible to adapt it even though, if remember well, Maxwell's shadows in DS have different mechanism and there is no whole server-client interaction. I will look into it but first I will need to improve the quality of my code and make it portable.
though, with that said, if i may ask, is it possible to port this mod to solo don't starve with any reasonable level of ease? if it's possible and not too much trouble, i'm certain i'm not the only person who'd be overjoyed to see it there :) (if it's too difficult to be worth porting it over though i understand, and thank you anyway ^^)
@jarrive Sadly not, as far as, I know everything is being done on the server-side here.
Good idea. Sure will do in the next update. Hopefully soon :)
Someone made it so that Abigail the ghost can do it.. based on code from Bernie the toy bear.