modify a mod
Hello everyone. Does anyone know how I can modify a mod to remove a sound from it?
This is TransformersExplorer mod by @Andre Aquila <Aquila Industrial>
Thanks.
3 Replies
>cake
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.
Ok it works thank you very much ^^