|
From: <bl...@us...> - 2008-02-27 22:20:08
|
Revision: 439
http://edu2.svn.sourceforge.net/edu2/?rev=439&view=rev
Author: blackhc
Date: 2008-02-27 14:20:00 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
quake.rc sets a default map (edu2map) and precaches it before toggling the menu. This is bad for delays when you want to enter and quit the game quickly but its good for response times when clicking on OK in the login button at game start.
Modified Paths:
--------------
edu2/edu2/quake.rc
Modified: edu2/edu2/quake.rc
===================================================================
--- edu2/edu2/quake.rc 2008-02-27 22:14:13 UTC (rev 438)
+++ edu2/edu2/quake.rc 2008-02-27 22:20:00 UTC (rev 439)
@@ -1,3 +1,5 @@
+set edu2map abg_licht2
+
exec default.cfg
exec config.cfg
exec autoexec.cfg
@@ -2,2 +4,4 @@
+stuffcmds
+
//startdemos demos/demo1 demos/demo2 demos/demo3
@@ -15,13 +19,9 @@
loadfont menu gfx/vera-sans
loadfont user0 gfx/font_user0
-//map test
-set edu2map abg_licht2
// use +set edu2logincommands to set what to do after login
// precache the map
map $edu2map
disconnect
-// show the menu
+wait
togglemenu
-
-stuffcmds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|