1

Topic: Configuration file

Hi
When i wanted to create a .deb package for ubuntu i discovered that teewar read and create cfg file in his working directory. Because that i cant create a package (teewars folder will have root rights (no write rights for normal user)). Thats why i want request to change cfg directory from current dir to something like ~/.teewars (configure dir in home dir do many other linux games and applications. Also cfg dir in home = other configuration for other users)

Sorry for bad English smile

2

Re: Configuration file

This will be fixed in 0.3.0.

Ticket #135

3

Re: Configuration file

Ow and i almost forgot. When developers add option for map downloading from servers, maps must be downloading to ~/.teewars/maps smile

4

Re: Configuration file

And also, is it possible to specify a log file? Instead of using stdout?

5

Re: Configuration file

You mean like './teewars_srv > whatever.log' ? tongue

Slayer

It's hammering time!

6 (edited by SenGa 2007-09-28 10:04:52)

Re: Configuration file

yep, but using a variable in conf file like in all other games (quake 3 : g_log "games.log").

Just to simplify everything : if you want to create some scripts to start/stop servers, it's easier to have the configuration into a conf file than redirecting output wink You could also imagine adding an "admin consol" in your term instead of displaying all that stuff (consol to change map, etc.)

Moreover, it shouldn't be that hard I presume?