• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[General] JassHelper is not called when saving the map of a custom campaign

Status
Not open for further replies.
Level 25
Joined
Feb 2, 2006
Messages
1,689
I have the following map script:

Code:
//! import "Import Dmdf.j"
//! import "Dornheim/Import.j"

I have replaced the JassHelper with 0.A.2.A for my campaign and I use JassParserCLI instead of pjass.
This is my jasshelper.conf:

Code:
[forcemethodevaluate]

[noimplicitthis]

[jasscompiler]
//this is to specify what compiler to use, normally pjass.exe,
// though you may also want to use JassParserCLI.exe ...
"JassParserCLI.exe"
// The next line specifies the jass syntax checker's arguments:
"--report-leaks --pjass $COMMONJ $BLIZZARDJ $WAR3MAPJ"
// i.e. You can change it to "$COMMONJ +rb $BLIZZARDJ -rb $WAR3MAPJ"
// in case of a recent  PJass version ...

[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\"
"C:\Users\Peter\Documents\Projekte\dmdf\src"

The map is part of a custom campaign. When I save it, there is no error. However, there is no import of the code. I have checked "Enable JassHelper", "Enable vJass" and "Enable Debug Mode". Any ideas?
 
Status
Not open for further replies.
Top