Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RussellJerome/UnrealModLoader


https://github.com/RussellJerome/UnrealModLoader

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Unreal Engine Mod Loader
A tool used to load Blueprint and basic SDK based C++ Mods for Unreal Engine 4 games

# DISCLAIMER
This software is provided by the author "as is". In no event shall the author be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any
theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

# Discord
If you have any problems, or just want to provide feedback click [here](https://discord.gg/xmXUSNvypY)

# Docs
All video documentation and guides can be found [here](https://www.youtube.com/playlist?list=PL-dFOLrGFgdwbzcHmZ2ghuN3LXxlazbZP).

# Extra Info
* You can enable or disable the mod loader output console via the ini (NOTE: This is not related to the UE4 Console.)
* You can press f1 to open the Mod Loader gui panel.

# 3rd Party Software
* [feather-ini-parser](https://github.com/Turbine1991/cpp-feather-ini-parser)
* [Minhook](https://github.com/TsudaKageyu/minhook)
* [ImGui](https://github.com/ocornut/imgui)