Skip to content

Code-Vein-Tool-Hub/AssetRegistryTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssetRegistryTool

A tool for editing the Asset Registry in Unreal games Uses QueenIO to handle AssetRegistry file.

Usage

Converting - Converts the given registry between bin and json.
AssetRegistryInjector.exe [AssetRegistry.bin/AssetRegistry.json]

Dummping - Dumps each entry in the given registry into json files.
AssetRegistryInjector.exe -dump [AssetRegistry.bin]

Injecting - Injects the json files in the Input folder into the given registry.
AssetRegistryInjector.exe -inject [AssetRegistry.bin] [InputFolder]

Credits

atenfyr - UAssetAPI