You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/scripts
..
on_client.scr.example
on_dedicated.scr.example
on_server.scr.example
pre_dedicated.scr.example
pre_server.scr.example
readme.txt

readme.txt

Scripting
---------

OpenTTD supports scripts.

 - 'on_client.scr' is executed when you join a server as client
 - 'on_server.scr' is executed when you start a server / dedicated server
 - 'on_dedicated.scr' is additionally executed when you start a dedicated server
 - 'pre_server.scr' is executed before the server is started
 - 'pre_dedicated.scr' is additionally executed when you start a dedicated server
 - 'autoexec.scr' is executed on gamestart [use this for custom aliases per ex.]

For examples how a script can look, check the .example examples.