Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Gun

pc game gun 2005 fix 60 fps until high fps

4
Ivan 9990 (talkcontribs)

How to hack fps game, just use hex editor software to change hex code

Theoretically you can patch these bytes to run at any FPS you want it to, 240 can even probably work, but i wouldn't personally recommend going that high.

1E = 30, 3C = 60

First off we'll patch Game Speed to 60 as you'll turn into Sonic in game at a capped 60 otherwise.

IDA Address: 0052E7C4 If you use hex editor, Find C7 05 C8 3E 6B 00 1E 00 00 00 in Hex, Change the 1E value to 3C

Now FPS Lock:

IDA Address: 0043F8B8 If you use hex editor, Find 48 53 6A 1E 52 50 in Hex, Change the 1E value to 3C

that should be just about it

Hex Code fps : 1E =30 fps, 3C =60 fps, 5A = 90 fps, 90 =144 fps if you use monitor high refresh rate 380 hz, hex code 17C = 380 fps, if you use monitor high refresh rate 500 hz, hex code 1F4 = 500 fps very smooth and fastest

Don't Forget to go to NVIDIA Control Panel to setting max frame rate accordingly your refresh rate monitor

Patrxgt (talkcontribs)

Have you tested it? And by tested, I mean have you played through whole game and did all of the side content? It's very important to look for all possible bugs, that can be caused by raised framerate.

Ivan 9990 (talkcontribs)

Yes, surely i was tested pc gun game to high fps with my methode, and run correctly, no bugs and crashed

Swosho (talkcontribs)

There's one issue with the 60 FPS edited exe: the explosives have much larger blast radius at 60 FPS, causing a couple of missions to essentially have softlocks, at least if played on the "Impossible" difficulty. The first unbeatable mission is actually right near the start of the game (https://streamable.com/wk7nwk), with a couple more later down the line.

I'd recommend keeping the original 30 FPS executable on hand as a fallback for the problematic missions.