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

vJass Download

Status
Not open for further replies.
Level 2
Joined
Jun 19, 2023
Messages
6
Hello everyone. I would like to use vJass, but I am not too sure how to download it. I saw tutorials, but they were old and the links to downloading the NewGen JNGP didn't work. Anyone know how to do it? Thanks!

EDIT: I was able to download it, but I am not quite sure what to do next. I know that I need to run the NewGen WE.exe. However, I can't locate Warcraft III for some reason. Anyone know why?
 
Last edited:

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,871
It's already supported in the editor and has been that way for years now. Also, remember that Lua is now a (more powerful) option which opens the door to other programming languages as well. I feel like it's a waste of time to use something so niche and outdated like Jass when you can instead use a modern language that is more performant, flexible, and extends outside of Warcraft 3. That being said, Jass has a lot of user made resources since it's been around longer, so that's a perk. Whatever you do, just know that a map can only use one language or the other - so choose wisely!
 
Level 17
Joined
Apr 13, 2008
Messages
1,608
Hello everyone. I would like to use vJass, but I am not too sure how to download it. I saw tutorials, but they were old and the links to downloading the NewGen JNGP didn't work. Anyone know how to do it? Thanks!

EDIT: I was able to download it, but I am not quite sure what to do next. I know that I need to run the NewGen WE.exe. However, I can't locate Warcraft III for some reason. Anyone know why?
Hi there,

Which version of warcraft you are using?

1.)
For the retail live patch on battle.net just use the normal editor.
In the Trigger Editor top menu make sure JassHelper and vJass are enabled.

I also strongly suggest downloading TESH, which is a syntax highlighter and function searcher.


2.)
If you are using 1.26 or something like that (you shouldn't, the live patch is more powerful), then JNGP is the best tool out there. You might not be able to locate War3 due to various reasons. A.) You have a different patch than what JNGP supports. B.) Your PATH variables are not set correctly. C.) You need to set the path of the files in one of the configuration files... etc. Just switch to live patch, unless you are developing games for a 1.26 private server or something.


3.)
As Sir Uncle said, JASS indeed kinda sucks and Lua is a better option.
 
Status
Not open for further replies.
Top