VisualMunge PC_mungelog help

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

VisualMunge PC_mungelog help

Post by 501st_commander »

After VisualMunge was done munging I got this:
Hidden/Spoiler:
[code]C:\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]
2 Errors 0 Warnings

ERROR[levelpack mission\CWHc_con.req]:Expecting bracket, but none was found.
File : munged\pc\cwhc_con.script.req(1)...

ucft <--
ERROR[levelpack mission\CWHc_con.req]:Expecting bracket, but none was found.
File : munged\pc\cwhc_con.script.req(1)...

ucft <--

2 Errors 0 Warnings

ERROR[PC_texturemunge msh\rep_inf_commandersharp.tga]:Targa type 10 not currently supported.
ERROR[PC_texturemunge msh\rep_inf_commandersharp.tga]:Targa type 10 not currently supported.
[continuing]
2 Errors 0 Warnings
[/code]
How can I fix these?
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: VisualMunge PC_mungelog help

Post by Teancum »

C:\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]
You have an error on line 141 of your LUA. In this case

This:

"rep_hero_macewindu)

should be this:

"rep_hero_macewindu")
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: VisualMunge PC_mungelog help

Post by 501st_commander »

Teancum wrote:
C:\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]
You have an error on line 141 of your LUA. In this case

This:

"rep_hero_macewindu)

should be this:

"rep_hero_macewindu")
that works now. thanks

but what about the TGA error?
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: VisualMunge PC_mungelog help

Post by DarthD.U.C.K. »

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)
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: VisualMunge PC_mungelog help

Post by 501st_commander »

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)

I don't use GIMP but i will try to find the RLE-compression checkbox in my program.
thanks
User avatar
sampip
General
General
Posts: 792
Joined: Mon Mar 16, 2009 12:08 pm
Projects :: Something big. And exciting.
Games I'm Playing :: Battlefield 3
xbox live or psn: masowner66
Location: Zebra

Re: VisualMunge PC_mungelog help

Post by sampip »

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.
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: VisualMunge PC_mungelog help

Post by 501st_commander »

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.
Well I am a beginner at moding but, not with editing pictures.
Post Reply