This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Does anybody know how to change the name of the "tips" bar on the left hand side of the help menu?
In addition, how can I remove the "gameplay mechanics" and "controls" panels? I'm using this XML:
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <Frame type="HelpControlsPanel" name="ControlsPanel" template="HelpPanel/HelpControlsPanelTemplate" file="HelpMenuDialog"> <Visible val="false"/> </Frame> <Frame type="HelpGameMechanicsPanel" name="GameMechanicsPanel" template="HelpPanel/HelpGameMechanicsPanelTemplate" file="HelpMenuDialog"> <Visible val="false"/> </Frame> </Desc>
No luck.
Any-bod-eh? :P
I'm not sure, but I think I saw something for the Tips and Game Mechanics in the ui part of the data editor. Maybe you could change the names there.
I found out how to change it, pretty obvious really. You go to the Text Editor and find the one with
Text; Tips
and the ID; UI/HelpMenuDialogTips_Control there's also one for Game Mechanics and Controlls
Does anybody know how to change the name of the "tips" bar on the left hand side of the help menu?
In addition, how can I remove the "gameplay mechanics" and "controls" panels? I'm using this XML:
No luck.
Any-bod-eh? :P
I'm not sure, but I think I saw something for the Tips and Game Mechanics in the ui part of the data editor. Maybe you could change the names there.
I found out how to change it, pretty obvious really. You go to the Text Editor and find the one with
Text; Tips
and the ID; UI/HelpMenuDialogTips_Control there's also one for Game Mechanics and Controlls