Kai7187 Posted September 17, 2019 Share Posted September 17, 2019 So just got into dst and wanted to try modding followed a bunch of tutorials but I think I am missing a folder or something or if it has moved. in one of the tutorials I watched it show going to steamapps/common/don't starve together/data then going into the scrips But I cant find the scripts folder there. Could someone help me or shed some info on this? Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/ Share on other sites More sharing options...
Ultroman Posted September 17, 2019 Share Posted September 17, 2019 Read the newcomer post. It will answer this question and many others you didn't know you wanted to ask. Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1261337 Share on other sites More sharing options...
Thomas_klei Posted September 17, 2019 Share Posted September 17, 2019 some things you can't find easily (i'm trying to find the code for the sanity delta for wes when making balloons) but it ain't in the components or character prefab . so for some code it's almost invisible Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1261350 Share on other sites More sharing options...
Ultroman Posted September 18, 2019 Share Posted September 18, 2019 18 hours ago, thomas4845 said: some things you can't find easily (i'm trying to find the code for the sanity delta for wes when making balloons) but it ain't in the components or character prefab . so for some code it's almost invisible actions.lua ACTIONS.MAKEBALLOON.fn = function(act) if act.doer ~= nil and act.invobject ~= nil and act.invobject.components.balloonmaker ~= nil and act.doer:HasTag("balloonomancer") then if act.doer.components.sanity ~= nil then if act.doer.components.sanity.current < TUNING.SANITY_TINY then return false end act.doer.components.sanity:DoDelta(-TUNING.SANITY_TINY) end Wes is the only character with the tag "balloonomancer". I just searched for "balloon". Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1261746 Share on other sites More sharing options...
Kai7187 Posted September 18, 2019 Author Share Posted September 18, 2019 alright thank you. Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1261784 Share on other sites More sharing options...
Thomas_klei Posted September 20, 2019 Share Posted September 20, 2019 my search function doesn't work and it's gonna make me cry Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1262560 Share on other sites More sharing options...
Ultroman Posted September 20, 2019 Share Posted September 20, 2019 13 hours ago, thomas4845 said: my search function doesn't work and it's gonna make me cry How so? Which program are you using? Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1262803 Share on other sites More sharing options...
Thomas_klei Posted September 21, 2019 Share Posted September 21, 2019 (edited) notepad++, just doesn't it just can't find anything Edited September 21, 2019 by thomas4845 Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1262977 Share on other sites More sharing options...
Ultroman Posted September 22, 2019 Share Posted September 22, 2019 Link to comment https://forums.kleientertainment.com/forums/topic/111825-cant-fine-scripts-folder/#findComment-1263268 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now