Page 1 of 1
Re: Someone PLEASE HELP!
Posted: Tue Mar 04, 2008 12:51 am
by MasterSaitek009
obiboba3po wrote:hello, i followed the tut on adding hunt mode, and had no problems, except for the beginning :Copy "hot1g_hunt.lua" in "BF2_ModTools\data_***\Common\scripts\***"
Open it and change this line:
Code:
ReadDataFile("hoth\\hoth.lvl", "hoth_hunt")
to this
Code:
ReadDataFile("dc:***\\***.lvl", "***_hunt")
I wasn't at my modding PC when I wrote that part and I couldn't remember what the hoth line actually was. So I just guessed.
I meant to put the real one in later but I guess I forgot.
Fixing now.
Re: Someone PLEASE HELP!
Posted: Tue Mar 04, 2008 11:47 pm
by woner11
Did you add the mode to your mission file?
Re: Someone PLEASE HELP!
Posted: Wed Mar 05, 2008 2:15 am
by DarthD.U.C.K.
if you have added the mission files, post your lua, maybe youhave written something wrong into it
Re: Someone PLEASE HELP!
Posted: Wed Mar 05, 2008 4:59 pm
by obiboba3po
ok, well i finally got hunt mode to work, but now how do i edit the map? it shows up as the endor hunt map, and there is nothing under my hunt layer in ze. how to do this...
Re: Someone PLEASE HELP!
Posted: Wed Mar 05, 2008 7:59 pm
by elfie
check your lua. make sure it is loading your world. there is a line that goes with it in your hunt lua... something like load world dc:end1 make sure that is dc:abc
Re: Someone PLEASE HELP!
Posted: Wed Mar 05, 2008 9:14 pm
by obiboba3po
i did that and still its endor hunt...to make my own, all i gotta do is put stuff under the hunt layer in ze...is this everything?
Re: Someone PLEASE HELP!
Posted: Wed Mar 05, 2008 9:41 pm
by obiboba3po
Code: Select all
ucft
{
REQN
{
"config"
"cor_movies"
}
REQN
{
"script"
"SPBg_hunt"
}
}
i dont c n e problems here...
Re: Someone PLEASE HELP!
Posted: Thu Mar 06, 2008 6:36 pm
by elfie
go through the tuorial again and check and make sure you followed every step. Also check everything for spelling errors!!