Page 1 of 1

Arena files in 4.2

Posted: Mon Jun 10, 2013 4:30 pm
by RedSnappa
4.2 has a new gametype, Last Man Standing. Is it necessary to change arena files in the following manner?

In 4.1.1:
{
map "ut4_cannons2_beta2"
longname "Cannons 2 Beta 2"
type "ut_ffa ut_team ut_survivor ut_follow ut_cah ut_ctf ut_bomb"
}

In 4.2:
{
map "ut4_cannons2_beta2"
longname "Cannons 2 Beta 2"
type "ut_ffa ut_lms ut_team ut_survivor ut_follow ut_cah ut_ctf ut_bomb"
}

Re: Arena files in 4.2

Posted: Mon Jun 10, 2013 6:08 pm
by HappyDay
No, you don't need to add ut_lms. ut_ffa covers both ffa and lms. For jump mode it's ut_jump.

Re: Arena files in 4.2

Posted: Mon Jun 10, 2013 8:57 pm
by RedSnappa
HappyDay wrote:No, you don't need to add ut_lms. ut_ffa covers both ffa and lms. For jump mode it's ut_jump.

Thanks for answering. Is there anything else I should know about arena files?