Jump to content

a strange problem in the game


Recommended Posts

I found a strange problem in the game,

I like a clean game menu screen, how can I remove this information, thank you!

Session gui layout is defined in the binaries/data/mods/public/gui/session/session.xml file. This particular block is:


337 <!-- ================================ ================================ -->
338 <!-- ALPHA LABELS (alpha, build time, revision) -->
339 <!-- ================================ ================================ -->
340
341 <!-- Displays Alpha name and number -->
342 <object size="70%-128 0 70%+128 100%" name="alphaLabel" type="text" style="CenteredLabelText" text_valign="top" ghost="true">
343 ALPHA VIII : Haxāmaniš
344
345 <!-- Displays build date and revision number-->
346 <object size="50%-128 0 50%+128 100%-2" name="buildTimeLabel" type="text" text_align="center" text_valign="bottom" font="serif-12" textcolor="white" ghost="true">
347 <action on="Load"><![CDATA[this.caption = buildTime(0) + " (" + buildTime(2) + ")";]]></action>
348 </object>
349 </object>

You can try to add hidden="false" to the alphaLabel object, or comment/remove the entire block (in case if it is not referred from other code, I did not checked this).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...