Posted February 01, 2010
Don't know if this is in line with the forum policies, but I'll just post it and keep my fingers crossed...
I just bought the game and started playing it. I really liked the setting, story and gameplay right from the start, with one exception. I don't buy the part where a special forces team is sent in to handle a crisis, with guns loaded but no extra ammo. Sure they might be finding more guns and ammo strewn about than in the average city, but still.
I couldn't find a trainer to solve my problem, and the cheat codes I found would also give all items and unlimited life. Didn't even bother testing that.
The solution was to make a slight modification of my own, which I thought I would share.
If you open gorky17.exe in a hex editor and replace two bytes it will disable the ammo consumption of all the ammo using guns. They wil still need at least one charge though, you cannot fire a dry weapon with this change. And it does not include throwable items like grenades or charge-based guns like the flamethrower.
Backup the original file. Open the file and find address offsets 000CE3AE-000CE3AF. The original values of these bytes are 89 and 06. Replace both with 90. Save the file and start the game.
The mod does not break savegame compatibility, so you can use the executable with or without the modification interchangeably. So feel free to fire up some old saves, now with unlimited ammo.
This turned into a long post about a small thing. But I imagine some of you might want to try this mod. It makes the game easier, hopefully without ruining it. You get to concentrate more on tactics and fun, and less on what weapons you use.
If you want to try it, but don't know how to edit a binary file, let me know. I might post up a prepared executable somewhere.
I just bought the game and started playing it. I really liked the setting, story and gameplay right from the start, with one exception. I don't buy the part where a special forces team is sent in to handle a crisis, with guns loaded but no extra ammo. Sure they might be finding more guns and ammo strewn about than in the average city, but still.
I couldn't find a trainer to solve my problem, and the cheat codes I found would also give all items and unlimited life. Didn't even bother testing that.
The solution was to make a slight modification of my own, which I thought I would share.
If you open gorky17.exe in a hex editor and replace two bytes it will disable the ammo consumption of all the ammo using guns. They wil still need at least one charge though, you cannot fire a dry weapon with this change. And it does not include throwable items like grenades or charge-based guns like the flamethrower.
Backup the original file. Open the file and find address offsets 000CE3AE-000CE3AF. The original values of these bytes are 89 and 06. Replace both with 90. Save the file and start the game.
The mod does not break savegame compatibility, so you can use the executable with or without the modification interchangeably. So feel free to fire up some old saves, now with unlimited ammo.
This turned into a long post about a small thing. But I imagine some of you might want to try this mod. It makes the game easier, hopefully without ruining it. You get to concentrate more on tactics and fun, and less on what weapons you use.
If you want to try it, but don't know how to edit a binary file, let me know. I might post up a prepared executable somewhere.
Post edited February 01, 2010 by HFalch