Month: May 2012
GTA IV R2-D2 mod
Max Payne 3 Official Launch Trailer
For Max Payne, the tragedies that took his loved ones years ago are wounds that refuse to heal. No longer a cop, close to washed up and addicted to pain killers, Max takes a job in São Paulo, Brazil, protecting the family of wealthy real estate mogul Rodrigo Branco, in an effort to finally escape his troubled past. But as events spiral out of his control, Max Payne finds himself alone on the streets of an unfamiliar city, desperately searching for the truth and fighting for a way out.
Presenting the Official Launch Trailer for Max Payne 3, which will arrive next week in North American stores for Xbox 360 and PlayStation 3 on May 15th and in Europe on May 18th. Visit the Pre-Order page for a selection of retail options.
WebGL GTA1 demo
Niklas von Hertzen has released a WebGL GTA1. It lets you walk around the GTA1 city using a web browser (Firefox 12 or Chrome). He doesn’t plan to update it in the near future but the source code has been released, so hopefully someone improves it.
WebGL GTA
This experiment parses the game files (in their original format) and builds the maps and some of the game objects from the game through WebGL. Some very basic game mechanics and physics are implemented, but there isn’t really anything else than pedestrian movement possible in this version.
The game files used are from the original GTA game’s demo from 1997, freely available for download here. The full version is also available for free from Rockstar Games or for purchase at Steam store.
Browser support & Issues
Currently only works on Google Chrome/Firefox and requires a half decent graphics card. There are a number of graphical glitches present, such as problems with palette transparency and some slopes applied with wrong angle. This implementation parses the game files as they were used in the original games, and as such they are far from an optimal format used in this experiment, and especially the sprites and color palettes require far more computing that would be necessary with a more optimal format.
Future plans
I created this experiment just for the purpose of testing some aspects of WebGL and to see how well larger static environments perform and currently have no plans of continuing developing this any further in the near future. It currently parses most files used by the game (including maps, sprites, game objects, spawn points, missions, etc. ) but only uses a small portion of that data in its current implementation.
Homepage: experiments.hertzen.com
Try it (warning: takes a while to load and may use a lot of system resources)
Source code: github.com