VisualMunge PC_mungelog help
Posted: Sun Mar 15, 2009 2:03 pm
After VisualMunge was done munging I got this:
How can I fix these?
Hidden/Spoiler:
You have an error on line 141 of your LUA. In this caseC:\BF2_ModTools\data_CWH\_BUILD\..\..\ToolsFL\Bin\luac.exe: ..\..\common\scripts\CWH\CWHc_con.lua:141: unfinished string near `"rep_hero_macewindu)'
ERROR[scriptmunge scripts\CWH\CWHc_con.lua]:Could not read input file.ERROR[scriptmunge scripts\CWH\CWHc_con.lua]:Could not read input file. [continuing]
that works now. thanksTeancum wrote:You have an error on line 141 of your LUA. In this caseC:\BF2_ModTools\data_CWH\_BUILD\..\..\ToolsFL\Bin\luac.exe: ..\..\common\scripts\CWH\CWHc_con.lua:141: unfinished string near `"rep_hero_macewindu)'
ERROR[scriptmunge scripts\CWH\CWHc_con.lua]:Could not read input file.ERROR[scriptmunge scripts\CWH\CWHc_con.lua]:Could not read input file. [continuing]
This:
"rep_hero_macewindu)
should be this:
"rep_hero_macewindu")
DarthD.U.C.K. wrote:that means that you have edited a skin and saved it with RLE-compression, resave the skin and uncheck the RLE-compression checkbox (if you use gimp)
Well I am a beginner at moding but, not with editing pictures.sampip wrote:I think that GIMP is probably a better program to use, because it is easy for beginners. Advanced skinners probably would use more advanced programs. I had the same problem, but I didn't know about RLE compression then, so it didn't work. There might be a box that comes up when you save it that you can tick whether you want compression or not.