What's new
7 Days To Die - The Wilderness Project

This is a community-driven site devoted to the game 7 Days to Die and making mods for it.

Some content cannot be accessed until you register an account with a VERIFIED E-mail address, and continued use requires it remain valid.

Registration approvals for now are manually done by me and may take a few hours to approve. I DO sleep from time to time.

Enabling the Leveling Tools in Creative Mode?

Wolfrune

Administrator
Site Admin
TWP Team
Creator
"I want to enable the advanced tools in creative mode while I am in game…"
 
Last edited:

Wolfrune

Administrator
Site Admin
TWP Team
Creator
I want to enable the advanced tools in creative mode while I am in game…
Enabling the Leveling Tools in Creative Mode

You'll need to go wherever you have your current game installed and look for the windows.xml file- (for example: 7 Days To Die\Data\Config\XUi\windows.xml)
Always make a backup of the file before you begin editing and saving it.

In any editor around Line 3973 look for this line:

<button style="press, hover" name="levelTools" tooltip_key="xuiLevelTools" sprite="ui_game_symbol_resource" visible="{is_editmode}" sound="[paging_click]" width="32" height="32" hoverscale="1.25" pivot="left" collider_scale="1.5"/>

And replace it with:

<button style="press, hover" name="levelTools" tooltip_key="xuiLevelTools" sprite="ui_game_symbol_resource" sound="[paging_click]" width="32" height="32" hoverscale="1.25" pivot="left" collider_scale="1.5"/>
 
Top