@rtschutter: Go
I imagine if you use script this would be relatively easy to achieve.
My Projects:
Malum Ruina: SC2Mapster
Eternal Exile: SC2Mapster
Spine Crawler Madness: SC2Mapster
Xeno Crisis: SC2Mapster
@rtschutter: Go
I imagine if you use script this would be relatively easy to achieve.
My Projects:
Malum Ruina: SC2Mapster
Eternal Exile: SC2Mapster
Spine Crawler Madness: SC2Mapster
Xeno Crisis: SC2Mapster
I use the GUI because I am not a programmer and have no idea what I am doing.
@rtschutter:
Decompress a copy of the map archive with MPQ Editor into a folder, locate and find the text file that has your variables. Open with Notepad++ , Ctrl+H Find and Replace, Save & Close, Recompress into a new .SC2Map file. Assuming I understood what you were trying to do.
rtschutter Regular ShmoeSo I am trying to go through and replace many of my global variables with much better organized records, and I was hoping to use find and replace to do this. At first it seemed like you couldn't do it at all, because when you try to enter a record into the parameter finder it immediately dumps it back to "No Value." But then I discovered that if you copy/paste the completed record variable into the parameter value it doesn't dump it (which is good).
But then when you try to actually replace all of the variables it seems to ignore the variables inside the record, and instead just copies the record variable itself.
Is there any way to make this work?