(svn r248) -Feature: console script files "exec myscript.file"

-Feature: console logging (of debug messages with *developer = 2 and debug_level #) to text-files "script test.txt"
-Feature: server and client are auto-executing "on_server.scr" and "on_client.scr" scripts
This commit is contained in:
darkvater
2004-09-14 16:10:20 +00:00
parent 6d55489368
commit d48ce392b2
5 changed files with 134 additions and 41 deletions

2
scripts/on_client.scr Normal file
View File

@@ -0,0 +1,2 @@
echo "Setting default network client settings..."
*net_ready_ahead = 1

3
scripts/on_server.scr Normal file
View File

@@ -0,0 +1,3 @@
echo "Setting default network server settings..."
*net_sync_freq = 4
*net_client_timeout = 300;