WHAT DO I DO?!??!?! I worked for a month on this map and now it doesnt work
Fatal message after munging
Moderator: Moderators
-
agentfallenangel
Fatal message after munging
After I munged, I went to play my map and it said could not find mission.lvl for FAMc_con or FAMg_con.
WHAT DO I DO?!??!?! I worked for a month on this map and now it doesnt work

WHAT DO I DO?!??!?! I worked for a month on this map and now it doesnt work
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Fatal message after munging
Why did you ignore the message that popped up after your munge and play it anyway?
-
agentfallenangel
Re: Fatal message after munging
Idk.... I have no clue what the error log ever says 
How do I fix it??? Should I munge again and post the error log?? What do i do??!??
How do I fix it??? Should I munge again and post the error log?? What do i do??!??
Last edited by agentfallenangel on Wed Aug 19, 2009 10:12 pm, edited 1 time in total.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Fatal message after munging
How do you fix what? You haven't said what the problem is.agentfallenangel wrote:How do I fix it???
You need to post the contents of your munge error log.
-
agentfallenangel
Re: Fatal message after munging
I exited out of the error log
so I should re-munge? (im afraid to, just incase it messes it up anymore. Im new so Idrk what to do
)
so I should re-munge? (im afraid to, just incase it messes it up anymore. Im new so Idrk what to do
- StarkillerMarek
- Rebel Colonel

- Posts: 611
- Joined: Wed Aug 12, 2009 4:42 pm
- Location: I may be back.
Re: Fatal message after munging
Do a Clean or Manual Clean(there is a tutorial), then remunge and post the contents of the munge error log.
-
agentfallenangel
Re: Fatal message after munging
heres the output from the clean
Here is the error log
I hope this is fixable guys, I worked REALLY hard on this map (I wanted it good so mav wouldn't be able to say it was just like a beginners map on a filefront review lol)
Hidden/Spoiler:
Here is the error log
Hidden/Spoiler:
I hope this is fixable guys, I worked REALLY hard on this map (I wanted it good so mav wouldn't be able to say it was just like a beginners map on a filefront review lol)
- StarkillerMarek
- Rebel Colonel

- Posts: 611
- Joined: Wed Aug 12, 2009 4:42 pm
- Location: I may be back.
Re: Fatal message after munging
All that is wrong is that you made a mistake(e.g. one to many spaces) near (cis_hover_stap)
Start your search for the problem there and if that doesn't help than work backwards.
Start your search for the problem there and if that doesn't help than work backwards.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Fatal message after munging
Post your .lua. You left out a parenthesis in your ScriptInit section. You also do not need to check everything when you munge.
-
agentfallenangel
Re: Fatal message after munging
i think thats near the LUA... but why would it say could not find MISSION.LVL for FAMc_con or FAMg_con in a FATAL message whenever I try to play the map?
- StarkillerMarek
- Rebel Colonel

- Posts: 611
- Joined: Wed Aug 12, 2009 4:42 pm
- Location: I may be back.
Re: Fatal message after munging
What are you talking about?
-
agentfallenangel
Re: Fatal message after munging
heres FAMc_con:
Heres FAMg_con:
Hidden/Spoiler:
Hidden/Spoiler:
I mean that before the clean, when I played my map after munging, it would say in a FATAL message that MISSION.Lvl could not be found for FAMc_con or FAMg_con and the game would crashWhat are you talking about?
- StarkillerMarek
- Rebel Colonel

- Posts: 611
- Joined: Wed Aug 12, 2009 4:42 pm
- Location: I may be back.
Re: Fatal message after munging
Where it says cis_hover_aat there is no quotation mark.
You COULD have found out that for yourself.
You COULD have found out that for yourself.
-
agentfallenangel
Re: Fatal message after munging
but what about the mission.lvl thing?
and sorry dude I'm new to modding I didn't know.
and sorry dude I'm new to modding I didn't know.
- StarkillerMarek
- Rebel Colonel

- Posts: 611
- Joined: Wed Aug 12, 2009 4:42 pm
- Location: I may be back.
Re: Fatal message after munging
Does it still come up after you munge it again?
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Fatal message after munging
Comma. The word you are looking for is comma.StarkillerMarek wrote:Where it says cis_hover_aat there is no quotation mark.
Your munge log tells you where the error is (near "cis_hover_stap") and the fact that you had a mission error tells you it is most likely in your luas. There is no reason you should ever be playing your map if you have unresolved munge errors anyway, though.
-
agentfallenangel
Re: Fatal message after munging
oh kk. Thanks guys for helping. im gonna go see if it works now:)
- StarkillerMarek
- Rebel Colonel

- Posts: 611
- Joined: Wed Aug 12, 2009 4:42 pm
- Location: I may be back.
Re: Fatal message after munging
Oops, I looked at it wrong.Maveritchell wrote:Comma. The word you are looking for is comma.StarkillerMarek wrote:Where it says cis_hover_aat there is no quotation mark.
-
agentfallenangel
Re: Fatal message after munging
no guys, still doesn't work. it still says teh FATAL message and Cannot find MISSION.lvl for FAMc_con or FAMg_con. 
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Fatal message after munging
It does work if you do it right.agentfallenangel wrote:no guys, still doesn't work. it still says teh FATAL message and Cannot find MISSION.lvl for FAMc_con or FAMg_con.
Full stop.
This:
Should be this:ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat"
"cis_hover_stap",
"cis_walk_spider")
Clean and munge. It is an easy fix.ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat",
"cis_hover_stap",
"cis_walk_spider")
