Caves of Qud

Caves of Qud

95 ratings
Campfire Checkpoint
2
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
89.108 KB
28 Nov, 2021 @ 9:59am
28 Nov, 2021 @ 10:36am
3 Change Notes ( view )

Subscribe to download
Campfire Checkpoint

Description
Adds two game modes that let you play roleplay or wander mode with checkpointing at campfires.

https://bitbucket.org/gnarf37/qud-campfire-checkpoint/src/master/

Icon by EyeSayUgh
33 Comments
Raphael 6 Feb @ 2:19pm 
With the hope that @gnarf sees this, could please make an option that allows saving on campfires on roleplaying mode? I know that there is a workaround described bellow by exit triks, but this would be nice to have in a less hacky way
Butters 26 Jan @ 5:48pm 
This is installed without any seeming issue however the option does not show at a campfire. Am I doing something wrong?
Darkaxt 3 Jan @ 7:14am 
If you do the change at line 15, you may as well just delete EmbarkModules.xml since there is no point in having those modes.
exit triks 28 Dec, 2024 @ 3:37pm 
Just confirming what ngmir said, I found the CampfireCheckpoint.cs file in X:\SteamLibrary\steamapps\workshop\content\333640\2667322341

Deleted from line 15:
&& The.Game.GetStringGameState("Gnarf_CampfireCheckpoint") == "Enabled"

That eliminates the game mode check so you can save at any campfire in any mode (and was able to do what I wanted to do, use the mod for an existing RPG save file).

Thank you gnarf and ngmir!
ngmir 25 Dec, 2024 @ 1:26am 
I just tried to reproduce this. It seems you need to start a new campfire for the new option to show.

I should also have mentioned (sorry) that I did this for a save that was already roleplay mode. I just now tried taking a save of Classic mode and setting `_enabled` to always true. This did make the option show up, but on death the savegame is still deleted (obviously). It might be worth a try to inspect the `Primary.json` file in the savegame directory and change the property `GameMode` from `Classic` to `Roleplay`.
jonpfl 14 Dec, 2024 @ 1:06pm 
I looked at the code mentioned below and it seems to be the same but I don't see the option in my current game, what am I missing?
ngmir 13 Dec, 2024 @ 10:39am 
Seems to work on 1.0.
ngmir 13 Dec, 2024 @ 10:38am 
It seems to be possible to enable this for an in-progress save.

I installed this mod via the Steam Workshop, found the files and simply removed the game mode check from the code. This enables the "checkpoint" option in the campfire dialog and it seems to save the game just fine. (Of course no guarantees, just did a quick test for now.)

Second condition in here:
https://bitbucket.org/gnarf37/qud-campfire-checkpoint/src/b0e50025d0921810f5a99ceac29b5cf23d3b2ed2/CampfireCheckpoint.cs#lines-15
Shadow Wizard Money Gang Member 8 Dec, 2024 @ 1:57pm 
does this work with 1.0?
Black Mirror 5 Jun, 2024 @ 6:10am 
Does this work with current beta version?