![]() |
#136 |
Free Software Terrorist
Technical Director
|
![]() To use the newest PJass in New Gen Pack and with patch 1.23:
__________________To use this thing in newgen pack: * Update jasshelper to latest version. * Copy new pjass.exe to jasshelper's folder in JNGP. * Change jasshelper.conf in JNGP's folder to: Code:
// tweaked jasshelper.conf for newgen pack, notice that in this setup grimoire's main folder is jasshelper's work folder (.) [lookupfolders] // Just type the folders where //! import would look for if relative paths where used, include the final \ // embed them in quotes // example: "c:\" // The order causes priority: ".\jass\" [externaltools] // this is for //! external NAME args the syntax is "NAME","executable path" // example: //"OBJMERGE","c:\kool.exe" //* //* grimextension pack by pitzermike: //* "FileImporter","grimext\FileImporter.exe" "ObjectMerger","grimext\ObjectMerger.exe" "PathMapper","grimext\PathMapper.exe" "TileSetter","gimext\TileSetter.exe" "ConstantMerger","grimext\ConstantMerger.exe" "TriggerMerger","grimext\TriggerMerger.exe" "FileExporter","grimext\\FileExporter.exe" "PatchGenerator","grimext\\PatchGenerator.exe" [jasscompiler] "pjass.exe" "$COMMONJ +rb $BLIZZARDJ -rb $WAR3MAPJ" You can remove the -rb if you don't want PJass to report the return bug as a syntax error... |
![]() |
![]() |
Sponsored Links - Login to hide this ad! |
|
![]() |
#137 |
User
|
![]() Is pjass_10j or 10I currently the latest pjass?
__________________I can save but i still can't test the map>> Last edited by DreamRaider : 06-17-2009 at 07:41 PM. |
![]() |
![]() |
![]() |
#139 |
Alcopops
Tools & Tutorials Moderator
|
![]() Saving is good, but if the map doesn't run, your map probably has an occurrance of return bug that wc3 catches, but pjass doesn't.
__________________ |
![]() |
![]() |
![]() |
#140 |
User
|
![]() So wat do i do to solve this?
__________________ |
![]() |
![]() |
![]() |
#141 |
User
Join Date: Jan 2007
Posts: 542
![]() ![]() ![]() |
![]() use the syntax checker of vanilla we to check your map. If even that one doesnt catch the error, report it to blizzard.
__________________ |
![]() |
![]() |
![]() |
#142 |
Free Software Terrorist
Technical Director
|
![]() In case your map is in vJass ... :
__________________I had this problem with the caster system the day of the patch release date, but it was with Zoxc's syntax checker, Basically, if you send me your map's inputwar3map.j , I can get wc3's compiler to tell me exactly what's wrong with it. want to? |
![]() |
![]() |
![]() |
#143 |
User
|
![]() It's just trying to test the map generally. All the map had was timerultis, nothing else. I jsut save (Which works) then i press test map and it just won't let me test map anymore.
__________________ |
![]() |
![]() |
![]() |
#144 |
Free Software Terrorist
Technical Director
|
![]() Seems PJass doesn't report this return bug:
__________________![]() function DemoMap_CacheT takes nothing returns trigger return InitGameCache("demomap.c") endfunction |
![]() |
![]() |
![]() |
#145 |
Free Software Terrorist
Technical Director
|
![]() Shadowing has been changed in 1.24 and PJass needs updates.
__________________Now, shadowing still works, but if the global and local have different type signatures, warcraft III will not like it. So something like this: ![]() globals integer array a endglobals function xxx takes nothing returns nothing local integer a endfunction Also something like: ![]() globals real a endglobals function xxx takes nothing returns nothing local integer a endfunction |
![]() |
![]() |
![]() |
#146 |
User
Join Date: Aug 2009
Posts: 8
![]() |
![]() Can I get a zip or 7sip version or something?
__________________ |
![]() |
![]() |
![]() |
#147 |
Alcopops
Tools & Tutorials Moderator
|
![]() Thanks for the reports, I will change it some time this week.
__________________What about those false detects of return bug and things that compile but fail ingame? Has anyone written down the conditions that apply here? Would be nice to catch them in pjass already. Vosty: Where's the problem? 7zip can open rar files. |
![]() |
![]() |
![]() |
#148 |
User
Join Date: Aug 2009
Posts: 8
![]() |
![]() Ummm...
__________________I will try it, and get back to ya. Got it! Thank you for the help. I did not know my 7zip could do that. Last edited by Vosty : 08-24-2009 at 11:47 PM. |
![]() |
![]() |
![]() |
#149 |
User
|
![]() Can u plz update your first post so we know what really is the latest version of the pjass?
__________________ |
![]() |
![]() |
![]() |
#150 |
User
Join Date: Jun 2009
Posts: 46
![]() |
![]() I think I found a bug
PJass won't recognized hexadecimal literals declared using $ |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
|