Skip to content

andrey-makhnutin/nfk075patches

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfk075patches

This is x86 assembly patches made by Boobl (Andrey Makhnutin) for Need For Kill 0.75 Original source codes of NFK 0.75 were lost.

This repository is fork of https://bitbucket.org/pqr/nfk075patches

Game preview: https://www.youtube.com/watch?v=FgvgVttl0zE More about Need For Kill: https://info.needforkill.ru

History

Originally these patches were made to detect and then fix memory leaks within the game, so that it could be possible to host a long running server.

Later patches were added to fix other gameplay, networking and graphic bugs, and creating new small game features.

How it works

The assembly code is first assembled into a temporary "executable" file. Then the patching program is run, which copies parts of binary data from temporary file directly on top of an original game executable. The original game executable also has an empty executable section at the end of a file, which was added manually.

About

asm patches for Need For Kill 0.75

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Assembly 75.2%
  • C++ 11.6%
  • Pascal 8.2%
  • C 2.6%
  • C# 1.4%
  • Batchfile 1.0%