- Joined
- Aug 18, 2009
- Messages
- 4,097
Trying to convert a .j file with jasshelper via command line
as it is stated in manual.
It starts and everything, finds my input file but appends it to the contents of some other script file before checking it. I do not know where jasshelper reads that other script from. None of the input parameters contain it. It is code I have written before but it should not be loaded at this point. I cleared the logs of jngp, deleted .j and .wct files in its directory that had contained it and the maps including backups.
Does jasshelper/jngp inject the paths to the last saved maps/scripts anywhere? The code it currently adds is actually the one it should convert later on (gets modified however) but because of this incident, everything is doubly declared.
Code:
"jasshelper\jasshelper.exe" --scriptonly <commonJPath> <blizzardJPath> <inputJ> <targetPath>
as it is stated in manual.
It starts and everything, finds my input file but appends it to the contents of some other script file before checking it. I do not know where jasshelper reads that other script from. None of the input parameters contain it. It is code I have written before but it should not be loaded at this point. I cleared the logs of jngp, deleted .j and .wct files in its directory that had contained it and the maps including backups.
Does jasshelper/jngp inject the paths to the last saved maps/scripts anywhere? The code it currently adds is actually the one it should convert later on (gets modified however) but because of this incident, everything is doubly declared.