forked from mirror/OpenTTD
(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:
2
scripts/on_client.scr
Normal file
2
scripts/on_client.scr
Normal file
@@ -0,0 +1,2 @@
|
||||
echo "Setting default network client settings..."
|
||||
*net_ready_ahead = 1
|
3
scripts/on_server.scr
Normal file
3
scripts/on_server.scr
Normal file
@@ -0,0 +1,3 @@
|
||||
echo "Setting default network server settings..."
|
||||
*net_sync_freq = 4
|
||||
*net_client_timeout = 300;
|
Reference in New Issue
Block a user