Jump to content

What .xml handle the Console Window (F1)?


Tcip

Recommended Posts

Hello 7DtD community!


First time posting here. So, hello sweet awesome 7DtD community! 😁


I want to tweak a few things with the console window (the one that appears when you hit F1).
But i have a hard time finding the .xml file that handles this.


I have looked at all the files in the ConfigsDump directory. Including the two subdirectories XUi and XUi_Common. Tried various search keywords. Still can't find the darn thing! At this point I probably just staring blindly at the code. When the answer is in front of me.

 

%AppData%\7DaysToDie\Saves\Navezgane\Tcip\ConfigsDump\
%AppData%\7DaysToDie\Saves\Navezgane\Tcip\ConfigsDump\XUi
%AppData%\7DaysToDie\Saves\Navezgane\Tcip\ConfigsDump\XUi_Common
Link to comment
Share on other sites

If I was a betting man, I think it would be something like this

 

<window name="ingameDebugMenu"

 

Also, the files you are looking at, those are the log files form the game to show you what was loaded during the session (great if you are adding mods and want to see the actual changes applied - great for debugging).

 

For changing the actual values, you want to go to the configs folder in the data folder where it loads up everything

Link to comment
Share on other sites

On 5/18/2022 at 5:33 PM, BFT2020 said:

If I was a betting man, I think it would be something like this

 

<window name="ingameDebugMenu"

 

Also, the files you are looking at, those are the log files form the game to show you what was loaded during the session (great if you are adding mods and want to see the actual changes applied - great for debugging).

 

For changing the actual values, you want to go to the configs folder in the data folder where it loads up everything

 

Thank you for your answer!

 

<window name="ingameDebugMenu"

 

isen't that just the Debug Tools (typing dm in the console)?

 

ConfigsDump\XUi\windows.xml

line 4016

 

<window name="ingameDebugMenu" anchor="RightTop" pos="-320,-80" width="300" height="920" controller="InGameDebugMenu" cursor_area="true">

 

anchor="RightTop" that is one of the debug tools. A bit lower down you find

<simplebutton name="btnSuicide" depth="3" pos="5, -8" width="290" height="32" caption_key="xuiDebugMenuSuicide" />

 

i've searched for "close" as well. Cuz the there is a button in the Console Window with that name. My thought was that it would make the search easier. There is only 27 entities that contains that word. But 26 of them are just close_group_on_tab="true" 

the 27th is 

 

<label depth="2" name="windowName" pos="0,-1" justify="center" text="CLOSE" text_key="xuiClose" font_size="36" />

 

and that make sence. That  must be it! Then i see <window name="windowSignEdit" 😒

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...