Page 2 of 2

Re: Issue with adding maps via /admin add

Posted: 25 Oct 2017, 19:07
by hackie
The maplist can be saved automatic on mapchange, so why do it your self ?

Re: Issue with adding maps via /admin add

Posted: 25 Oct 2017, 21:31
by fiendy
hackie wrote: 25 Oct 2017, 19:07 The maplist can be saved automatic on mapchange, so why do it your self ?
Ah really? How do I enable this?

Re: Issue with adding maps via /admin add

Posted: 26 Oct 2017, 20:56
by hackie
Line 65 of uaseco.xml

Code: Select all

	<!--
	Maplist used by the dedicated server, typical located in "UserData/Maps/MatchSettings/"
	//-->
	<default_maplist>maplist.txt</default_maplist>
	<writemaplist_random>true</writemaplist_random>

Line 111 of rasp.xml

Code: Select all

	<!--
	Set to filename to enable autosaving matchsettings upon every map switch,
	e.g. 'autosave_matchsettings.txt'.
	Gets stored at "UserData/Maps/MatchSettings/" directory.
	//-->
	<autosave_matchsettings></autosave_matchsettings>

Re: Issue with adding maps via /admin add

Posted: 27 Oct 2017, 14:57
by fiendy
Ah cool, thanks hackie, will give that a go!