Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.
I love open source! OpenRW joins the ranks of game engines like OpenMW (Morrowind), OpenRA (Command & Conquer, Red Alert) CorsixTH (Theme Hospital), OpenXcom (X-COM: UFO Defense) and many more.

It's early days for the project, but I have high hopes that it will join the ranks of many other playable and open source game engines.

Like other the other open source game engines it will require a legal copy of the games data files to run and it's completely unofficial.

Hopefully more developers interested in having it on Linux will join in on the effort, would be pretty awesome to have it on Linux. I remember when it first came to PC and my little unit couldn't handle it!

Find OpenRW on github. It's licensed under the GPL. Article taken from GamingOnLinux.com.
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly checked on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. You can also follow my personal adventures on Bluesky.
See more from me
The comments on this article are closed.
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
33 comments Subscribe
Page: 1/2»
  Go to:

Would Vice City also work with this?

There's nothing on the included documentation.
rcrit 19 May 2016
View PC info
  • Supporter Plus
I build from source and it seems promising. There is a test option from the menu so I chose that. It drops you onto a parking garage with all the weapons and a variety of vehicles. The weapons can be picked up but have no ammo. The cars can be driven but they are all basically the same AFAICT. You can't damage vehicles.

It looks really good except for the minimap which isn't so mini:

![](http://www.greyoak.com/screenshots/openrw.png)

I think the original games used the same engine. The current build of openrw doesn't work for me with GTA:VC (I get a segfault).
Shutup-Fool 19 May 2016
I'd be happy if this were done for San Andreas too
ced117 19 May 2016
Good work he did there !
Thanks for the info ;-)
Kristian 19 May 2016
Is there any progress report/todo list? How much of the game does this implement and how is left to implement?
RTheren 19 May 2016
(Not so) soon :)

Maybe if they would port GTA from Android, it would be easier (correct me if i am wrong)
Beamboom 19 May 2016
Sadly requires the original game files.

Why is that sad? Or surprising?
NoYzE 19 May 2016
Nice
Kristian 19 May 2016
Sadly requires the original game files.

Ehmm..that is the whole point. Otherwise it wouldn't be GTAIII but some whole other game.
I build from source and it seems promising.

What does the file structure of the GTAIII folder have to look like?

I have the original boxed cd editions from back in the day -- could I just copy the CD contents into a folder and try it like that?
STiAT 19 May 2016
I hope the studios / publishers will stop going after reimplementation of engines for playing the games in linux requireing the original copy (since we need to pay for it anyway).

Happened with the guys reimplementing vampires: bloodlines (Project Vaulderie? Seem to have forgotten..)

Looks promising though, taking a few minutes browsing the source I didn't really think they would be able to render properly yet...


Last edited by STiAT on 19 May 2016 at 8:10 pm UTC
Plintslîcho 19 May 2016
Would Vice City also work with this?

Exactly my first thought as well when I read about OpenRW.
STiAT 19 May 2016
Would Vice City also work with this?

Exactly my first thought as well when I read about OpenRW.

Same engine (RenderWare, that's why it's probably called RW). Even San Andreas is same engine. All after those - different engine (RAGE).

Don't know the technical detail, and don't know if RAGE is some evolution of RenderWare, but it does not sound as if it was...


Last edited by STiAT on 19 May 2016 at 9:12 pm UTC
Same engine (RenderWare, that's why it's probably called RW). Even San Andreas is same engine.

I believe Vice City is essentially GTAIII with new art assets; that's why I *imagine* a Vice City extension of this project should be easy to do. San Andreas has too many tweaks; as a result of which I *guess* it would be harder to pull off.
STiAT 19 May 2016
Same engine (RenderWare, that's why it's probably called RW). Even San Andreas is same engine.

I believe Vice City is essentially GTAIII with new art assets; that's why I *imagine* a Vice City extension of this project should be easy to do. San Andreas has too many tweaks; as a result of which I *guess* it would be harder to pull off.

If it's RW3 it shouldn't be an issue, if SA was built upon RW4, that may be another topic because RW3 rendering formats were removed in RW4.
On the other hand, Vice City has loads of vehicles (motorcycles, helicopters, a plane, several RC toys) that had no counterpart in GTAIII; maybe those could be difficult to implement.
Beamboom 20 May 2016
On the other hand, Vice City has loads of vehicles (motorcycles, helicopters, a plane, several RC toys) that had no counterpart in GTAIII; maybe those could be difficult to implement.

That's just assets, objects with properties. They all operate under the same physics, provided by and rendered by the engine.
TacoDeBoss 20 May 2016
I build from source and it seems promising. There is a test option from the menu so I chose that. It drops you onto a parking garage with all the weapons and a variety of vehicles. The weapons can be picked up but have no ammo. The cars can be driven but they are all basically the same AFAICT. You can't damage vehicles.

It looks really good except for the minimap which isn't so mini:


I think the original games used the same engine. The current build of openrw doesn't work for me with GTA:VC (I get a segfault).

How is the framerate? I assume it's pretty bad? Also, would you maybe provide some insight on how to compile it? The Github page isn't very helpful in that regard. (No exact names for the dependencies)
rcrit 20 May 2016
View PC info
  • Supporter Plus
I built in Fedora 23. I didn't have to install much, just bullet-devel, boost-devel and libmad-devel. When compilation failed I used the repos to find out which package(s) include the missing files and it was pretty obvious from there.

Framerates are fine. Beyond the missing features and huge minimap it is totally playable. I ran in a 1024x768 window.

I tried a faster car and it actually worked as expected, pretty peppy. I drove around town a while and it looked like I was able to damage the car just not to the point where it would blow up. I also couldn't run people down but there are the random NPCs walking all over the place.
TacoDeBoss 20 May 2016
I build from source and it seems promising. There is a test option from the menu so I chose that. It drops you onto a parking garage with all the weapons and a variety of vehicles. The weapons can be picked up but have no ammo. The cars can be driven but they are all basically the same AFAICT. You can't damage vehicles.

It looks really good except for the minimap which isn't so mini:


I think the original games used the same engine. The current build of openrw doesn't work for me with GTA:VC (I get a segfault).

I got it compiled and working fine on my laptop. The map works fine on fglrx 15.3.
![](http://i.imgur.com/I0GNddD.png)
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.