Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.48 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.48 KB

EuroSound Editor Ice Age 2: The Meltdown

When the authoring tools for the PC game Ice Age 2: The Meltdown were published, it included the original level editor "EuroLand", but unlike this, the soundbanks and musicsbanks editor was not included because it couldn't be recovered.

This tool, wrote in C#, recreates the original tool that Eurocom developed for this purpose. Originally with this recreated tool, you could only be able to export for PC, but since the version 5.0.1.4 is also possible to export for PS2.

Features In the Sphinx wiki you can see more in detail each file documentation: https://sphinxandthecursedmummy.fandom.com/wiki/SFX here is a little resume:

Normal soundbanks: Every level stores all of the used sound effects in its own sound bank, each sound effect has a series of flags and properties and contains a variable array of raw sound samples. Stream File: Most of the long, streamed ambient sounds are actually stored here once instead of being duplicated in each soundbank. Music soundbanks: Each music track is defined via hashcode and stored in its own file. Almost every track has a lead-in time, a middle looping section, and —occasionally— a small ending that is not generally used. SFX_Data.bin: Contains a special binary array, even if most of that data is redundant; but it probably exists to avoid having to load each soundbank just to get properties like the length of a sound. Download If you just want to use it or looking for setup file, click here to download: