Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"C:\Program Files (x86)\Steam\steamapps\common\7 Days To Die\Data\Config"
(or whatever your game path looks like). You would have to set the CreativeMode property of the block terrBedrock to anything else than none. For instance
<property name="CreativeMode" value="Dev"/>
would work.
1) In Steam, right click on the game title and select "Manage" and go to "Local Files."
1a) Alternatively you can access the same files by going to "Properties" and then in the section mark "Installed Files" click "Browse." Either method will bring up the same files.
2) Once files are opened, click on the file marked "Data." Follow this up by clicking the file labeled "Config."
3) Using either Notepad or some other program that edits .xml files, open the file marked "blocks"
4) Scroll down the length of code a short ways until you see the code:
<block name="terrBedrock">
<property name="CreativeMode" value="None"/>
5) In the part of the code labeled "value="None"/>, change None to either Dev or Player. Typing Dev allows you to access the block in dev mode and Player allows you to have access freely in creative mode.
6) Save file and open game.