https://github.com/praydog/reframework
Scripting platform, modding framework and VR support for all RE Engine games
https://github.com/praydog/reframework
cmkr cpp dmc5 freecam lua mhrise modding mods monster-hunter-rise monster-hunter-wilds re-engine re2 re3 re4 re7 re8 scripting sf6 virtual-reality vr
Last synced: about 4 hours ago
JSON representation
Scripting platform, modding framework and VR support for all RE Engine games
- Host: GitHub
- URL: https://github.com/praydog/reframework
- Owner: praydog
- License: mit
- Created: 2019-01-31T16:17:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T19:29:50.000Z (12 days ago)
- Last Synced: 2025-05-12T03:12:28.356Z (2 days ago)
- Topics: cmkr, cpp, dmc5, freecam, lua, mhrise, modding, mods, monster-hunter-rise, monster-hunter-wilds, re-engine, re2, re3, re4, re7, re8, scripting, sf6, virtual-reality, vr
- Language: C++
- Homepage: https://cursey.github.io/reframework-book/
- Size: 49.3 MB
- Stars: 3,739
- Watchers: 83
- Forks: 411
- Open Issues: 392
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REFramework [](https://github.com/praydog/REFramework-nightly/releases)
A mod framework, scripting platform, and modding tool for RE Engine games. Inspired by and uses code from [Kanan](https://github.com/cursey/kanan-new)## Installation
The last stable build can be downloaded from the [Releases](https://github.com/praydog/REFramework/releases) page.For newer builds, check out the [Nightly Developer Builds](https://github.com/praydog/REFramework-nightly/releases)
### Non-VR
* Extract only the `dinput8.dll` from the zip file into your game folder.### VR
* Install SteamVR (unless you're using OpenXR on a supported headset)
* Extract the whole zip file into your corresponding game folder.[VR Troubleshooting/FAQ](https://github.com/praydog/REFramework/wiki/VR-Troubleshooting)
### Proton/Linux
Add the launch option `WINEDLLOVERRIDES="dinput8.dll=n,b" %command%` to your game through Steam's properties after extraction.Example game folder: G:\SteamLibrary\steamapps\common\RESIDENT EVIL 2 BIOHAZARD RE2
Supports both DirectX 11 and DirectX 12.
## Included Mods
* Lua Scripting API & Plugin System (All games, check out the [Wiki](https://cursey.github.io/reframework-book/))
* VR
* Generic 6DOF VR support for all games
* Motion controls for RE2/RE3/RE7/RE8
* First Person (RE2, RE3)
* Manual Flashlight (RE2, RE3, RE8)
* Free Camera (All games)
* Scene Timescale (All games)
* FOV Slider (All games)
* Vignette Disabler (All games)
* Ultrawide/Aspect Ratio fixes (All games)
* GUI Hider/Disabler (All games)## Included Fixes
* RE8 Startup Crash
* RE8 Stutters (killing enemies, taking damage, etc...)
* MHRise/RE8 crashes related to third party DLLs## Included Tools (Developer Mode)
* Game Objects Display
* Object Explorer## Supported Games
* Resident Evil 2
* Resident Evil 3
* Resident Evil 4
* Resident Evil 7
* Resident Evil Village
* Devil May Cry 5
* Street Fighter 6
* Monster Hunter Rise
* Monster Hunter Wilds
* Dragon's Dogma 2
* Ghosts 'n Goblins Resurrection (Using RE8 build)
* Apollo Justice: Ace Attorney Trilogy (Using DD2 build)
* Kunitsu-Gami: Path of the Goddess (Using DD2 build)## Thanks
[SkacikPL](https://github.com/SkacikPL) for originally creating the Manual Flashlight mod.[cursey](https://github.com/cursey/) for helping develop the VR component and the scripting system.
[The Hitchhiker](https://github.com/youwereeatenbyalid/) and [alphaZomega](https://github.com/alphazolam) for the great help stress testing, creating scripts for the scripting system, and helpful suggestions.