Don't Starve Together

Don't Starve Together

Reset Insight
64 Comments
Conductor 1 Mar @ 8:20am 
can u update it for new update of dst ?
Username 19 Aug, 2024 @ 4:54am 
u guys dont be ingrateful bastards. it hard doing modding
Hiraethion 10 Jul, 2024 @ 6:18am 
doesn't work at all, time wasted, 0/5
The Legendary Yeeter 6 Jul, 2024 @ 7:56pm 
Game crashes whenever I select Winona
Rhettorical 6 Jul, 2024 @ 11:30am 
I didn't realize clicking the reset button would cause a crash, but I agree that building a portal really isn't that hard. Adding a new structure for resetting insight seems a little overkill.
Godless  [author] 6 Jul, 2024 @ 11:27am 
@Castiliano I think it's easier to build a portal and reset through it, or I'll find time to review the code and fix a problem that sometimes occurs and breaks the game. and then it will be possible to reset learned skills for free if you enable the cheat menu
Castiliano 6 Jul, 2024 @ 10:20am 
Hey Godless, I don't know anything about programming, but I have some ideas and one of them I'll share here. I love the idea of ​​resetting Insight as an in-game mechanic — currently, the "official mechanic" is using Moon Rock Idol in the Celestial Portal. However, I thought that there could be some structure somewhere in the world that resets Inisight (Possibly located in an underexplored area (e.g., the ocean). The structure in question, if it were not original, could be a Moon Dial, which is still very underused.

Tiered Difficulty for Insight Reset
• easy - Moon Rock Idol. Keeping the current mechanic. Suitable for casual players or those in early game stages.
• hard - Iridescent Gem. Aimed at experienced players seeking a greater challenge. Provides a use for the rare Iridescent Gem.
Deimos 29 Jun, 2024 @ 10:42am 
Breaks the game because of latest update
Rhettorical 28 Jun, 2024 @ 5:09pm 
This breaks as of the latest update, specifically on Winona's tree. It seems to work fine everywhere else.
LifesABitchAndThenYouDie 18 May, 2024 @ 6:44am 
doesnt work, crashes game
The Legendary Yeeter 23 Apr, 2024 @ 3:37pm 
deactivate button still crashes, please fix
Demian Sama 29 Mar, 2024 @ 2:25pm 
same with this mod mr modder if you update this one aswell you have someone that prays for you when he plays dst
Romikin34 1 Mar, 2024 @ 5:52am 
does it works for modded characters?
ACatMeows 8 Feb, 2024 @ 6:36pm 
Deactivate still crashes now. But luckily, players can create a world and reset insight on the screen of choosing characters instead. It can influence the character skills in another server.
merkarb_837 3 Feb, 2024 @ 10:43am 
i will reset character now
Chöppër 30 Dec, 2023 @ 7:29am 
deactivate button crashes
Deimos 10 Nov, 2023 @ 2:49pm 
This is still crashing the game, also when deactivating the master wereforms and the deactivating to learn another master wereform skill, it doesnt work, it sticks with the one that you learned first
ave 29 Oct, 2023 @ 11:56am 
deactivate button crashes game
Digi62 17 Oct, 2023 @ 7:31pm 
When I click on deactivate a skill the game crashes :winter2019sadyul:
Deimos 8 Oct, 2023 @ 8:33am 
when deactivating abilities my game crashes
红夷大炮 9 Sep, 2023 @ 11:18pm 
deactivated will broken the game
Chazz 5 Sep, 2023 @ 1:11am 
It's a shame that atm the deactivation and reactivation of skills doesnt work on servers you arent the host. if you use the button the game crash , the double click option , gives you the impression to swap around skills , but in reality they dont and as soon as you relog on said server you have the old skilltree back I:

:fingercrossed: that you maybe find a way to work around that :D
U.M.R 25 Aug, 2023 @ 3:09am 
the second command won't work if I am not admin or master
U.M.R 25 Aug, 2023 @ 2:58am 
I run the first command in klei official server and there's the client logs,I guess there's a validation system between client and server
U.M.R 25 Aug, 2023 @ 2:57am 
[00:11:42]: ValidateCharacterData failed for userid **_**_***** as woodie: Test must_have_one_of failed for skill woodie_curse_epic_moose.
[00:11:42]: ValidateCharacterData failed for userid **_**_***** as woodie: Test must_have_one_of failed for skill woodie_curse_epic_moose.
[00:11:42]: ValidateCharacterData failed for userid **_**_***** as woodie: Test must_have_all_of failed for skill woodie_allegiance_shadow.
[00:11:42]: ValidateCharacterData failed for userid **_**_***** as woodie: Test must_have_all_of failed for skill woodie_allegiance_shadow.
[00:11:42]: ValidateCharacterData failed for userid **_**_***** as woodie: Test must_have_all_of failed for skill woodie_allegiance_shadow.
[00:12:06]: [CRITICAL] Failed to save file:
Godless  [author] 25 Aug, 2023 @ 2:38am 
or use:
require( 'debugcommands' )
and
d_resetskilltree()
Godless  [author] 25 Aug, 2023 @ 2:33am 
try use this command:
for s, _ in pairs(require("prefabs/skilltree_defs").SKILLTREE_DEFS[ThePlayer.prefab]) do ThePlayer.components.skilltreeupdater:DeactivateSkill(s) end
U.M.R 24 Aug, 2023 @ 11:48pm 
I want to call the function that is already in use in game,but I failed.
Maybe the function I found is not the one the button using , or the console won't let me run a function in a undeclared file
U.M.R 24 Aug, 2023 @ 11:40pm 
In the begining, I wanna find out which function the "Reset Insight" button in lobby UI calling . The button should be a vanilla button , and I thought the function should under the path /widget/. In my opinion ,when I click the Reset Insight button ,It will call the function skilltreewidget:RespecSkills to reset all skills, but I can't run this function in console because the file is not declared.
U.M.R 24 Aug, 2023 @ 11:25pm 
I can find the skill's name in specific character skilltree file.
The deactivate button doesn't work and it will crash my game(I don't know why)
Godless  [author] 24 Aug, 2023 @ 11:34am 
You can see the name of the skill by pressing ctrl + L and clicking the deactivate button (if you have in-game buttons enabled)
Godless  [author] 24 Aug, 2023 @ 11:32am 
Due to the fact that my mod is a client with the latest update, for some reason this command stopped working and I am trying to fix it, but I don't know how yet.
Godless  [author] 24 Aug, 2023 @ 11:31am 
@U.M.R The command you want to use does not work because it is incomplete. if you want to reset the skill, write
ThePlayer.components.skilltreeupdater:DeactivateSkill("SKILL_NAME ")
U.M.R 24 Aug, 2023 @ 2:32am 
Maybe there's no way to reset insight in client now , thank u
U.M.R 24 Aug, 2023 @ 2:25am 
It's a really nice mod and I have a question about the dst's source code.I wanna reset insight via console,but I can't run function skilltreewidget:RespecSkills at widgets/redux/skilltreewidget/ .I guess this function can reset insight like the button"Reset Insight" in game.How can I run this function? There's always a declared problem when I try to run the function
Godless  [author] 17 Aug, 2023 @ 12:10pm 
Yes, I fixed the broken KLEI and the reset works now, also added deactivation of the skill on double click, but did not have time to fix the deactivation problem (while the deactivation only works in the world without caves)
Godless  [author] 16 Aug, 2023 @ 6:52am 
yes, I noticed that too, I'll try to figure it out
MrVoid 16 Aug, 2023 @ 6:45am 
这是目前唯一能在游戏中重置洞察的mod,感谢作者。但是修改洞察技能后没有生效,是否跟近期游戏更新有关?
This is currently the only mod that resets insight in the game, thanks to the author. However, the modified Insight ability does not take effect, is it related to the recent game update?
lakhnish_monster 14 Aug, 2023 @ 1:43pm 
The set 0 insight button doesn't seem to reset your total insight to zero anymore it seems :'(
Godless  [author] 14 Aug, 2023 @ 1:13pm 
@TryGo, ok i will add
TryGo 14 Aug, 2023 @ 8:52am 
This is a cool MOD, why not design it to double click to switch between learning and forgetting
花农 5 Aug, 2023 @ 9:25am 
It's really easy to use, it's great
Godless  [author] 5 Aug, 2023 @ 9:05am 
I also added a double click, you can turn it on in the settings
Digi62 5 Aug, 2023 @ 7:31am 
Thank you very much for the option to change the points while we play, it was amazing.
awesome mod :steamhappy:
Godless  [author] 4 Aug, 2023 @ 11:58am 
ok i will add
花农 4 Aug, 2023 @ 11:21am 
Yes, it's much more convenient this way
Godless  [author] 4 Aug, 2023 @ 4:24am 
@花农 AAA, that is, the ability to activate a skill if you double-click it? Without having to press a button?
Getcho0 3 Aug, 2023 @ 12:20am 
i want to get the no idol cost perk, so as a wise man once said: "That's right, we're gonna cheat."
花农 2 Aug, 2023 @ 2:20pm 
When resetting the insight, select the new insight and you can directly double-click to select it.
bald baby gaming 🍉🤍 2 Aug, 2023 @ 5:40am 
go for it