OpenTTD in Unity

OpenTTD is a fully open-sourced reimplementation of TTD, written in C++, boasting improved gameplay and many new features.

Moderator: OpenTTD Developers

Post Reply
FlamesOfAPhoenix
Engineer
Engineer
Posts: 1
Joined: 10 Aug 2019 17:36

OpenTTD in Unity

Post by FlamesOfAPhoenix »

Could Anyone port OpenTTD to Unity, it would be a great help for my current WIP-Game, since I didnot find any code/help
User avatar
kamnet
Moderator
Moderator
Posts: 8548
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: OpenTTD in Unity

Post by kamnet »

OpenTTD source code is here: https://www.openttd.org/downloads/opent ... atest.html

Download and follow the usual steps for compiling source code. If you have any particular issues, please feel free to post them here and somebody may be able to help.
Alberth
OpenTTD Developer
OpenTTD Developer
Posts: 4763
Joined: 09 Sep 2007 05:03
Location: home

Re: OpenTTD in Unity

Post by Alberth »

A few challenges to do the port:
1. OpenTTD is written in C++, it's over 300,000 lines of code.
2. It doesn't use the GPU for rendering, drawing is all done by the CPU. You'll have to re-implement that from scratch. Be sure to keep all functionality of NewGRFs, so likely you need to implement some part of NewGRF at the GPU.
3. Once you did that, you'll likely run into performance problems. The current code is highly tuned to run a lot of vehicles smoothly. A JIT interpreter with automagic garbage collection like what's below C# is going to have a hard time keeping that performance.

So good luck porting, you'll need it.
Being a retired OpenTTD developer does not mean I know what I am doing.
sdzanella
Engineer
Engineer
Posts: 1
Joined: 15 Jan 2022 16:19

Re: OpenTTD in Unity

Post by sdzanella »

I've also wanted to port to unity, but the difficulties are many (and unpaid) to write it in C# while maintaining performance and all the richness in details.

If you have 5 other people willing to collaborate maybe I will someday :)
Taschi
Route Supervisor
Route Supervisor
Posts: 425
Joined: 11 Oct 2014 22:58

Re: OpenTTD in Unity

Post by Taschi »

Honestly, if you want to make a OpenTTD-style game in Unity, given that OpenTTD already exists, is in active development and is also quite good, I'd personally prefer if you just made your own game with your own spins on the genre.

99.99% of people do not care what language OpenTTD is written in or which graphics framework it uses. There are many things in OpenTTD that I feel could be improved on in a game that was not beholden to the core design decisions of original Transport Tycoon, but the fact that OpenTTD is written in C++ and uses SDL has nothing to do with any of them.
Post Reply

Return to “General OpenTTD”

Who is online

Users browsing this forum: Google [Bot] and 11 guests