Don't Starve Together

Don't Starve Together

Winley, the 4_6 Experiment
278 Comments
ForxeNN  [author] 6 Jul @ 11:51am 
As I said, mod works normally, to me, even to a friend I asked for additional testing.
If the _ turns out to not be the issue afterall, and you fixed it, then I will leave it as is for now.
Evergreen 6 Jul @ 11:42am 
Try replacing this line of code:
if inst.components.skinner then
inst:AddTag("winley_"..inst.components.skinner.skin_name) end
With:
if inst.components.skinner and inst.components.skinner.skin_name then
inst:AddTag("winley_"..inst.components.skinner.skin_name) end
This fix worked for me so it should just work in general. I used AI to help me fix this so I apologies if your against AI.
ForxeNN  [author] 6 Jul @ 11:13am 
@Evergreen
Character still works normally to me for both cave and caveless worlds
I'm not seeing any unnecessary _ in the code within that spot either
so I don't really know what to do about it
ForxeNN  [author] 6 Jul @ 10:42am 
@Evergreen
Thank you for noticing it. I understand what's wrong and I am a bit surprised it suddenly not working as I was testing mod myself before uploading. There was no issue...
Hotfix on the way
Evergreen 6 Jul @ 10:39am 
I think you might of made a mistake with the gnarcoon prefab file. You added an unnecessary _ on the side of Winley's code name at line 192. Therefore it's causing the server to crash when you load him in-game. Here's the log if you don't understand what I'm saying: [string "../mods/workshop-966112778/scripts/prefabs/..."]:192: attempt to concatenate field 'skin_name' (a nil value)
LUA ERROR stack traceback:
../mods/workshop-966112778/scripts/prefabs/gnarcoon.lua:192 in (field) fn (Lua) <90-199>
scripts/scheduler.lua:186 in (method) OnTick (Lua) <164-216>
scripts/scheduler.lua:409 in (global) RunScheduler (Lua) <407-415>
scripts/update.lua:240 in () ? (Lua) <224-298> I get I was using other mods but I also tested this with no other mods enabled and it still crashed.
XDNick123 4 Sep, 2024 @ 4:11pm 
must be the character with the best sprite I've ever seen.
mouse thing 1 Jul, 2024 @ 12:30pm 
me toooo
ForxeNN  [author] 1 Jul, 2024 @ 2:31am 
@mouse thing
We've talked about it...
Hoping there will be Yuumi modded character for you soon :tabbycat:
mouse thing 30 Jun, 2024 @ 11:59pm 
omg yuumi skin please
Pinkamena11FazPony 21 Apr, 2024 @ 5:49pm 
I have old API that works with the mod as I roleplay and I need the mod to work with the charlie mod's skins.
Apollo 7 Apr, 2024 @ 8:23am 
Happy birthday.
ForxeNN  [author] 7 Apr, 2024 @ 8:05am 
Oh no, how do they know :QBaeNervous:
FantasticEco64 7 Apr, 2024 @ 7:59am 
Happy birthday 🎂
Bombobbit 7 Apr, 2024 @ 7:38am 
Happy birth
404_coffee.exe 15 Aug, 2023 @ 6:41am 
oh heck yeah a new update!
GOD 20 Jun, 2023 @ 7:38am 
@ForxeNN
I get it, thank you. I hope these mods will be fully compatible someday.
ForxeNN  [author] 20 Jun, 2023 @ 7:31am 
@GOD
It's still not compatible, since I prefer to use outdated api, for my skins to work without any other mod
GOD 20 Jun, 2023 @ 7:29am 
This mod is still not compatible with [API] Modded Skins? I see Winley mod and [API] Modded Skins in your assembly being together.
nanamosnter 13 Jun, 2023 @ 10:06pm 
Should have tested that first. Some other mod is messing with it. Thank you though
ForxeNN  [author] 13 Jun, 2023 @ 7:58pm 
@nanamosnter
Is there any other mod enabled along with Winley? Or the recipe doesn't want to work by itself?
For me both craftables are doable.
nanamosnter 13 Jun, 2023 @ 7:20pm 
@ForxeNN Freakin', I meant can't. I'm great at spelling can you tell :steamfacepalm:
ForxeNN  [author] 12 Jun, 2023 @ 10:02am 
@nanamosnter
That... doesn't explain me much
nanamosnter 12 Jun, 2023 @ 9:29am 
@ForxeNN ya, I can make fur tufts or the cat tail with the razor.
Mofedron 12 Jun, 2023 @ 2:53am 
@ForxeNN Thank you.
ForxeNN  [author] 12 Jun, 2023 @ 2:11am 
@nanamosnter
I assume you're talking about his craftable recipes
They're not meant to remove anything and doesn't require anything to be turned on or off for it.
Does the crafting recipe not work? Or you expected it to do something else than giving the item
nanamosnter 11 Jun, 2023 @ 4:24pm 
I can't seem to remove my hair or tail regardless of how much sanity or hp I have. Do I have to turn that on or something?
ForxeNN  [author] 11 Jun, 2023 @ 10:36am 
@Crazykatn
Fixed the bug, mod should work now
The issue was caused by an old setting value, which was sometimes around making trouble
I renamed the settings completely to remove the issue... completely.
ForxeNN  [author] 10 Jun, 2023 @ 4:20am 
@Infinite✮
Simply, you need to click on the discussion named "S̸e̵cre̶t ̴̆͝Ite̴ms.̵̓̍..̶!̸"
Infinite✮ 10 Jun, 2023 @ 3:06am 
How to get the password to unlock umbra items?
Mofedron 8 Jun, 2023 @ 8:37am 
For some reason, there is no crash log in the files, sorry, I can’t give it to you. Sorry to disturb you.
ForxeNN  [author] 7 Jun, 2023 @ 3:14pm 
@Crazykatn
Depending on your OS, the crash log is stored in your Users\YOURACCOUNTNAME\Documents\Klei\DoNotStarveTogether path - named "master_server_log.txt"
Or "client_log.txt" - if you played without caves enabled on your server.
However, if the game was launched again after it crashed, and it didn't crash again, the proper crash log is stored in your backup folder from the same file path as the previous logs...
I'd reccomend you to force it again so you wouldn't need to seach for the log in your world' save files
Mofedron 7 Jun, 2023 @ 3:08pm 
I'm sorry but I don't know what this is, could you explain? Perhaps this is a bug that pops up on exit, but I don’t have it, the game just looks for it.
ForxeNN  [author] 7 Jun, 2023 @ 2:11pm 
@Crazykatn
Can I get a crash log please?
Mofedron 7 Jun, 2023 @ 2:00pm 
The mod crashes when you turn it on, what should I do? (Even if there are no other mods at all and client ones too).
Bombobbit 4 Jun, 2023 @ 12:45pm 
Valve L
Bombobbit 28 May, 2023 @ 12:49pm 
Racoon moment
ForxeNN  [author] 24 May, 2023 @ 12:40pm 
@McTibu420
Thank you, I took your advice and I'll put every single color the game's gems have to offer to the next skin (def not scheduled for like a year now)
McTibu420 24 May, 2023 @ 12:34pm 
Yeah, colors is very much needed to keep balanced, and very good mod
ForxeNN  [author] 24 May, 2023 @ 12:29pm 
@McTibu420
I heard things becoming green lately (unintentionally), might as well become orange
McTibu420 24 May, 2023 @ 12:24pm 
I didn't expect the cat to turn orange, especially after it became a old floating tv
MoppoOrpales Rad 14 May, 2023 @ 4:03pm 
thats coincidence, my friend
atleast to my conscious mind
ForxeNN  [author] 14 May, 2023 @ 2:56pm 
@Big Marshmallow Fluffy Butt
Coming back after a year, to praise the unreasonable amount of effort?
That is itself some dedication as well
MoppoOrpales Rad 14 May, 2023 @ 1:55pm 
DAMN THIS IS SOME DEDICATION!
ForxeNN  [author] 3 May, 2023 @ 12:34am 
@TheBloodRat
On my end this mod works as intended.
It must be some sort of incompatibility.. and if it is, that the part I am unable to help, unless you could send me the crash log.
TheBloodRat 2 May, 2023 @ 8:01pm 
Whenever I'm playing a game with friends as soon as I join the server crashes with this mod
oreoshane 12 Mar, 2023 @ 6:17am 
Not yet, gonna try that asap!
ForxeNN  [author] 12 Mar, 2023 @ 6:09am 
@oreoshane
Have you tried to reset mod's settings by clicking the default settings button when creating a world?
oreoshane 12 Mar, 2023 @ 5:43am 
Somehow making a dedicated server doesnt work anymore? ive disabled all other mods and caves but it either crashes or tells me that the server couldnt be set up :/ I fucking love that character and I hope I can play with Winley again </3
mouse thing 12 Mar, 2023 @ 4:19am 
Hoping modders make that some day. I get what you mean though, thanks for the response.
ForxeNN  [author] 12 Mar, 2023 @ 12:27am 
@mouse thing
Sadly, I have none experience with Yuumi.
It would be weird to do another League character model, as a skin for a different character.
I would like to focus on something else that's less related to League of Legends but, the idea wasn't bad.. it just doesn't fit well. I'll leave a room for modders to perhaps create a whole character - being Yuumi, if that's okay.