0 of 0

File information

Last updated

Original upload

Created by

nathdev

Uploaded by

nathdev

Virus scan

Safe to use

About this mod

This is a working Unreal Engine 5.x Sample project created from the UE4SS dump.

Permissions and credits
UProjOblivionRemastered

This is a working Unreal Engine project created from the UE4SS dump.
It allows blueprint modder to directly use native game class either from cpp or blueprint.

This only contains the cpp class from which all blueprint classes inherit. You still need to use Fmodel to create dummies of the assets you want to use.

How to to use

- Build Unreal Engine 5.3.2 from source (check Unreal Engine doc)
- Download the project file
- Right click on the OblivionRemastered.uproject file and generate "Visual Studio project files"
- Open the project in Visual studio -> compile it
- Open the editor
- Create mod and Enjoy

Warning : This project was created for fun. If you want help with Unreal Modding join the various discord servers that exist.

If you found some error in the project setup, you can create a pull request on the Github page. I'm also open if people want to contribute and/or maintain the project.

Unreal 5.3.2 source fix:

You will need to change the class UInputDeviceTriggerResistanceProperty in the file InputDeviceProperties.h by adding ENGINE_API to the definition.



Mod Loader

To load your blueprint mod, you will need a mod loader and for that you can use Simple Photo Mode that comes with a mod loader as a separate download.

Credits

Github link : https://github.com/nathtest/UProjOblivionRemastered

Credits to the UE4SS team for their incredible tool.