Mungelog error [Solved]

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
Darth Skraal
Private Recruit
Posts: 29
Joined: Sat Jul 19, 2008 2:58 pm

Mungelog error [Solved]

Post by Darth Skraal »

What does this mean?

Code: Select all

C:\BF2_ModTools\ToolsFL\Bin\luac.exe: ..\..\common\scripts\setup_teams.lua:8: unfinished string near `"extra3 }'
ERROR[scriptmunge scripts\setup_teams.lua]:Could not read input file.ERROR[scriptmunge scripts\setup_teams.lua]:Could not read input file. [continuing]
   2 Errors    0 Warnings

ERROR[localizemunge French.cfg]:Text file syntax error. (No matching bracket)ERROR[localizemunge French.cfg]:Text file syntax error. (No matching bracket) [continuing]
   2 Errors    0 Warnings

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

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

ucft <--

   2 Errors    0 Warnings

User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Another Mungelog Problem

Post by Fiodis »

Giving it a passing glance, I see that the first one tells you exactly what's wrong. You have an unfinished string, near "extra3", in your setup_teams.LUA. Read your own logs more carefully.

Go to your BF2_Modtools folder. Copy BF2_Modtools.exe into your Lucasarts/SWBF2/Gamedata folder. Whenever you make a change to your map, test it with that. Afterwards, in your Gamedata folder, there will be a text file called BF2log. It tells you everything that happened in your test, what went wrong, and what to fix. It's usually much more helpful than a error log you get while munging.
^
You must fix any mungelog errors(not warnings) first before trying to test your map with the BF2_modtools.exe -Staff



EDIT - To fix your setup_teams.LUA error, change

"extra3 }

to

"extra3", }
Darth Skraal
Private Recruit
Posts: 29
Joined: Sat Jul 19, 2008 2:58 pm

Re: Another Mungelog Problem

Post by Darth Skraal »

thanks, sorry.
Post Reply