There are lots of websites and youtube videos all trying to tell you how to mod GTA IV. Unfortunately, they’re almost all out of date, or youtube videos. I’m using steam installed Grand Theft Auto IV 1.0.7 A decent guide: http://www.gta-modding.com/iv/tutorials Prepping the Game Install This: Xliveless (v0.999b7 md5: F7FD7512F6AC8959CDDA6A2B2E014C68) http://www.gtaforums.com/?showtopic=388658 SparkIV (v0.7.0b1) The original…

Read More GTA IV 1.0.7 bootstrap guide

Post thumbnail

So I made a silly thing one evening. I’ve embedded it above, and you can see the source at https://github.com/crccheck/boating-lake for more details about the inspiration and implementation. I thought my two readers might be interested in my process for preparing the graphics. Finding the source A quick Internet search revealed a clean source for…

Read More Boating Lake, aka Photoshop is still useful for the web

With almost 25 thousand buildings, having a way to search the database would be nice. And just like how I did geo searches client side, searching buildings was done client side too. The inspiration for the interface was The Texas Tribune’s Tribpedia landing/search page. The final building search page can be found at elevators.texastribune.org/building/ and…

Read More Dissecting Elevators Part 7: Search + D3

Being able to locate the nearest elevator was a must have feature for me. Being able to deploy using the free tier on Heroku was a nice to have feature. Luckily, I managed to find a way to do both: do the calculations client side in JavaScript. Lucky for me, I found a post, Calculate…

Read More Dissecting Elevators Part 6: GeoDjango? We don’t need no stinkin’ GeoDjango

Intro: This is part four of an eight part series looking at the Elevator Explorer, a fun data interactive mostly coded between the hours of 10 PM to 2 AM during the week leading up to April Fools’ Day, 2013. I’m going to be looking at the things I learned, things I wish I could…

Read More Dissecting Elevators part 4: Django Data Driven Documents

By: Compassion Over Killing

Intro: This is part three of an eight part series looking at the Elevator Explorer, a fun data interactive mostly coded between the hours of 10 PM to 2 AM during the week leading up to April Fools’ Day, 2013. I’m going to be looking at the things I learned, things I wish I could…

Read More Dissecting Elevators part 3: Wherein data is actually imported