Page 1 of 1

How do I add Hunt mode???

Posted: Fri Mar 09, 2007 7:28 pm
by [SBF]ATATFIGHTR
I need to know how to add Hunt mode to my map. If someone could list the steps that would help alot. Thank you 8) :D

RE: How do I add Hunt mode???

Posted: Fri Mar 09, 2007 8:19 pm
by phazon_elite
Basically, just copy an eli mode and rename it to ***c_hunt or ***g_hunt (whichever you're doing). Hunt is actually assault mode with unique characters, different music, and whatever. You just can't set it to 180 and beyond in the menu because it's identified as a different mode. You could obviously change it in the LUA, however.

- EP-000782

RE: How do I add Hunt mode???

Posted: Fri Mar 09, 2007 8:42 pm
by [SBF]ATATFIGHTR
what do you mean set it to 180? Will the icon for hunt appear on instant action screen?

RE: How do I add Hunt mode???

Posted: Fri Mar 09, 2007 9:02 pm
by [SBF]ATATFIGHTR
I tryed it but I got this message during munging
"**** ERROR: luac returned 1
ERROR reading processed script" and this in the mungelog
"C:\BF2_ModTools\ToolsFL\Bin\luac.exe: ..\..\common\scripts\MUN\MUNc_hunt.lua:73: `}' expected (to close `{' at line 72) near `10'
ERROR[scriptmunge scripts\MUN\MUNc_hunt.lua]:Could not read input file.ERROR[scriptmunge scripts\MUN\MUNc_hunt.lua]:Could not read input file. [continuing]
2 Errors 0 Warnings"

What do I need to change inside the LUA?

Posted: Sat Mar 10, 2007 11:48 am
by DarthD.U.C.K.
YOU have to go to MUNc_hunt.lu and and change the wrong bracket in line 73.

for more info look herehere

Posted: Sat Mar 10, 2007 1:05 pm
by [SBF]ATATFIGHTR
thank you I will use that.