Jump to content

File for Loading Screen Tips?


Red51

Recommended Posts

i think its "loadingscreen.xml" which is a list of the tips (as keys, not the actual tips).  These keys map to the ones in Localization.txt

so you have to change the xml file and add to Localiization.txt

 

Example: in loadingscreen.xml:

<tips>
		<tip key="loadingTipMainHUD" />
		<tip key="loadingTipStoneAxe" />

 

and in Localization.txt:

loadingTipStoneAxe,UI,Loading Screen,x,,The stone axe is a primitive starting tool used to gather resources using [action:local:Primary].\nUse [action:local:Secondary] to repair and upgrade blocks.,,(cut other localizations for brevity)
loadingTipStoneAxe_title,UI,Loading Screen,x,,The Stone Axe,,(cut other localizations for brevity)

 

Link to comment
Share on other sites

@doughphunghus Thanks. I don't know how I overlooked the loadingscreen file. I tinkered with the tips in the localization file, but the changes there did not affect the client. I will tinker with the loadingscreen file at some point, but from what I have tested I am not sure they can be made to be displayed on the client.

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...