Page 1 of 2

Does xdep always do this

Posted: June 10th, 2007, 9:15 am
by TypucT
After deprotecting a map it's triggers become JASS script. It's not that much of a problem understandin JASS, after all I am a programmer (still in school), but stil it's easyer for me to read normal triggers. Any ideas on how I can turn the triggers back or force xdep to skip checking the triggers?

P.S. I'm trying to find that out on my own but if anyone can help me it would be appreciated and faster.

Posted: June 10th, 2007, 9:21 am
by Sir-Tanks
You cant. its impossible nearly 99% of the time. just use the jass and follow guides

Posted: June 10th, 2007, 9:23 am
by TypucT
I said I DO understand the script, but it's easyer not to have to.

Posted: June 10th, 2007, 9:27 am
by Xantan
xdep does not restore gui triggers as its impossible.

Posted: June 10th, 2007, 9:33 am
by MasterGamer
The GUI triggers are not saved in the war3map.j
Because Wc3 only needs war3map.j the GUIs are often deleted.

Posted: June 10th, 2007, 10:12 am
by TypucT
The only problem I have is finding the spell I want to copy otherwise the code isn't a problem. So basically now my problem is finding what I want in a 5000+ line script.

Posted: June 10th, 2007, 10:13 am
by MasterGamer
copy it to the editor and use STRG+F

Posted: June 10th, 2007, 10:17 am
by TypucT
That's what I tried, but the map maker made another protection for his map. He used strange names for the spells which are hardo to find.

Posted: June 10th, 2007, 12:49 pm
by blannnor
that could also be part of the optimization of the map, some of the programs out there rename all variables to smaller strings to save on space.

Posted: June 10th, 2007, 3:27 pm
by Bartimaeus²
TypucT wrote:That's what I tried, but the map maker made another protection for his map. He used strange names for the spells which are hardo to find.


If syntax errors or variable names are wrong with syntax errors before you put anything, delete the lines or just ignore them.