Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I don't know why, but every single custom item i made was suddenly named to TRIGSTR_(number) for no apparent reason. Is there a reason for this? Is there a fix?
What patch are you running on? And is this happening in the object editor or in the trigger editor? Did anything strange happen when you last saved your map? (e.g. did your PC crash?)
I don't think there is an automatic way to fix it, but I'd suggest following these steps:
Open your map and extract the war3map.wts file. Then make sure to close the MPQ editor.
Each string is declared like so:
C++:
STRING 0 {
<stuff>
}
For each of your objects, find the correct string (the numbers should match) and just copy and paste from the wts file to your object in the object editor
When you're done, make sure you backup your map! And backup your map often. If anything ever happens, you can usually just fall back to a backup.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.