• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Import] How to change j file to GUI triggers manually?

Status
Not open for further replies.
Level 2
Joined
Feb 7, 2020
Messages
4
I have to move the j file to GUI trigger because of trigger infos' loss. So, I try changing j file to GUI triggers, but it's not easy. Once all the global variables are moved. Is there a good guide to this?
 

EdgeOfChaos

E

EdgeOfChaos

Don't bother changing them to GUI. When the scripts are compiled to .j they lose all structure. Converting them to GUI is more challenging than coding them from scratch since the variable and method names will be messed up (map protection obfuscates the code).

You can directly edit the .j file if you know JASS.

If you want to edit a protected map, there are certain places where you can learn about that.
 
Status
Not open for further replies.
Top