Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.26 KB

File metadata and controls

21 lines (12 loc) · 1.26 KB

Attribution notice

Engine Simulator

ThirdParty/engine-sim-runtime is a pinned, headless-compatible vendor copy of Engine Simulator, originally created by AngeTheGreat (Ange Yaghi).

Copyright 2022 AngeTheGreat (Ange Yaghi)

It is included under the MIT License. Its original license is preserved at ThirdParty/engine-sim-runtime/LICENSE. The exact pinned upstream commit is 85f7c3b959a908ed5232ede4f1a4ac7eafe6b630; headless-only changes are listed in ThirdParty/PATCHES.md.

Engine Sim Unity Audio

The code and materials outside the Engine Simulator vendor directory that implement the offline audio-bank workflow are original work by Vangardo:

  • src/: command-line generator, offline capture coordination, WAV I/O, and seamless-loop builder
  • Build-Generator.ps1, Generate-All.ps1, and Prune-StaleBanks.ps1: Windows build and generation automation
  • CMakeLists.txt, engine-banks.json, documentation, repository configuration, and CI workflow

Copyright 2026 Vangardo

These contributions are also licensed under the MIT License. The repository-level LICENSE preserves both copyright notices. Engine definition files may have additional authorship or redistribution terms and should be checked before reuse.