Skip to content

Various modding tools & research for Resident Evil 4

License

Notifications You must be signed in to change notification settings

Lioncky/re4-research

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re4-research

Various modding tools & research for Resident Evil 4.

  • IDA 7.7 database - IDA database for RE4 UHD (Steam) version 1.1.0, with over 80% of in-use functions named, and a few structures added.

  • re4lfs.cpp - (un)packer for RE4 LFS files, allowing you to compress your modded RE4 data to as little as 5% the size in best case!

  • re4mdt.cs - allows converting MDT text files used by the game to readable INI files, and can apply updated INIs back on top of the MDT.

  • re4resample.cpp - tool for extracting & resampling XWB files used by RE4 (resampling low-sample-rate audio to a higher rate should improve any HRTF effects mixed into the audio)

  • re4sym.cpp - parser for SYM files included with the RE4 GC debug build, allows exporting the SYM as both IDA & Ghidra scripts

  • prodg-rel.py - IDAPython loader for PS2 "SN ProDG relocatable DLL" files, as used by the RE4 PS2 versions, will automatically name functions with whatever symbols are available in the REL.

  • ProDG-SNR2.bt - 010 Editor template for PS2 ProDG SNR2/REL files

More tools may be added later on, who knows.

If anything here helped you in some way, maybe consider buying me a coffee at https://ko-fi.com/emoose

About

Various modding tools & research for Resident Evil 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 46.5%
  • C++ 44.1%
  • Python 9.4%