Help using JassHelper stand-alone

SineCosine

I'm still looking for my Tangent
Reaction score
77
Thing is, I've never used JassHelper on its own before >.>
(Except for sneaking peeks at the war3map.j files inside other maps)

So, how is it like, using JassHelper outside of the WE?
 

tooltiperror

Super Moderator
Reaction score
231
JassHelper is a command line tool, but Grimoire (It is Grimoire, right?) has been coded to run JassHelper every time the game is saved, by injecting a custom .DLL into the process of World Editor.

First of all, the easiest thing to do would be to get the updated JassHelper Folder which contains the common.j and blizzard.j already in it, which is easier than having to look for them (thanks to Lyerae for the download)

Navigate to your JassHelper folder in command prompt, and run the command with jasshelper common.j blizzard.j yourmap.w3x if you are in the normal editor and you can not save vJASS directly in it, use [LJASS]//! import[/LJASS].
 

Jesus4Lyf

Good Idea™
Reaction score
397
Lol, just wait for getting Newgen to work. :thup:
Else your best bet is [LJASS]//! import[/LJASS]ing your code from WE and yea, running JassHelper over it...
There's a tutorial on how to use JH with Macs in the tutorial repository which should help you out, even if you don't have a mac...
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
I was looking for another option because I didn't think a Mac tutorial would work on a Windows =x

But since two people seem to be sure it'd work, I guess there's no reason for doubt xD
 

tooltiperror

Super Moderator
Reaction score
231
You just need to change the commands to not use WINE, but I think you use CD on windows, don't you?

Edit: I should probably go make an out-of-NewGen vJASS tutorial.
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
Command Prompt ._.

Well, I'm stuck here, for obvious reasons.
I don't have WINE. =/

Step Four: Here it is, the last step! Now all you will need to do is run JassHelper from the terminal. First of all, you will need to have WINE, or you can't run these commands. Open the Terminal, and type in the following, substituting your paths of course.
 

tooltiperror

Super Moderator
Reaction score
231
You don't need to run it with wine, just take WINE out of that line.
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
Window's Command Prompt is such a bitch to use -___-
It doesn't support Copy+Paste, it doesn't tell me which of my syntaxes are wrong and when I think I get it, it throws me a fking error =/

It said: File does not exist "C:\Documents"
Problem is, the 'file' is not a file, it's a folder.
And the Folder's name is "Documents and Settings".

I didn't give it that name, Windows did.
And if I change the name of that file, a lot of my applications will get screwed up >.>
Anyone here know the syntax for Command Prompt?

I've tried at least 6 times without success, and my directory names are long >.>
Annoying to type out 4times per try.

[EDIT]

Can't I just edit the Jasshelper.conf file directly? >.>
 

tooltiperror

Super Moderator
Reaction score
231
Welcome to the world of DOS, don't get a linux :p

May I recommend you place your NewGen folder right in the C: directory?
edit; Oh, I forgot to mention, you need to use \ for spaces:
JASS:
cd C:/Documents\ And\ Settings/Program\ Files/Warcraft\ III
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
But Command Prompt always starts a new line with:
C:\Documents and Settings\PC>
PC is just the current user's account name >.>
(Not very creative with names there xD)
 

tooltiperror

Super Moderator
Reaction score
231
Well, then put your NewGen folder right in your Documents, so you don't have to go far. For example, I have a JASS folder right in my user account, so I just need to do.
JASS:

cd ~/JASS
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
It doesn't recognize 'cd'.
It uses '\' instead of '/' and I tried 7 different ways without success xD

We need a Window's user to help >.>
 

tooltiperror

Super Moderator
Reaction score
231
Just open a command prompt shell and type in DIR, tell me what you get.

Or do what J4L says.

edit: >>Is not true..

You do [LJASS]Path\ With\ Spaces[/LJASS] on the terminal, I thought it was the same.
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
Voila!
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\PC>dir
Volume in drive C has no label.
Volume Serial Number is 6403-C4A4

Directory of C:\Documents and Settings\PC

06/27/9001 07:18 AM <DIR> PORN
06/27/9001 07:18 AM <DIR> Nah, Just kidding, I added this in for the lulz
06/05/2010 11:34 PM <DIR> .
06/05/2010 11:34 PM <DIR> ..
06/05/2010 03:51 PM <DIR> Desktop
03/12/2010 01:25 AM <DIR> Favorites
06/05/2010 11:34 PM <DIR> JASS
06/05/2010 11:07 PM <DIR> logs
06/04/2010 06:27 PM <DIR> My Documents
06/05/2010 11:18 PM 14,155,776 ntuser.dat
12/21/2009 03:01 AM 3,275,327 result.ptr
05/27/2009 09:48 AM <DIR> Start Menu
06/05/2010 12:49 PM <DIR> Tracing
06/27/2009 05:12 AM <DIR> WINDOWS
2 File(s) 17,431,103 bytes
10 Dir(s) 5,073,985,536 bytes free

C:\Documents and Settings\PC>

My brain is tired -_____-
I wanna' have a good night's sleep soon...
So, I'll let these two fine guys who know what they're doing figure things out :D
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
Holy, f***!
Yea, it works ._.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\PC>cd JASS

C:\Documents and Settings\PC\JASS>
 

tooltiperror

Super Moderator
Reaction score
231
alright, DIR that and put the results here.
 

SineCosine

I'm still looking for my Tangent
Reaction score
77
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\PC>cd jass

C:\Documents and Settings\PC\JASS>dir
Volume in drive C has no label.
Volume Serial Number is 6403-C4A4

Directory of C:\Documents and Settings\PC\JASS

06/05/2010 11:34 PM <DIR> .
06/05/2010 11:34 PM <DIR> ..
06/05/2010 11:18 PM 0 IMPORT.w3m //This is the test map >.>
06/05/2010 11:34 PM <DIR> jasshelper
12/21/9001 00:00 AM <DIR> BLACK PORN
12/21/9001 00:00 AM <DIR> WHITE PORN
12/21/9001 00:00 AM <DIR> JAPANESE PORN
12/21/9001 00:00 AM <DIR> ANIMAL PORN
1 File(s) 0 bytes
3 Dir(s) 5,072,957,440 bytes free

C:\Documents and Settings\PC\JASS>

Apparently, posting a quote isn't allowed <.<
The message you have entered is too short. Please lengthen your message to at least 1 characters.
 

tooltiperror

Super Moderator
Reaction score
231
Alright, go into jasshelper and tell me what you see there. And your map should be inside JassHelper, by the way.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top