Aja on 10/11/2008 at 07:42
I created an MP3 file for Shoalsgate (and a few other T2 levels) using schemas as well as in-game listening. The files seem to be up on the link jtr7 posted.
They are still unfinished, in that I plan to refine them in the future, but they're pretty listenable as is.
Nameless Voice on 15/11/2008 at 14:21
Shoalsgate is one of only two OMs that properly use Thief 2's "songs" music system.
Samples used are:
s0400.wav
s0401.wav
s0402.wav
s0403.wav
s0405.wav
s0406.wav
s0407end.wav
Here is the song file, for reference:
Code:
song "m04song"
section "empty"
volume 0
loop_count 1
empty.wav
event ""
flags 0
goto 100 empty
event "theme start"
flags 0
goto 100 s0400
section "s0400"
volume 0
loop_count 1
s0400.wav
event ""
flags 0
goto 100 s04gap
event "theme end"
flags 0
goto 100 empty
section "s04gap"
volume 0
loop_count 12
empty.wav
event ""
flags 0
goto 100 s0401
event "theme end"
flags 0
goto 100 empty
section "s0401"
volume 0
loop_count 1
s0401.wav
event ""
flags 0
goto 100 s0402
event "theme end"
flags 0
goto 100 s0407end
section "s0402"
volume 0
loop_count 1
s0402.wav
event ""
flags 0
goto 100 s0403
event "theme end"
flags 0
goto 100 s0407end
section "s0403"
volume 0
loop_count 1
s0403.wav
event ""
flags 0
goto 100 s0404
event "theme end"
flags 0
goto 100 s0407end
section "s0404"
volume 0
loop_count 4
s0404.wav
event ""
flags 0
goto 65 s0405
goto 35 s0406
event "theme end"
flags 0
goto 100 s0407end
section "s0405"
volume 0
loop_count 3
s0405.wav
event ""
flags 0
goto 65 s0406
goto 35 s0404
event "theme end"
flags 0
goto 100 s0407end
section "s0406"
volume 0
loop_count 4
s0406.wav
event ""
flags 0
goto 65 s0404
goto 35 s0405
event "theme end"
flags 0
goto 100 s0407end
section "s0407end"
volume 0
loop_count 1
s0407end.wav
event ""
flags 0
goto 100 empty