Jump to content

XML Informational UI modlet: Add Server Name or Text to the top-left corner. (Similar to 7DTD version)


Recommended Posts

  • BoQsc changed the title to XML Informational UI modlet: Add Server Name or Text to the top-left corner. (Similar to 7DTD version)

Create a Add_Server_Name_UI\ folder inside Mods\ folder: 

 

Create these files and launch the dedicated server, everything should work after joining the server:

 

C:\Program Files (x86)\Steam\steamapps\common\7 Days To Die\Mods\Add_Server_Name_UI\ModInfo.xml

<?xml version="1.0" encoding="UTF-8"?>

<xml>
    <Name value="Add_Server_Name_UI" />
    <Author value="BoQsc" />
    <Description value="A UI modlet for 7 Days To Die." />
    <DisplayName value="Add_Server_Name_UI" />
    <Website value="" />
    <Version value="Alpha 21.2(b30)" />
</xml>


C:\Program Files (x86)\Steam\steamapps\common\7 Days To Die\Mods\Add_Server_Name_UI\Config\XUi\windows.xml

<configs>
	<append xpath="/windows/window[@name='windowGroupBars']">
		<rect name="hud" pos="0,-6" rows="2" cols="1" width="168" height="168" side="left">
			<label anchor="CenterCenter" pivot="topleft" name="InformationAboutServer" depth="3" text="[03F1F5]7 Days To Die Vanilla Public Server" font_size="18" color="[menuElementsLBLPri]" crispness="Never" effect="outline" effect_distance="1,1" upper_case="true" justify="center" />
		</rect>
	</append>
</configs>

T6K5OR8.png

 

Edited by BoQsc (see edit history)
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...