
gamer.toukotsu
-
Content Count
206 -
Joined
-
Last visited
Community Reputation
8 NeutralAbout gamer.toukotsu
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Enable-
-
Version 0.05
3123 downloads
Introduction: This is my very first modification for the game, I wanted to be able to move rabbit holes inside pins closer together to allow for better map optimization. There wasn't a way to do this without creating a mod for it, so I dug in and created something very generic. HowTo: 1) Trap a rabbit. 2) Click on the rabbit. 3) Right click the target location. 4) Wait until the delay timer starts. (This is to prevent spamming of rabbit holes.) Installation: Pre 1) Delete current "plantable_rabbit_hole" folder in the mods folder, if installed. 1) Extract files into the mod folder. 2) Enable the mod in game, under the mods screen. 3) Enjoy your game. -
139 downloads
GT Combat Conditions is a new modification I have been working on to increase the amount of conditions the game brings you. I have finished working on the very first condition and I am releasing it for beta testing to the public! Change Log: Installation Known Bugs: Notes: Authors/Special Credit: Discussion can be found HERE>> -
Version 0.04
2214 downloads
Introduction: This is my second modification for the game, I wanted to be able to move reeds like other harvestables to allow for better map optimization. There wasn't a way to do this without creating a mod for it, so I dug in and created something very generic. HowTo: 1) Dig up a reed. 2) Click on the 'dug reed'. 3) Right click the target location. (Must be on marsh/swamp land.) 4) Fertilize and wait for them to grow. (This is to prevent spamming of cut reeds.) Installation: 1) Extract files into the mod folder. 2) Enable the mod in game, under the mods screen. 3) Enjoy your game. Special Thanks zeidrich: Helped me get the image of the new "dug reed" to show up properly. _Q_: Gave me valuable insight to modding. John2022: French Translation. -
Preview Mod Upgrade Issues
gamer.toukotsu replied to Ipsquiggle's topic in Testing: Strange New Powers (CLOSED)
[MENTION=55]Ipsquiggle[/MENTION] any foot notes about the issue I am currently running into? ...n/dont_starve/data/scripts/widgets/inventoryslot.lua:134: attempt to call method 'GetAtlas' (a nil value)LUA ERROR stack traceback: C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/widgets/inventoryslot.lua(134,1) in function '_ctor' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/class.lua(28,1) in function 'ItemTile' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/widgets/inventorybar.lua(207,1) in function 'OnItemGet' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/widgets/inventorybar.lua(68,1) in function 'fn' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/entityscript.lua(585,1) in function 'PushEvent' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/components/inventory.lua(497,1) in function 'GiveItem' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/actions.lua(153,1) in function 'fn' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/bufferedaction.lua(20,1) in function 'Do' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/entityscript.lua(761,1) in function 'PerformBufferedAction' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraphs/SGwilson.lua(1366,1) in function 'ontimeout' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraph.lua(434,1) in function 'UpdateState' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraph.lua(491,1) in function 'Update' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraph.lua(109,1) in function 'Update' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/update.lua(116,1)C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/frontend.lua(276,1) SCRIPT ERROR! Showing error screenI have attached the mod I am working on, any information would be greatly appreciated. (It's pretty much just a copy of the Chester_Eyebone.lua file, with some additional stuff to make it only visible at night.)the chesterfields.zip -
Preview Mod Upgrade Issues
gamer.toukotsu replied to Ipsquiggle's topic in Testing: Strange New Powers (CLOSED)
I found a really weird bug.Background:I was cloning the Chester_Eyebone for a new creative item and while it works on It's Not A Rock update, I was updating it to work with this update and I've ran into this error. ...n/dont_starve/data/scripts/widgets/inventoryslot.lua:134: attempt to call method 'GetAtlas' (a nil value)LUA ERROR stack traceback: C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/widgets/inventoryslot.lua(134,1) in function '_ctor' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/class.lua(28,1) in function 'ItemTile' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/widgets/inventorybar.lua(207,1) in function 'OnItemGet' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/widgets/inventorybar.lua(68,1) in function 'fn' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/entityscript.lua(585,1) in function 'PushEvent' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/components/inventory.lua(497,1) in function 'GiveItem' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/actions.lua(153,1) in function 'fn' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/bufferedaction.lua(20,1) in function 'Do' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/entityscript.lua(761,1) in function 'PerformBufferedAction' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraphs/SGwilson.lua(1366,1) in function 'ontimeout' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraph.lua(434,1) in function 'UpdateState' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraph.lua(491,1) in function 'Update' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/stategraph.lua(109,1) in function 'Update' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/update.lua(116,1)C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/frontend.lua(276,1) SCRIPT ERROR! Showing error screen