7 Days to Die

7 Days to Die

View Stats:
This topic has been locked
Blaank Jul 19, 2017 @ 9:11am
God mode not working.
I have creative mode turned on and god mode set to Q. Pressing Q does not make me invincible. It does not give me unlimited stamina. I become infected and stunned from zombie hits. It does not seem to do anything. Is this a bug or was god mode disabled?

I can spawn in items and fly around without a problem so I know creative mode is working.
< >
Showing 1-3 of 3 comments
crpgnut Jul 19, 2017 @ 10:38am 
Yeah, turn on debug with the F1 menu by typing dm. Then press your God key. I think that works still.
Blaank Jul 20, 2017 @ 1:50pm 
dm command unrecognized
TorQue[MoD] Nov 10, 2018 @ 10:51pm 
So firstly you need to give yourself admin permission on the server. To do this, open File explorer and go to your Username directory by clicking on the down arrow on the far left of the directory bar and picking your username from the list. Then look in AppData (make sure hidden folders are shown) - Roaming - 7DaysToDie - Saves
Inside this directory you'll see serveradmin.xml. Open this up in Notepad++ or Notepad and under the <adminTools> section, you'll see <!-- in front of the admin steamID=84384329 section. Delete the !-- so it's not a comment and then add in your steamID instead of the default numbers and make sure that the permission level is set to 1 not 0.

Example:

<admin steamID="YOURSTEAMIDHERE" permission_level="1" />

Then under <permissions> you need to make sure it says <permission cmd="dm" permission_level="3" />

here what my whole config looks like:

<?xml version="1.0" encoding="UTF-8"?> <!-- This file holds the settings for who is banned, whitelisted, admins and server command permissions. Steam ID can be found using http://steamid.co/ STEAM ID INSTRUCTIONS: =============================================================== http://steamid.co/ instructions: Input the player's name in the search field. example: Kinyajuu If the name doesn't work, you can also use the url of their steam page. Also you may add/remove admins, mods, whitelist, blacklist using in game commands. You will want the STEAM64ID. example: 76561198021925107 PERMISSION LEVEL INSTRUCTIONS: =============================================================== permission level : 0-1000, a user may run any command equal to or above their permission level. Users not given a permission level in this file will have a default permission level of 1000! COMMAND PERMISSIONS INSTRUCTIONS: =============================================================== cmd : This is the command name, any command not in this list will not be usable by anyone but the server. permission level : 0-1000, a user may run any command equal to or above their permission level. Commands not specified in this file will have a default permission level of 0! EVERYTHING BETWEEN <!- - and - -> IS COMMENTED OUT! THE ENTRIES BELOW ARE EXAMPLES THAT ARE NOT ACTIVE!!! --> <adminTools> <admins> <!-- <admin steamID="76561198021925107" permission_level="0" /> --> <admin steamID="76561197968428238" permission_level="1" /> </admins> <permissions> <!-- <permission cmd="dm" permission_level="0" /> --> <!-- <permission cmd="kick" permission_level="1" /> --> <!-- <permission cmd="say" permission_level="1000" /> --> <permission cmd="dm" permission_level="3" /> <permission cmd="kick" permission_level="1" /> <permission cmd="say" permission_level="1000" /> <permission cmd="chunkcache" permission_level="1000" /> <permission cmd="debugweather" permission_level="1000" /> <permission cmd="getgamepref" permission_level="1000" /> <permission cmd="getgamestat" permission_level="1000" /> <permission cmd="gettime" permission_level="1000" /> <permission cmd="help" permission_level="1000" /> <permission cmd="listplayerids" permission_level="1000" /> <permission cmd="listthreads" permission_level="1000" /> <permission cmd="memcl" permission_level="1000" /> <permission cmd="settempunit" permission_level="1000" /> </permissions> <!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! --> <!-- If there are any items in the whitelist, the whitelist only mode is enabled --> <!-- Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled --> <whitelist> <!-- <whitelisted steamID="" /> --> </whitelist> <blacklist> <!-- <blacklisted steamID="" unbandate="" /> --> </blacklist> </adminTools>

To get your steam ID, open steam in large mode then choose Steam - Settings - Interface and make sure the checkbox beside "Display Steam URL Address bar when available" is checked. Then under your username choose Profile from the drop down. There should be a long string of numbers shown in the URL. This is your Steam ID. You can select the URL and then right click and choose COPY and paste the whole URL into a text file to get your steam ID on it's own.

IF you see a custom name instead of the long string of numbers, just click on Edit Profile and delete the custom URL text that's in there and hit save and your steam ID will show again.

Once you've done all this, you can launch your game again and when you open the console with F1 and type DM it should allow debug mode and then pressing Q will turn on god mode and H will let you fly.

Have fun!
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jul 19, 2017 @ 9:11am
Posts: 3