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
|
2,628,956 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
2,430,410 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
1,467,338 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
1,233,243 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
158,347 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
30,313 |
UnrealEssentials
Allows other mods to easily replace files inside of paks and utocs in Unreal Engine games
|
213 |
# 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](https://github.com/Sewer56/FileEmulationFramework/issues/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](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.