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

Jass and GUI

Status
Not open for further replies.
Level 12
Joined
Apr 4, 2010
Messages
862
Hey guys, i gotta question yo. uh is jass easier or GUI easier? Jass looks very complicated. Hey if ur a professor in jass? can u tell me, how many months will i take to be able to master the basics, uh. And i also don't know why some ppl change GUI to jass just to protect their map.
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
GUI is easier for a total beginner. JASS is easier for someone who has some previous programming skill. If you are not particularly good at programming then I would advise against JASS, although it is fairly easy so you may as well give it a shot.

Mastering the basics is all up to the individual. It might take someone a day or a few months, and once again depends mostly on whether you have any programming background and thus whether you need to be (re)taught concepts such as strings, arrays, functions, etc.

As for protection, it's because all map code is stored as JASS but is also stored as GUI if it was created specifically in GUI. Since deleting the (useless ingame) GUI-only files reduces map size, people like to include it in map optimizers.
 
Status
Not open for further replies.
Top