Edit History Actions Discussion

Diff for "Projects/OpenTTD"

Differences between revisions 4 and 5
Revision 4 as of 2020-10-07 17:01:52
Size: 787
Editor: independence
Comment:
Revision 5 as of 2020-10-07 17:38:00
Size: 1012
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:

== 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 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
  • member2

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