is there any way to modify the modular bus mod? i tried seeing the interior of the mod on fmodel but I'm getting an error:
"[ERR] CUE4Parse.UE4.Exceptions.ParserException: Found IoStore Package but global data is missing, can't serialize at CUE4Parse.UE4.Assets.IoPackage..ctor(FArchive uasset, FIoContainerHeader containerHeader, Func
2 ubulk, Func
2 ubulk, Func
2 uptnl, IVfsFileProvider provider)"
Solution
Content in Unreal Engine games is baked, like a cake; you can't change the ingredients after it is done. To modify content you need its source, to rebake it, or to use a mod like ContentLib that can affect it at runtime. Read the docs to learn more.