UnrealEssentials 1.1.2
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
Showing the top 20 packages that depend on UnrealEssentials.
Packages | Downloads |
---|---|
smtvv.essentials
Patches for Shin Megami Tensei V: Vengeance
|
3,882,350 |
p3rpc.video.subtitlesforcredits
Adds Japanese, Romanized Japanese, and English Subtitles to Kimi No Kioku/Memories Of You
|
755,909 |
smtvv.essentials
Patches for Shin Megami Tensei V: Vengeance
|
177,633 |
smtvv.essentials
Patches for Shin Megami Tensei V: Vengeance
|
61,252 |
# 1.1.2
- Improved clarity of error message when the Unreal Engine version cannot be found.
- Error now is just a logged message instead of a thrown exception as people regularly enable this on non Unreal Engine games, preventing them from working at all.
# 1.1.1
- Added support for Shin Megami Tensei V Vengeance
# 1.1.0
- Added an API to allow mods to add files from code. Checkout [the documentation](https://github.com/AnimatedSwine37/UnrealEssentials/tree/master/UnrealEssentials.Interfaces/README.md) for more information.
# 1.0.2
- Files are now accepted from any mod, not just those that directly depend on Unreal Essentials (done so stuff works with P3R Essentials)