Error? Meaning [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
User avatar
RogueCruiser
3rd Warning
3rd Warning
Posts: 144
Joined: Sun May 10, 2009 4:09 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Inside a whale.

Error? Meaning [Solved]

Post by RogueCruiser »

I got this while munging,

C:\BF2_ModTools\ToolsFL\Bin\luac.exe: ..\..\common\scripts\ABC\ABCg_con.lua:98: `)' expected (to close `(' at line 89) near `"imp_walk_atst"'
ERROR[scriptmunge scripts\ABC\ABCg_con.lua]:Could not read input file.ERROR[scriptmunge scripts\ABC\ABCg_con.lua]:Could not read input file. [continuing]
2 Errors 0 Warnings

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

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

ucft <--

2 Errors 0 Warnings

help

I also can't get my vehicles to show ingame, I've changed the lua, added vehicle spawns, typed it in correctly to spawn them and they still don't show up <this part solved
Last edited by RogueCruiser on Sat May 16, 2009 9:30 am, edited 1 time in total.
RepSharpshooter
Gametoast Staff
Gametoast Staff
Posts: 1351
Joined: Tue Jul 10, 2007 4:10 pm

Re: Error? Meaning

Post by RepSharpshooter »

Did you read the error?
RogueCruiser wrote:ABCg_con.lua:98: `)' expected (to close `(' at line 89) near `"imp_walk_atst"'
It tells you exactly what is wrong, like most error logs do. It says the error is at line 89, so check there in your lua. You probably forgot a ) or a comma.
User avatar
RogueCruiser
3rd Warning
3rd Warning
Posts: 144
Joined: Sun May 10, 2009 4:09 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Inside a whale.

Re: Error? Meaning

Post by RogueCruiser »

I looked over it about 100 times than i just realized, the one above it had no comma, thanks
Post Reply