Hello! I managed to apply most of the tutorials from this site to mod xcom on this game called "Outlast" and everything works really well (changing enemy behaviour, trashing doors, ...). I found something in the game file that leads to an insane amount of awesome cheats which are disabled at start, the line: if((bCheatsEnabled && InputMgr.bUsingGamepad) && InputMgr.IsKeyPressed('XboxTypeS_LeftThumbStick') tells me that the boolean bCheatsEnabled needs to be set to true and that an xbox controller has to be used (which I don't have) and this will require removing/adding code to the file however the game WILL NOT load when the file size changes(insta crash). I've read on the guides that you could find xcomgame.upk in the win32/64 excecutable and replace it with something else to stop it from checking it. This would require me to search for "OLGame.upk" in "OLGame.exe", i have tried different combinations and converted it to hex as well but I cannot find this in that file :/ Does anyone have some tips to get this to work? I know this isn't the right forum but this is the only place that I could find some information about modding (No upk mods exist for Outlast, I'm probably the first one trying it). The game in question uses unreal engine 3.5 Thanks