Difference between revisions of "Autostart"

From #openttdcoop wiki

Jump to: navigation, search
(How to use the script: fixed with r164)
(Changelog)
Line 37: Line 37:
  
 
'''Hint:''' We do also symlink data and save folder from the ottd server, so people could download missing GRFs or saves.
 
'''Hint:''' We do also symlink data and save folder from the ottd server, so people could download missing GRFs or saves.
 +
 +
==Changelog==
 +
====r164====
 +
Fix: change dir to script home
 +
====r142====
 +
Script supports now multiple servers with different conf files.
 +
(Templates available)
 +
Also added support for autojoining with Company password.
 +
====r141====
 +
New: Patch from Progman also supporting company password. (Argument -P)
 +
====r135====
 +
Progmans patch for autologin...
 +
====r129====
 +
Added support for multiple server, multiple OS and svn
 +
====r128====
 +
Experimental script for automatic update and start publicserver client.
 +
It's not finished and need some improvements, but I need help, so I
 +
commited to share the source. ;-)

Revision as of 15:02, 11 May 2008

OpenTTD Bash Autostart script

The autostart/ compile script automatically downloads, compiles and starts the correct OpenTTD Linux version to join the Public Server or Member Zone Server. The script can use the nightly download or use svn to compile you're local gameset.

The scripts supports all plattforms which have a bash shell. (Linux/OSX/FreeBSD etc.)

How to use the script

  1. Download the files from http://svn.openttdcoop.org/tools/autostart/
  2. Copy or rename ps.tmpl to ps.conf
  3. Edit ps.conf and set your option for either "nightly" or "svn" under TYPE
  4. Start the script

Using TYPE="nightly"

The fastest type to update and start a client.

Using TYPE="svn"

Advantages

  • Patches with autojoin patch.
  • Only updates changed files.

Dissadvantages

  • Needs to compile (takes time)
  • Requires development library dependencies for openttd

How to setup a server

You need a webserver at same address as the OTTD server is.

This 2 Variables in the conf are required for server:

  • SERVER
  • PORT

The script tries to read the revision from http://SERVER/PORT/rev

That one is for autologin feature:

  • PWKEY

The script tries to read the server password from http://SERVER/PORT/PWKEY

(I suggest to use a md5sum string for PWKEY.)

Hint: We do also symlink data and save folder from the ottd server, so people could download missing GRFs or saves.

Changelog

r164

Fix: change dir to script home

r142

Script supports now multiple servers with different conf files. (Templates available) Also added support for autojoining with Company password.

r141

New: Patch from Progman also supporting company password. (Argument -P)

r135

Progmans patch for autologin...

r129

Added support for multiple server, multiple OS and svn

r128

Experimental script for automatic update and start publicserver client. It's not finished and need some improvements, but I need help, so I commited to share the source. ;-)

Powered by MediaWiki