←back to thread

302 points doener | 2 comments | | HN request time: 0s | source
Show context
haunter ◴[] No.42315057[source]
What made OpenTTD a great success that it's playable out of the box. Most open source game remakes [0] are engine-only and you still need the graphics, arts, sound, and music assets to make it a 100%, and actual playable experience. OpenTTD started like that too but from the very beginning it was a goal to "detach" the game from the original as quickly as possible. It was released in 2004, the actual graphics replacement project started in 2007 and by 2009 100% of the sprites were finished so the original game files were not needed anymore [1]

And actually there are now 5 different basesets on top of the original TTD one [2]

It also made possible things like releasing the game on Steam and GOG.

0, https://github.com/radek-sprta/awesome-game-remakes

1, https://wiki.openttd.org/en/Archive/Community/Graphics%20Rep...

2, https://bananas.openttd.org/package/base-graphics

replies(4): >>42315560 #>>42315642 #>>42316090 #>>42318242 #
Maakuth ◴[] No.42316090[source]
OpenRA – which is open source reimplementation of Red Alert, Dune 2000 and C&C Tiberian Dawn - has solved this by offering to fetch the shareware game and extracting the assets from there. Fully libre distributable assets would offer even better experience, but this is one pretty neat way to handle the seamless start.
replies(4): >>42316365 #>>42316585 #>>42316600 #>>42316637 #
BlueTemplar ◴[] No.42316585[source]
That's just the typical solution, I would be surprised if OpenTTD didn't used to do this too ?
replies(1): >>42317100 #
1. dfox ◴[] No.42317100[source]
IIRC there never was any kind of shareware version of TTD much less at any kind of stable URL that OpenTTD could automaticaly download. Also OpenTTD needed assets from particular version of TTD (different one than what I have as a boxed copy).
replies(1): >>42317444 #
2. BlueTemplar ◴[] No.42317444[source]
Ah, I actually meant in the more vague sense of «to use the open source version with the original graphics/sounds, you have to get those media files from the disk of the game you bought».