Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RussellJerome/UnrealModLoader
https://github.com/RussellJerome/UnrealModLoader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RussellJerome/UnrealModLoader
- Owner: RussellJerome
- License: lgpl-2.1
- Created: 2021-04-21T04:17:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T16:51:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T10:06:14.331Z (6 months ago)
- Language: C++
- Size: 1.08 MB
- Stars: 205
- Watchers: 12
- Forks: 67
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-modding - Unreal Engine Mod Loader - Tool used to load Blueprint and basic SDK based C++ mods for Unreal Engine 4 games. (Unreal Engine 4 / Cyberpunk 2077 / REDEngine 4)
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)