UTOC.Stream.Emulator 1.1.3
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
|
5,152,874 |
|
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
2,629,085 |
|
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
2,430,553 |
|
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
1,467,461 |
|
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
1,233,382 |
|
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
158,485 |
|
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
346 |
UTOC Emulator Changelog
1.1.3
- Fixed IO Store files not being emulated if the file was created/opened multiple times
- Removed the file size hack as the related bug has now been fixed in File Emulation Framework (see #15)
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 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.