Edit History Actions Discussion

Diff for "Projects/OpenTTD"

Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2020-10-07 16:56:15
Size: 992
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 1: Line 1:
= Project Template = ## page was copied from Projects/Template
= OpenTTD Project =
Line 3: Line 4:
Title: <title> Title: OpenTTD
Line 5: Line 6:
Summary: <one line description> Summary: Host an OpenTTD game server
Line 7: Line 8:
Status: '''idea''' - looking for members - active - abandoned Status: idea - '''looking for members''' - active - abandoned
Line 9: Line 10:
Requests: <server resources> Requests: DNS name openttd1.blinkenshell.org with open ports: 3979udp+tcp, 3978udp
Line 11: Line 12:
Project username: <unix username> Project username: openttd
Line 14: Line 15:
 * member1
 * member2
 * independence
 * esselfe
 * yourname
Line 17: Line 19:
Long description: <add as much text and diffrent heading etc as you like here> Long description:
Line 19: Line 21:
== Explanation == 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.
Line 21: Line 23:
In the status line, hilight the current status of your project by making it bold. If you are interested in joining this project contact independence on IRC!
Line 23: Line 25:
In the requests line you can put what kind of server resources you would like to make the project possible. Like "1 open TCP port, preferred port number 5000, preferred DNS-name gameserver1.blinkenshell.org" 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
Line 25: Line 27:
The project username is what the the actual UNIX account will be named on the shell server. This should be a short and concise name, preferrably 3-8 alphanumeric characters. An alias for the webpage will also be setup using this name, but you can request additional (longer) DNS names for your webpage in the requests section above if you want. == 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

{{attachment:openttd-menu.png}}

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