I am a student For Computer Science and as part of a study I was asked to add a feature to OpenTTD.
The feature is adding Auctions to the game, that means that each time a company wants to build a station (e.g., bus station, airport, rail station, etc.) , an auction is opened to every company on the server.
Each company can bid how much money they want to each auction.
The data on all the bids is collected for academic reasons.
I've uploaded two bundles for the clients (one for Ubuntu 16.04, and the second for Ubuntu 18.04), those are the links to download them:
Ubuntu 16.04, Ubuntu 18.04
I ran a dedicated server for playing this modified version, it is restarted every 48 hours. this is it's IP address:
Code: Select all
132.68.206.46:3979
If you have any ideas for improvements or any bugs you noticed, leave me a message.