Autostart/Server

From #openttdcoop wiki

Revision as of 16:12, 21 September 2008 by Ammler (Talk | contribs) (New page: This is the brother of Autostart for servers, it does help you to manage your OpenTTD server and keep them compatible with Autostart. Source: http://svn.openttdcoop.org/tools/ottdserv...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is the brother of Autostart for servers, it does help you to manage your OpenTTD server and keep them compatible with Autostart.

Source: http://svn.openttdcoop.org/tools/ottdserver/

The script is called "update", but it does more then just update:

  • Setup a new Server
  • Update to specifig revision
  • update GRFPack
  • update Autopilot, repo for custom commands
  • self update
  • Webconfigurator

Development

Default config:

# CONFIG:
ROOTDIR="$HOME/openttd"
WEBROOT="$HOME/public_html"

# #openttdcoop
OTTDCOOPREPO="https://svn.openttdcoop.org"
BRANCHAUTOPILOT="tools/autopilot/branches/ap+"
BRANCHGRFPACK="grfpack/tags"
BRANCHCONFIG="tools/webconfig"
GRFVERURL="http://www.openttdcoop.org/newgrfs/VERSION"

# OpenTTD
DEFREPO="svn://svn.openttd.org/trunk"
DEFBUNDLEPATH="nightlies/trunk"
DEFFINGER="http://finger.openttd.org/versions.txt"

GAMEDIR="bin"
DIRMODE="g+w"

NEEDSBUILDING=
CONFARGS=
Powered by MediaWiki