GrfCL.exe is still a little finicky, I can't run the scripts with user input:
D:\RO\GRF Editor v1.8.2.7\GrfCL>.\"New empty GRF.bat"
Name of your GRF : data
#Log : Batch file detected an invalid encoding, changing command line arguments encoding to 1252
#Log : Breaking on general exceptions = True
#Log : Created a new GRF with the name new.grf
Progress : 0.0 % //
// GRF Error Handler has thrown an exception :
// Error level : Warning
// Message :
Couldn't save the container file.
//______________________________________________________________________________________________________________________
#Finished
#Log : Saved the GRF to data
#BREAK -- Press any key to continue...
If I replace the input with a hard-coded string (set GRFPath=new32.grf), I get:
#Log : Batch file detected an invalid encoding, changing command line arguments encoding to 1252
#Log : Breaking on general exceptions = True
#Log : Created a new GRF with the name new.grf
#Finished
#Log : Saved the GRF to new32.grf
#BREAK -- Press any key to continue...
I get the same results if i run it through cmd or ps.
Any ideas?
I realize I might be one of the few that use this tool, but it's so nice.
PS: Any thoughts on how to generate thor patches?