Approaches to sound in The Lurking Horror

I’m leaning this way. The only weirdness would be if a game played a bunch of sounds back to back or used very long playing samples. Everyone promises to never do that, right? :wink:

I don’t know if it was ever used, but I don’t remember it being deprecated anywhere.

The only thing deprecated is the SONG format, which to my knowledge has never been adequately documented or even implemented. OGG is still available and is mostly intended for ambient background noises. The chanting and drumming in TLH, if done today, should be in OGG chunks.

I haven’t thought of a really good use for MOD tracks in interactive fiction.

1 Like

Surely they should be AIFF to maintain the original behavior? Using OGG would make them music instead of sampled sounds and might cause sounds to play concurrently instead of interrupt each other. I’m not certain if the exact sequence of sounds in TLH would reveal this difference without some testing.

I’d love to see MOD files used as background music. I used to have a decent mod collection in the early to mid 90’s.

My reasoning is that the chanting and drumming is going on continuously over several turns. That’s exactly what that channel is for.

For a story that written since Standard 1.1, yes.
For a V3 game like The Lurking Horror, the looping chunk in a blorb, or the looping metadata in an original Infocom SND file controls that.

It may make no difference in reality. I’d have to test it, but at the moment I’m rewriting my interpreter’s code that controls sound so I can’t.

If it makes you feel any better, I was up till 3am last night (or this morning) trying to get sound effects to play! I’m coding directly in ZIL, I’ve tried without Blorb and then with Blorb, had advice from helpful people and still can’t get it to output sound.

My Blorb (and Blurb) are the same name as my game file, I’ve got V5 and V6 game files, I’ve tried both AIFF and OGG audio types.

The game compiles, runs ok, but when the sound file plays there’s just the sound of silence.

Adam

What are you using to process the blurb file and build the blorb file?

I still have my MOD file collection. So far, the only thing I’ve used a MOD in a game is for my soundtest “interactive noisemaker” demo game.

At least L. Ross Raszewski’s “Moments Out of Time” uses a MOD for background music (it starts playing as soon as the game starts up).

3 Likes