Page 3 of 3

Re: Munging help

Posted: Sun Apr 25, 2010 11:35 pm
by Deviss
acryptozoo wrote:
Deviss wrote:
acryptozoo wrote:thank you sooooo much but now im getting errors konw anthing that can fix that
Thanks in adavnce
cool but anyway i want bother you, please post the new errors :)
k when i try to play the map it says it cant load MISSION/kotc_con

Mungee log:http://www.filefront.com/16257827/PC_MungeLog.txt
thanks for helping
put this file KOTc_con.req into C:\BF2_ModTools\data_KOT\Common\mission and put your mission lua into C:\BF2_ModTools\data_KOT\Common\scripts\KOT
re-clean and re-munge, i wont surrender untill see this work :)

EDIT: when you munged new addme.lua you replace it into your addon folder?

Re: Munging help

Posted: Sun Apr 25, 2010 11:37 pm
by acryptozoo
Deviss wrote:
acryptozoo wrote:
Deviss wrote:
acryptozoo wrote:thank you sooooo much but now im getting errors konw anthing that can fix that
Thanks in adavnce
cool but anyway i want bother you, please post the new errors :)
k when i try to play the map it says it cant load MISSION/kotc_con

Mungee log:http://www.filefront.com/16257827/PC_MungeLog.txt
thanks for helping
put this file KOTc_con.req into C:\BF2_ModTools\data_KOT\Common\mission and put your mission lua into C:\BF2_ModTools\data_KOT\Common\scripts\KOT
re-clean and re-munge, i wont surrender untill see this work :)

EDIT: when you munged new addme.lua you replace it into your addon folder?
trying :yes:

Re: Munging help

Posted: Sun Apr 25, 2010 11:38 pm
by Deviss
acryptozoo wrote:trying :yes:
waiting you :D , meanwhile eating cake lol

Re: Munging help

Posted: Mon Apr 26, 2010 4:52 pm
by acryptozoo
Deviss wrote:
acryptozoo wrote:trying :yes:
waiting you :D , meanwhile eating cake lol
didnt work

Re: Munging help

Posted: Mon Apr 26, 2010 11:34 pm
by fasty
Yeah man, I think your problem is the same that I was having last week. I did not have the core and mission.lvl. Try that fix again, I was skeptical at first too but just mess around with it.

Re: Munging help

Posted: Tue Apr 27, 2010 6:17 am
by acryptozoo
fasty wrote:Yeah man, I think your problem is the same that I was having last week. I did not have the core and mission.lvl. Try that fix again, I was skeptical at first too but just mess around with it.
oh i fixed that :D now it says it cant opem KOTc_con.lvl :x

Re: Munging help

Posted: Thu Apr 29, 2010 6:23 am
by lucasfart
I haven't really read the other posts, but have you added your mode to the mission.lua, and created a kotc_con.req in the common/req folder?

Re: Munging help

Posted: Thu Apr 29, 2010 9:33 am
by Deviss
lucasfart wrote:created a kotc_con.req in the common/req folder?
isnt in C:\BF2_ModTools\data_xxx\Common\mission ??

Re: Munging help

Posted: Thu Apr 29, 2010 7:32 pm
by acryptozoo
Deviss wrote:
lucasfart wrote:created a kotc_con.req in the common/req folder?
isnt in C:\BF2_ModTools\data_xxx\Common\mission ??
ill try that :runaway:

Re: Munging help

Posted: Fri Apr 30, 2010 3:46 am
by lucasfart
Deviss wrote:
lucasfart wrote:created a kotc_con.req in the common/req folder?
isnt in C:\BF2_ModTools\data_xxx\Common\mission ??
You're probably right Dev, i just did it off the top of my head :P

Re: Munging help

Posted: Tue May 04, 2010 10:13 pm
by acryptozoo
lucasfart wrote:
Deviss wrote:
lucasfart wrote:created a kotc_con.req in the common/req folder?
isnt in C:\BF2_ModTools\data_xxx\Common\mission ??
You're probably right Dev, i just did it off the top of my head :P
yup its there

Says:
Hidden/Spoiler:
ucft
{
REQN
{
"script"
"KOTc_con"
}
}
stills cant read KOTc_con.lvl
or KOTg_con.lvl

now the error log says :runaway:
Hidden/Spoiler:
ERROR[levelpack mission\KOTg_con.req]:Unexpected end of file while searching for closing bracket.
File : ..\..\common\mission\KOTg_con.req(12)...
ERROR[levelpack mission\KOTg_con.req]:Unexpected end of file while searching for closing bracket.
File : ..\..\common\mission\KOTg_con.req(12)...
[continuing]
2 Errors 0 Warnings

ERROR[levelpack shell.req]:Input file shell.req does not exist. [continuing]
1 Errors 0 Warnings
any help please

Re: Munging help

Posted: Wed May 05, 2010 1:40 am
by SW_elite
Can you please post you mission.req file again?

Re: Munging help

Posted: Wed May 05, 2010 2:49 pm
by acryptozoo
SW_elite wrote:Can you please post you mission.req file again?
K
here it is
Hidden/Spoiler:
ucft
{
REQN
{
"config"
"ingame_movies"
}

REQN
{
"script"
"setup_teams"
"gametype_conquest"
"gametype_capture"
"Objective"
"MultiObjectiveContainer"
"ObjectiveCTF"
"ObjectiveAssault"
"ObjectiveSpaceAssault"
"ObjectiveConquest"
"ObjectiveTDM"
"ObjectiveOneFlagCTF"
"SoundEvent_ctf"
"ObjectiveGoto"
"LinkedShields"
"LinkedDestroyables"
"LinkedTurrets"
"Ambush"
"PlayMovieWithTransition"
}

REQN
{
"lvl"
"KOTg_con"
"KOTc_con"
}
}