Devil May Cry 5
0 of 0

File information

Last updated

Original upload

Created by

alphaZomega

Uploaded by

alphaZomega

Virus scan

Safe to use

Tags for this mod

About this mod

A background script that fixes the game crashing when going into photo mode with mods and swapped models

Requirements
Permissions and credits
Donations

Photo Mode Crash Fix


This is a small REFramework script I made that disables the player's "extra collisions" that appear on their bones when photo mode is activated. The collisions are pre-set based on which character you choose and are not matched to the actual bones of what model you've swapped onto that player. That makes the game crash if you are using a swapped model. By disabling these collisions, the crashing is disabled too!

Installation


You will need REFramework installed to use this fix. Get REFramework from here:
https://github.com/praydog/REFramework

Just put dinput8.dll into your game directory and install the mod with Fluffy Mod Manager, you do not need anything else. Scripts in lua (such as this one) are installed by placing them into an "autorun" folder next to the DLL, in the game directory. This will make them run all the time in the background while the game is active; you do not need to run it manually.

This mod is pre-packaged to be installed by Fluffy Mod Manager, so by installing it there, the script will be placed in the autorun folder automatically and all you need to do is put dinput8.dll in your game folder. But you can extract it and place or run the lua file manually as well.