/gtav-audio-occlusion

🔧 Audio occlusion generation tool for GTA V custom interiors

Primary LanguageTypeScriptMIT LicenseMIT

gtav-audio-occlusion

A tool for generating Audio Occlusion for GTA V custom interiors.

The tool reads and writes CodeWalker XML files.

If you don't know how to use the generated files, I suggest you read Nikez's documentation about Audio Occlusion.

Even that you can generate and customize the basics of interior audio, there is still a lot of features missing.

If you feel comfortable, please contribute.

Preview

Tool Preview Tool Preview Tool Preview Tool Preview

Installation

Download

Get the latest version of the tool from the releases section.

Build

  1. Clone the repository.

  2. Execute the build script.

    yarn build
  3. Start the app.

    yarn start

Credits

  • Nikez for the original documentation about audio occlusion.
  • appricotflower821 for the path nodes generation algorithm and discovering unknow hashes.
  • VPagani for the joaat function.