]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a number of tips and a sound features section
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 14 Apr 2004 04:58:31 +0000 (04:58 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 14 Apr 2004 04:58:31 +0000 (04:58 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4099 d7cf8633-e32d-0410-b094-e92efae38249

darkplaces.txt

index e7e17c21595e7748bed55d655395bb0256a33af8..70dfece0ff9b53501deabeadad92658ea1041d45 100644 (file)
@@ -12,7 +12,7 @@ I am not very good at writing documentation, so this readme is organized as a
 feature list, with information on each feature, I hope it is still adequate\r
 documentation.\r
 \r
-Tip:\r
+Graphics Tips:\r
 Visit the Color Control submenu of Options, it's near the top, fiddle with\r
 gamma (or grey level if using the color levels mode) until the grey box\r
 surrounding the white/black dither pattern matches up with the grey you see\r
@@ -21,7 +21,31 @@ approximately as id Software intended, and ensure everyone sees it the same.
 Note: Different resolutions may be different intensities depending on monitor.\r
 Note2: ATI Radeon Catalyst 3.10 drivers seem to have a weird gamma limiting\r
 'feature' which rejects gamma settings it doesn't like, feel free to complain\r
-to ATI about this if it gets in your way (it probably will). \r
+to ATI about this if it gets in your way (it probably will).\r
+\r
+Visit the Effects Options submenu of Options, and check out the options.\r
+\r
+Networking tips:\r
+Visit the Player Setup submenu of the Multiplayer menu to configure your\r
+network speed (as well as the usual settings from quake like name and colors).\r
+\r
+To host a server behind a router/firewall, simply set up a port forward on the\r
+UDP port you are running the server on (default is 26000), to forward incoming\r
+UDP packets on that port to the server, then people can connect.\r
+\r
+To make your server show up on the server browser (in the Join Game menu),\r
+either set sv_public 1 in the console, or use the multiplayer new game menu\r
+and check the Public server checkbox.\r
+\r
+Thanks to:\r
+Tomaz for adding the Geforce3 water shader, bugtesting and many suggestions.\r
+Andreas 'Black' Kirsch for much work on the QuakeC VM (menu.dat, someday clprogs.dat) and other contributions.\r
+Mathieu 'Elric' Olivier for much work on the sound engine (especially the Ogg vorbis support)\r
+Joseph Caporale for adding 5 mouse button support.\r
+KGB|romi for his contributions to the Quake community, including his rtlights project and many suggestions.\r
+Zombie for making great levels and general DarkPlaces publicity.\r
+FrikaC for FrikQCC and FrikBot and general community support.\r
+Transfusion Project for recreating Blood in the world of Quake.\r
 \r
 Questions/comments/bugreports/suggestions?\r
 Send email to havoc@telefragged.com.\r
@@ -86,6 +110,12 @@ Transparent statusbar (sbar_alpha) that does not block your view as much.
 No 8bit texture uploads (fixes 'green' walls in the distance).\r
 Fixed view blends (glquake was quite broken).\r
 \r
+Sound features:\r
+Ogg and wav file overrides for cd tracks (example: sound/cdtracks/track01.ogg or .wav)\r
+Streaming ogg sounds to save memory (Ogg sounds over a certain size are streamed automatically)\r
+Ogg Vorbis sound support (all .wav sounds look for .ogg if the .wav is missing, useful for making mods smaller, particularly for ambientsound() music)\r
+Stereo wav support (useful for music as ambientsound() calls)\r
+\r
 Client features:\r
 showtime cvar.\r
 showdate cvar.\r
@@ -106,6 +136,8 @@ Support for more mouse buttons (mouse1-mouse16, mwheelup/mwheeldown are aliases
 Server browser for public (sv_public 1) darkplaces servers. \r
 \r
 Server features: (Note server only supports darkplaces clients)\r
+Allows clients to connect through firewalls (automatic feature)\r
+Works behind firewalls unlike NetQuake (must port forward UDP packets on the relevant port from the firewall to the server, as with any game)\r
 More accurate movement and precise aiming.\r
 64 player support.\r
 sv_cheats cvar controls cheats (no longer based on deathmatch).\r