8/25/2011 10:01 PM
I got bored yesterday and decided to start working on a mod for GTA IV that would create a manual transmission for the car.  Only problem was that I had no idea about how to code for GTA IV.  Luckily I had a decent understanding of C++ and the jump from C++ to C# was pretty seamless.

Here's the guide I used to learn the basics: http://www.gtaforums.com/index.php?showtopic=401577
I'll add a link to the source code later...

The mod works by checking every 10 milliseconds for gea...
Continue reading ...