Page 1 of 1
					
				Unvanquished 0.51.1 server map rotation not working
				Posted: Wed Jul 10, 2019 3:53 pm UTC
				by constatinus
				Just compiled the unvanquished master branch, set up server and it says: "Warn: maprotation.cfg file not found", after loading the navmesh files. I have put the maprotation in the root build directory where the daemonded is started from, config, pkg, ~/.unvanquished, ~/.local/share/unvanquished and nothing seems to work. The server wont detect my maprotation.cfg file??
 
			
					
				Re: Unvanquished 0.51.1 server map rotation not working
				Posted: Sat Jul 13, 2019 3:11 pm UTC
				by illwieckz
				Hi @constatinus.  You can forget the ~/.unvanquished directory since it's the older directory used by previous versions of the game. Newer versions starting with 0.51.1 (the current one at the time I'm writing this) now follows XDG guidelines and use ~/.local/share/unvanquished directory instead.
 You can forget the ~/.unvanquished directory since it's the older directory used by previous versions of the game. Newer versions starting with 0.51.1 (the current one at the time I'm writing this) now follows XDG guidelines and use ~/.local/share/unvanquished directory instead.
The maprotation file must be stored there (create the game subdirectory first if it's missing): ~/.local/share/unvanquished/game/maprotation.cfg
 
			
					
				Re: Unvanquished 0.51.1 server map rotation not working
				Posted: Sun Jul 14, 2019 4:42 pm UTC
				by constatinus
				illwieckz wrote:Hi @constatinus.  You can forget the ~/.unvanquished directory since it's the older directory used by previous versions of the game. Newer versions starting with 0.51.1 (the current one at the time I'm writing this) now follows XDG guidelines and use ~/.local/share/unvanquished directory instead.
 You can forget the ~/.unvanquished directory since it's the older directory used by previous versions of the game. Newer versions starting with 0.51.1 (the current one at the time I'm writing this) now follows XDG guidelines and use ~/.local/share/unvanquished directory instead.
The maprotation file must be stored there (create the game subdirectory first if it's missing): ~/.local/share/unvanquished/game/maprotation.cfg
 
Thanks very much! i needed to remove the fs_homepath and homepath commands.