UTOC.Stream.Emulator 1.1.2
Simulates Unreal Engine IO Store files (.utoc + .ucas). Allows mods to add or replace existing files using files on disk
Showing the top 20 packages that depend on UTOC.Stream.Emulator.
Packages | Downloads |
---|---|
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
2,628,958 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
2,430,426 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
1,467,341 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
1,233,245 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
158,350 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
135,419 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
216 |
# 1.1.2
- Fixed a crash when a game that uses IO Store has no mods with emulated utoc files. i.e. if only full utoc files are included using Unreal Essentials.
# 1.1.1
- Fixed a crash when trying to load utoc files from paths with non ascii characters in them. (This was partially fixed in 1.0.3, it should be completely fixed now)
# 1.1.0
- Updated to support the new UnrealEssentials API. Check out the [Unreal Essentials documentation](https://github.com/AnimatedSwine37/UnrealEssentials/tree/master/UnrealEssentials.Interfaces/README.md) for information on using it.
# 1.0.4
- Fixed a crash caused by trying to load any assets with multiple export bundle, including blueprints assets
# 1.0.3
- Fixed a crash when trying to load utoc files from paths with non ascii characters in them.