• 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.

[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