Extracting GTA3 art assets for use in your own game

mygta_20080210.jpg

One of the most frustrating things about homebrew game development is that there’s almost an insurmountable amount of work that needs to be done just to get something decent to display on a screen. You can roll your own complete graphics and physics engines and still have nothing to show for it if there are no art assets to load.

QuantumG’s solution to the problem was to focus on developing the game engine using the model data from GTA3. Knowing that the art is already functional in another game allows you to focus on your code, and it’s more fun when you can see the immediate results of your work.

The blog entry walks you through his experience with extracting and using the mesh, texture, city, and character data and making use of it with the OGRE graphics engine. If you’ve ever played around with making a game before, but got discouraged for lack of art assets, this is really worth a read.

Using GTA3 art assets in OGRE – Link
OGRE 3D graphics engine – Link

2 Responses to Extracting GTA3 art assets for use in your own game

  1. Maybe it’s just me, but why not get something off Google’s 3D Warehouse and use it instead?

    I would figure nothing would bite more than building an awesome game that plays great, only to come behind yourself and have to remodel everything because you used ripped content?

  2. Isn’t this flagrant copyright violation?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s