Don't Starve

Don't Starve

183 ratings
Relaxed Crafting (Hamlet-SW-RoG-Vanilla)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
8.343 KB
2 Mar, 2016 @ 5:08am
26 Apr, 2019 @ 5:30pm
12 Change Notes ( view )

Subscribe to download
Relaxed Crafting (Hamlet-SW-RoG-Vanilla)

Description
I'm no longer maintaining this mod, as such there will be issues, bugs, and even crashes.

Pauses the game while the crafting menu is open or a placeable item is selected.

- While the game is paused you can still select an item to build and place it
- While the game is paused you can still rotate or zoom the camera
- The game temporarily unpauses for direct walking
-(Configurable) Hold CTRL to stop the game from pausing to craft multiple recipes or place without time stopped.
-(Configurable) Block the camera from zooming while in the mouse/controller/caps lock crafting window. (for mouse wheel scrolling)
-(Configurable) Choose when to pause when placing an item. The options are to always pause, normal (pause when NOT holding CTRL), inverted (pause WHEN holding CTRL), or never.
-Bugfix to fix paused screens reopening when closing them. This fix is per-mod and new and, for the most part, untested so if you notice an issue please give me a heads up in the comments below.



Latest update: (all in changelog -->)
Hamlet DLC compatibility and a small fix for protyping while on hamlet dlc.
Fix thanks to solo_tseng @ steam. I don't own the DLC yet so I couldn't really look into it.


I DID NOT CREATE THIS MOD! Be sure to stop by the main mod page and give the author a thumbs up!
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=185187303

Git it here:
https://bitbucket.org/POONpirate/relaxedcrafting
Popular Discussions View All (2)
1
9 Mar, 2022 @ 7:37am
Cannot place doors in Hamlet: animdata nil value
int_ua
0
8 Mar, 2016 @ 12:37pm
Planned/Suggested future features.
Kelso
58 Comments
CherryKiss 26 May, 2024 @ 2:45am 
I had an issue with the game not prototyping refined items, that was fixed when I disabled only this mod. A shame I really love relaxed crafting, but it doesn't seem to work with the current build of Don't Starve
ImperialRex 30 Dec, 2023 @ 9:42am 
Cannot prototype with this mod...
marty 26 Apr, 2023 @ 1:35am 
@Joroc my game also crashes when I try to place a door in the slanty shanty. But other than that, it's a great mod and makes a huge difference to optimising time .
Joroc 20 May, 2022 @ 6:16am 
It crashes the game if I try to place a door to a new room on a Slanty Shanty !!!
trax 12 Jan, 2021 @ 10:52am 
Love the idea but have compatibility issues with the mods Camera Tweaks and Just Pause.

When the game is paused from Just Pause, clicking anything unpauses (I use Just Pause to pause when I want to transfer/drop items and such, so I need to click them).

When Camera Tweaks is enabled, scrolling in the mouse crafting menu causes the camera to zoom in/out.

Also, in tab crafting menu, when I click anything else (like an item to pick up in the inventory) it crafts the current selection (causes me to accidentally craft stuff).

Cheers!
Kelso  [author] 5 May, 2020 @ 8:29pm 
Glad to hear it's improved your experience playing this great game hope you continue to have a good time!
DragoProxy 30 Apr, 2020 @ 4:49am 
hey, just saying thank you for this mod! it's soooo good! It improved my fun with this game a lot! I like to take my time thinking about what to craft etc. and having to hurry just is not fun for me!

Also i've had the crash with bulding doors as well but it's easy to avoid just disable mod, do all the doors and expansions you want to and enable it agian. works perfectly afterwards!
Auriga_Nexus 3 Mar, 2020 @ 8:16pm 
I'm having the same issue as Wizard Toast, placing a door inside the Slanty Shanty causes a CTD. Going to disable it and see if that helps. Thankfully this is one of those mods that isn't "essential" to my gameplay so I don't mind playing with it disabled if I have to.
Kelso  [author] 26 Apr, 2019 @ 5:32pm 
Thanks solo_tseng for looking into that for me! I've added the changed you proposed. :)
solo_tseng 14 Apr, 2019 @ 4:45pm 
A fix about prototyping problem in hamlet:
Modify steamapps\common\dont_starve\mods\workshop-636439709\
1. Add "hamlet_compatible = true" to line13 of modinfo.lua
2. Modify line128 of scripts/relaxed_crafting.lua from
"if IsDLCEnabled(CAPY_DLC) then" to
"if IsDLCEnabled(CAPY_DLC) or IsDLCEnabled(PORKLAND_DLC) then"