Originally posted by Ihatecompvir
Lol, this entire idea came from the Call of Duty 4 Demo which was 1 exe(singleplayer), then you could mod it by editing the startup parameters and doing the fs_game thing.
I don't even know.
Hunter can you send me a PM or something on how you actually crack it? I have time and patience on my hands, I could probably gather some friends and we might be able to do it.
Ill be one of those friends if you like lol.
---------- Post added at 10:25 PM ---------- Previous post was at 10:18 PM ----------
Originally posted by hunter12
To get this to work, you would need the games source code to
compile your own version of it. Which thats obviously not going to happen. Like i said it would be easier cracking the fast files other than programming into a compiled executable. Coding it in .gsc would not work either, gsc = game script code NOT the games SDK, Source...
Well why would you need the games source code? I mean you could just change the desired values in the script. But then you would need to create a function which you would have to call in main... Unless you find a function that isn't used or only on various occasions and try to make a virtual type of it or try and redeclare it (but that usually doesnt work in c++) and make sure it's called in the main or Missions at the start of the match...