Edit History Actions Discussion

Diff for "Projects/OpenTTD"

Differences between revisions 7 and 8
Revision 7 as of 2020-10-07 18:34:39
Size: 1048
Editor: independence
Comment:
Revision 8 as of 2020-10-14 14:22:01
Size: 1060
Editor: localhost
Comment: New member: esselfe
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * esselfe

OpenTTD Project

Title: OpenTTD

Summary: Host an OpenTTD game server

Status: idea - looking for members - active - abandoned

Requests: DNS name openttd1.blinkenshell.org with open ports: 3979udp+tcp, 3978udp

Project username: openttd

Members:

  • independence
  • esselfe
  • yourname

Long description:

OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe. It doesn't require much resources and is a lot of fun to play in co-op mode.

If you are interested in joining this project contact independence on IRC!

First step is to get a server up and running. Later we can add a small webpage, and add an IRC bot that will send updates on important game events to an #openttd channel on BlinkenIRC

Installation

Requires gcc, make and cmake

mkdir build
cd build
cmake -DOPTION_DEDICATED=ON ..
make
./openttd -f (to start the game)

Might also need to unpack opengfx .zip and run with -I OpenGFX

openttd-menu.png