Alien Trilogy

From Exceed Industries Wiki
Revision as of 19:22, 19 January 2021 by Karlexceed (talk | contribs) (Created page with "''Alien Trilogy'' is a 1996 first-person shooter video game developed by Probe Entertainment and published by Acclaim Entertainment for the PlayStation, Sega Saturn and Window...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Alien Trilogy is a 1996 first-person shooter video game developed by Probe Entertainment and published by Acclaim Entertainment for the PlayStation, Sega Saturn and Windows platforms. The game is based on the first three movies in the Alien film series.

Basic Info

Unless otherwise stated, I am working with the DOS version of the game that I found at Abandonia.

Audio

I found the audio files in a folder called SFX, with .RAW file extensions. Playing with the RAW data import settings in Audacity, I found that the "Unsigned 8-bit PCM" setting was best, though the default 44100 Hz was clearly wrong. I continued testing and consulted a list of common sampling frequencies to find that 11025 Hz was right on.

Armed with this information, I then setup a script to run Sox with the following settings:

sox.exe -r 11025 -e unsigned -b 8 -c 1 <old_RAW_file> <new_WAV_file>

Images

Nothing here yet.

Video

The video files included in the AVI folder of the DOS version from Abandonia all appear to be 0 bytes and are unplayable.

Links