Author: fuddl-guest Date: 2007-08-12 18:42:24 +0000 (Sun, 12 Aug 2007) New Revision: 3637
Modified: packages/trunk/sauerbraten/debian/README.Debian Log: updated README.Debian Modified: packages/trunk/sauerbraten/debian/README.Debian =================================================================== --- packages/trunk/sauerbraten/debian/README.Debian 2007-08-12 18:33:24 UTC (rev 3636) +++ packages/trunk/sauerbraten/debian/README.Debian 2007-08-12 18:42:24 UTC (rev 3637) @@ -9,26 +9,34 @@ packages and other files are useless on GNU/Linux. Also some proprietary header files with critical licenses were found in there. -The Debian package of the sauerbraten engine includes a patch, which makes +The Debian package of the Sauerbraten engine includes a patch, which makes the engine try to read $HOME/.sauerbraten/config.cfg. That makes it possible -to have a per-user based configuration file. +to have a per-user based configuration file. This configuration file is copied +from /usr/share/games/sauerbraten/data/defaults.cfg. +To configure Sauerbraten to your needs, edit $HOME/.sauerbraten/config.cfg with +your favourite editor. -To configure sauerbraten to your needs, run 'mkdir -p ~/.sauerbraten' and -create ~/.sauerbraten/config.cfg with your favourite editor. Also have a look -into the default upstream configuration file under -/usr/share/games/sauerbraten/data/defaults.cfg. +Frequently asked questions +-------------------------- -To make the game always run in windowed mode, add the following line to your -~/.sauerbraten/config.cfg: +Q: How do I make the game always run in another/custom resolution? +A: Add a line like the one below to your $HOME/.sauerbraten/config.cfg: -fullscreen 0 +screenres 1024 768 -Add a line to your ~/.sauerbraten/config.cfg to like the following to change -the default resolution: +Q: The game runs at very low frames per second. What could I try to do? +A: Try to lower the graphics quality by adding the following line to your + $HOME/.sauerbraten/config.cfg: -screenres 1024 768 +shaderdetail 0 - -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> Sat, 28 Apr 2007 21:57:59 +0200 +Q: How do I make the game always run in windowed mode? +A: Add the following line to your $HOME/.sauerbraten/config.cfg: + +fullscreen 0 + + + -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> Sun, 12 Aug 2007 20:37:56 +0200 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

