Quote:
Originally Posted by Element of Water
You can look at the generated map script by going to
Code:
<Your NewGen Installation>\logs\outputWar3Map.j
|
I know how to look at generated map script : p. I actually looked at map script and went, oh it inlines.. that means it does a dif order. From there I proceeded to Zinc manual cuz I knew the order was somewhere in there, and lo and behold there it was : o. Optimization is done last : D.
I always just use MPQ Editor since it takes me one second as MPQ Editor already points to all the right places ;p.
Btw, cjass updated to 1.3 : ). Sevion was running into syntax errors, I investigated and found a mistake due to a one liner definition that was set up with multi line method (yea.. cjass needs to fix that bug).
Changed it to one liner definition to fix the issue and now it works : ).
Thank you sevion for notifying me ^_^.