Dome Keeper

Dome Keeper

Enable Cheat Menu (F1)
38 Comments
Kim_Shroud 7 hours ago 
:story:
mrpikachu339 22 Aug @ 9:15pm 
W mod
Soaring Eagle 21 Aug @ 10:11pm 
its the best :WL_Happy:
traveler28 10 Aug @ 1:18pm 
mod is not working
Kitsune 10 Aug @ 6:31am 
I can`t get this mod to work
Beheaded Kamikaze 8 Aug @ 9:33am 
The mod works fine on the latest version of Dome Keeper. You have to be actually in a run for the menu to work - it won't do anything on the title screen or in the loadout screen (it's not supposed to).
Ви 9 Jul @ 3:48pm 
I don't know why, but this mod doesn't work for me
FNMcAwesome 9 Jul @ 9:27am 
love it but i keep crashing.
prob just my shitty pc. LOL:DK_Pioneer:
lianjiaxi514 8 Jul @ 4:57am 
nice
Ronipoloni 6 Jul @ 10:57am 
nice
dalton97 30 Jun @ 9:22am 
when i tried everything to make it work again it won't work
Dean Winchester 20 Jun @ 8:58am 
can u do a youtube vid that explain all the things in the mood?
Noxidus 20 Jun @ 7:37am 
also DO NOT DELETE THE MOD FOLDER JUST MOVE it OUT OF YOUR DOME KEEPER FOLDER
Noxidus 20 Jun @ 7:36am 
the modfolder you need to remove to make it work litrally allows the game to run mods but i tried it and it worked for some reason so thanks
HubbelTheBubbel 17 Jun @ 11:25am 
love to anyone
Clement 31 May @ 4:24pm 
me love
Jack  [author] 26 May @ 1:25pm 
@yayeraholebunch lol @Oreo @mrsrachelcall

There has been no update to the game since 19 March 2025, the mod is also unchanged since April. If it is not working (or not working anymore) the issue is most likely just on your end.

As I have mentioned in a previous comment, it seems the modloader can corrupt some files when mods are installed and uninstalled, follow the instructions I provided there to fix that specific issue. But here again for your convenience:

Delete the "mod-hooks.zip" in the same folder as the game executable and then restart the game twice.

Should this not help you, I am unable to provide you any support if you just write "It is broken", as I cannot reproduce (and then fix) any issue on my end.
mrsrachelcall 25 May @ 9:13am 
ye its not really working anymore i used it tho it was fun when it was possible
gbualvarez2568 23 May @ 10:01am 
thank you bro, you saved me soo much time
leonmaxim15091 23 May @ 8:15am 
finally i was waiting for a mod like this
watcher 20 May @ 5:21pm 
when i press F1 it does not work. please fix it
develev 19 May @ 2:13pm 
@Jack Deleting mod-hooks.zip and restarting twice worked thanks for the tip
Jack  [author] 18 May @ 10:14am 
@develev
I took a look at the modlist you mentioned, and none of them should cause any incompatibilities. I also played with them, but could not reproduce the menu not opening. If the menu fails to open, does "Continue" also cause the menu to not work? If so, can you provide me with a save file so I can take a closer look? But the most useful would be providing the logs (the location is in a few comments down, you can upload it to GitHub in an issue or anywhere you want).

@Dishwasher Prime
Without more information I cannot help you.
Although I can say, when I tested the mods listed by develev, the automatically generated mod-hooks.zip got corrupted, and I had to regenerate it (the modloader log output mentioned that). You can do so by deleting the "mod-hooks.zip" in the same folder as the game executable and then restarting the game twice.
Dishwasher Prime 17 May @ 4:23pm 
this mod doesn't work for me
develev 12 May @ 9:40am 
this mod used to work for me as well and no longer works. I am using mods All you can mine, PoModder-Dependency, Iron worms indicator, No more Knockback!, and Enable Cheat menu. I changed nothing since the last time it worked. I've played a few games without cheating but was going to give myself a little boost for challenge mode. I was playing game modes from all you can mine and now switched to one of the original game modes whether thats relevent or not I'm not sure. I don't know how to provide you and logs sorry
Jack  [author] 2 May @ 11:03am 
I am unable to reproduce either it not working at all or it stopping to work after one round.

For me to be able to investigate anything, I would need more information such as the list of loaded mods, the situation where it happened (what gamemode did you play first, what next, what was done inbetween, …), the modloader log, and in the best case also the game log.
Primonje 2 May @ 8:59am 
It somehow does'nt work
theonlyreallogan 27 Apr @ 8:53pm 
Why does it not work after one complete round?
Jack  [author] 23 Apr @ 3:04pm 
~" ive had the same problem as shier ive installed it but after one round it stop working "
@Azrael's Spine
Ok, I will have a deeper look then when I have some time again (most likely weekend).
Does it work again after restarting the game, or does it then still not work? And does it matter which round (game mode) it is, or does this not matter at all?
I also pushed an update I planned to make for prestige mode which might also change how it behaves (although right now it still won't work in prestige mode and there should be no change of functionality for the end user), so potentially this could also make a difference, as it changes how a run such as prestige mode is detected.

Could you maybe also check if the file "modloader.log" in the following folder:

C:\Users\%username%\AppData\Roaming\Godot\app_userdata\Dome Keeper\logs

reports anything unusual?

(You should be able to copy and paste this directly into the top bar of your Windows Explorer).
Azrael's Spine 23 Apr @ 9:47am 
ive had the same problem as shier ive installed it but after one round it stop working
Jack  [author] 22 Apr @ 2:44pm 
~" ur mod used to work but it isn't working anymore:(can u fix it?pls. "
@shierfamily56

Can you specify in what way it is not working anymore?
There has not been any updates to the game since I published the mod, so there is no reason why it should have stopped working. I just tested it, and everything works on my side.
Are you certain the mod is installed and enabled in your game?
shierfamily56 22 Apr @ 1:51pm 
ur mod used to work but it isn't working anymore:(can u fix it?pls.
Jack  [author] 21 Apr @ 8:55am 
~" what the heck is print orphans? lmao "
@DrSinatra

I assume it refers to orphaned nodes in the scene tree of the Godot Game Engine.

In Godot scenes are structured by nodes arranged in a tree. For example the Cheat menu might be one subtree, and when you want this menu to "exist", you attach this subtree to the current scene tree (which is the global tree).
However some nodes are not attached to that scene tree, for example imagine you had an enemy which was another subtree, and then you want to remove it from the game (after it died for example), so you remove it from the scene tree, but forget to then also delete the object itself. It then would be orphaned, as it has no parent which it is attached to.
You do want to barely have any of these orphaned nodes, as they use resources, but do not "contribute" to the game.

The button is just a utility to check if any exist, so you can debug it and fix leaks where they might be occurring.
DrSinatra 20 Apr @ 7:13pm 
what the heck is print orphans? lmao
Samo 20 Apr @ 3:17pm 
noic
[Display Name] 20 Apr @ 3:29am 
this is awesome:steamhappy:
crazyapples4u 19 Apr @ 7:33pm 
thanks new to the non-demo so this will help a lot:Square:
NobleSheep777 19 Apr @ 6:22pm 
I just wanted to say thank you for making this mod. It’s not needed and this mod might not be for everyone. However, I think it’s a great addition, especially for those like me who didn’t know there were developer tools and who would just end up getting lost on how to do it themselves. This is also great to use for fun, more accessibility, and whatnot as well as more reasons to keep coming back to playing this wonderful game. Thank you for your hard work and I hope this might inspire more people to make mods for Dome Keeper I’m not any good at it, but it is very nice to see more fun mods added to this small but talented modding community. That’s all I wanted to say. Thank you so much and great job on this Mod. Thank you for taking the time to read my comment. I appreciate it.