• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Big serious PRoblem!!

Status
Not open for further replies.
Level 13
Joined
Oct 25, 2009
Messages
995
I have a big serious problem,my map,sudden,when i saving,i forgot remove the custom script(i write wrong the custom script).then when i saving,the map,all object editor skills,turn into TRIGSTR_XXXX,WTF IS THIS FREAKING PROBLEM?MY CUSTOM SPELL AND HERO AND ALL CUSTOM THINGS TURN INTO TRIGSTR_XXXX!!
HERE THE MAP::goblin_cry:
http://www.hiveworkshop.com/forums/pastebin_data/ay5m8g/_files/WotW 3.00.w3x
P/S:The call lightning spell,i think problem is that.When i saving,i no check the Custom Script of call lightning
  • Custom script: call RemoveUnit(udg_PS_Dummy)
  • Custom script: call DestroyEffect(udg_PS_Effect)
 
Level 26
Joined
Aug 18, 2009
Messages
4,099
It's not reversible. Most of the strings in your .wts data are overwritten by TRIGSTR_XXXX, which is used to point to another externalized string in this file, and these do not exist. Do you have any other version? Maybe you can replace your .wts file with that of an older version to return at least a part.

>>>File >>Export/Import Strings
 
Status
Not open for further replies.
Top