• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Replace in-game tips

Status
Not open for further replies.
If one wants to replace tips map specific. And the tips we are talking about are the ones found inside menu during game, then one can import a txt file into a map using this path "UI\tipstrings.txt".
Then the imported one will be used instead of the default ones. Affecting this map only.

The file's content format expected:
[box]
[General]
TipCount=3
Tip1="Text of Tip1."
Tip2="Text of Tip2."
Tip3="Text of Tip3."
[/box]
 
Status
Not open for further replies.
Top