Posts

Showing posts from December, 2022

Learn to Hack Games - Civilization VI - SQL - Part 2

Image
Description This is part 2 of my series on game modding. In this video I create a randomized tech tree for Civilization 6. Topics covered: SQL, XML, LUA, Debugging, Modding, Hacking, Reverse Engineering Transcript I received a request to hack the civilization 6 game from leafcutter Overlord he said can you do a randomized tech tree well let's see what I can do okay I'm starting a new game I'm gonna click on my Tech Tree wait a second those don't belong here at the front I guess I did it let's take a look at Civics yep if you're interested in learning how to code this stick around my name's Devin and this channel is for coders interested in gaming hacking and AI if you're not familiar with civilization let me show you how it normally goes starting a new game again without the hack putting Tech Tree this is normal Pottery husbandry mining so let's see how I would code this the easiest way to search inside of code I think is to look at strings because t...