AEF file format: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
They are parsed in [https://github.com/arx/ArxLibertatis/blob/ArxFatalis-1.21/Sources/Athena/Athena_Environment.cpp#L73 <code>ATHENA::Environment::Load()</code>] in Arx Fatalis 1.21.
They are parsed in [https://github.com/arx/ArxLibertatis/blob/ArxFatalis-1.21/Sources/Athena/Athena_Environment.cpp#L73 <code>ATHENA::Environment::Load()</code>] in Arx Fatalis 1.21.


Arx Fatalis only uses a single audio environment: <code>sfx/environment/alley.aef</code>
Arx Fatalis only uses a single audio environment (<code>sfx/environment/alley.aef</code>) even though the game ships with multiple environments.

Revision as of 16:02, 21 January 2017

This article is a stub - you can help by expanding it. See the Wiki FAQ.

.aef files describe audio environments: reverb settings, etc.

They are parsed in ATHENA::Environment::Load() in Arx Fatalis 1.21.

Arx Fatalis only uses a single audio environment (sfx/environment/alley.aef) even though the game ships with multiple environments.