MVE Joiner

MVE Joiner combines two MVE movies into one. The audio and video formats of input MVEs are not required to be the same. You can glue together 8-bit and 16-bit movies, silent or with sound track, movies with different sizes.

Please note that this feature is a kind of hack in MVE format, and it will not necessarily work for your game.


This utility can be downloaded here and here.

Original Documentation > MVE JoinerBack To Top

MVE 2 EXE

mve-play.txt

Turning .mve movie files into self-running movies.

1) Extract .mve file(s) from master.dat using your favorite .dat file unpacker (I recommend DAT Explorer by Dims).

2) Copy the supplied w32stub.lib to the directory containing your .mve file(s).

3) Open a DOS window or start any file manager that has a command line prompt.
To open a DOS window in Windows 2000/XP, click the START button and navigate to All Programs -> Accessories -> Command Prompt.
As far as Windows9x is concerned, I stopped using it a couple of years ago, but still remember that the shortcut to DOS window is out there somewhere under the START button. :)

4) Once you open the DOS window, use the drive letter command if necessary to change the current drive and the cd command to navigate to the directory where you have unpacked the .mve file(s) and the w32stub.lib.
Example:
C:\WINDOWS> d:
D:> cd fallout\mve\

5) Type the DOS copy command with the /b switch to join the player stub and the .mve file.
Syntax: copy /b w32stub.lib + <.mve file name>.mve <resulting file name>.exe
Example:
D:\FALLOUT\MVE> copy /b w32stub.lib + intro.mve intro.exe

6) Run the .exe file and enjoy the show. :)
 If you like it so much that you want it played in an endless loop, then run it from the command line with the "-l" switch or create the appropriate shortcut.
 Example:    intro.exe -l

===============

.MVE player
copyright (c) Interplay Productions
http://www.interplay.com
appears courtesy of Heiko Herrmann alias HH-Software Images from the Descent Network Team
http://www.descent-freespace.com/descman

Packaged by Maxxim [maxxim@fallout.ru]
for Russian Fallout CRPG fans at http://www.fallout.ru
January 24, 2000

Instruction file updated April 27, 2003
            

MVE2EXE.txt

MVE2EXE v1.0 by Perceptron (www.fallout.ru, www.teamx.ru).

Предназначена для конвертации файлов .mve (мульты из Fallout2) в исполняемые .exe.

Использовать строго вместе с файлом w32stub.lib, откопанным Maxxim'ом.
(http://www.teamx.ru/utils/mve-play.zip)
Требует библиотеки MFC42.dll (из поставки Visual C++ 6.0).

Распаковать в папку с .mve файлами (и файлом w32stub.lib) и запустить.
            

This utility can be downloaded here and here.

Original Documentation > MVE 2 EXEBack To Top

MVE 2 AVI

readme.txt (mve2avi2.31)

 Mve2Avi, version 2.31                                  Date: 13.10.2002
   (c) **** [*****]
======================

0. Warning.
-----------
This package is based on Interplay Movie Player utility (pm.exe) which is property of Interplay. Distribution of this package as well as its using is illegal.


1. What is this.
----------------
This program converts video files form MVE to AVI format. MVEs (or Interplay Movies) are used in such Interplay's games as Descent 2 and 3, MDK, Fallout 1 and 2, Icewind Dale, Planescape: Torment, Baldur's Gate, Klingon Academy, and others.


2. Usage.
---------
There are several command line parameters, but they are optional. You can just type
   pm23.exe MVE_file_path
from your command line, and the specified file will be converted to AVI with same name (and .AVI extension) in the current directory.

The output AVI-file name can also be provided:
   pm23.exe MVE_file_path AVI_file_path
The same path will be used to store parts of movie, in frame-saving and splitting modes (modes are discussed below).


3. Command line options and program modes.
------------------------------------------
Available options are:

-bmp or -gif	Turns frame-saving mode on. The frames in this mode are
	saved in separate files (in BMP or GIF format), instead of AVI.
	Directory with name of input movie and '.bmps' or '.gifs' extension
	is created, frames are saved in this directory under 00\0000.???,
	00\0001.???, ... 00\00FF.???, 01\0100.???, 01\0101.??? ... names.
	In general, image name is base-16 frame number (to make decimal
	numeration of frames, specify '-dec' command line option). The
	images are placed in subdirectories, which are corresponding to
	image names. To eliminate these '00', '01' and other subdirs, just
	add '-nodirs' command line option.
	Sound track in this mode is saved in separate WAV-file with '.wav'
	extension.

-split		Use this parameter, if your video-editor cannot load
	8 bits per pixel AVIs with variable palette (an example of such
	editor is VirtualDub, version 1.4.7). In splitting mode, the
	movie is devided into several parts with constant palette in each
	part. All the parts have the same names as input movie plus the
	part number. Sound track is saved in WAV-file.

-nosave		Turns off the capturing. Use to play the movie.
-log		Enables debug information logging into mve2avi.log file.

By default program makes AVI file with 15 frames per second, but some MVE-movies (in Klingon Academy, for example) are 30fps movies. So, the program tries to autodetect video-rate. If the autodetection fails or mistakes, you can use '-30' option to force 30fps AVI saving.


Some command line examples:
   pm23.exe intro.mve
   pm23.exe tanker.mve c:\Movies\Tanker.avi -split
   pm23.exe walkm.mve -gif -dec


5. Credits.
-----------
The author is grateful to Alexey Vedernikov, Eugene Salagaev, Sergei Kovalenko and John Addison for tesing, bug-reports and useful comments.


4. Contact information.
-----------------------
1) Post a message to 'TeamX' forum of www.fallout.ru site.
2) E-mail to return0@pisem.net or return0@students.ru
            

readme.txt (mve2avi2.4h)

 Mve2Avi, version 2.4 (HiColor revision)                 Date: 13 Apr 2003
   (c) **** [*****]
======================

0. Warning.
-----------
This package is based on Interplay Movie Player utility (wmplay.exe) which is property of Interplay. You may use it for evaluation only.


1. What is this.
----------------
This program converts video files form MVE to AVI format. MVEs (or Interplay Movies) are used in such Interplay's games as Descent 2 and 3, MDK, Fallout 1 and 2, Icewind Dale, Planescape: Torment, Baldur's Gate, Klingon Academy, and others.


2. Features.
------------
There are two branches of the converter - 8bit and 16bit (this revision). 8bit package cannot handle new HiColor movies, which are used for example in Freespace game. And 16bit version degrades quality of 8bit MVEs.


3. Usage.
---------
There are several command line parameters, but they are optional. You can just type
   fsp.exe MVE_file_path
from your command line, and the specified file will be converted to AVI with same name (and .AVI extension) in the current directory.

The output AVI-file name can also be provided:
   fsp.exe MVE_file_path AVI_file_path
The same path will be used to store parts of movie, in frame-saving and splitting modes (modes are discussed below).


4. Command line options and program modes.
------------------------------------------
Available options are:

-bmp	Turns frame-saving mode on. The frames in this mode are
	saved in separate files in BMP format instead of AVI.
	Directory with name of input movie and '.bmps' extension is created,
	frames are saved in this directory under 00\0000.bmp,
	00\0001.bmp, ... 00\00FF.bmp, 01\0100.bmp, 01\0101.bmp ... names.
	In general, image name is base-16 frame number (to make decimal
	numeration of frames, specify '-dec' command line option). The
	images are placed in subdirectories, which are corresponding to
	image names. To eliminate these '00', '01' and other subdirs, just
	add '-nodirs' command line option.
	Sound track in this mode is saved in separate WAV-file with '.wav'
	extension.

-nosave	Turns off the capturing. Use to play the movie.
-log	Enables debug information logging into mve2avi.log file.

By default program makes AVI file with 15 frames per second, but some MVE-movies (in Klingon Academy, for example) are 30fps movies. So, the program tries to autodetect video-rate. If the autodetection fails or mistakes, you can use '-30' option to force 30fps AVI saving.


Some command line examples:
   fsp.exe intro.mve
   fsp.exe tanker.mve c:\Movies\Tanker.avi
   fsp.exe walkm.mve -bmp -dec


5. Credits.
-----------
The author is grateful to Alexey Vedernikov, Eugene Salagaev, Sergei Kovalenko, John Addison and Nexus for tesing, bug-reports and useful comments.


6. Contact information.
-----------------------
1) Post a message to forum of www.teamx.ru site
2) E-mail to return0@pisem.net
            

history.txt

	Mve2Avi program modification history

[           Legend:           ]
[ + Added feature             ]
[ * Improved/changed feature  ]
[ - Bug fixed/removed feature ]

2.4H	13 Apr 2003
	[*] Separate, 16bit version of converter, based on Freespace trailer-player
	[*] FPS-autodetection should work with any movies
	[-] Fixed: -30 option was overrided by fps-autodetection
	[-] GIF saving removed
2.3.1	13 Oct 2002
	[-] Fixed leaks of stack in gifsave.dll
2.3	08 Mar 2002
	[+] FPS autodetection added
	[*] Directory naming changed in -bmp and -gif modes
2.2.2	05 Mar 2002
	[-] Fixed buffer-overflow in -bmp mode
	[+] -30 option added (Klingon Academy MVEs are 30fps)
	[*] Some minor changes, optimizations and bugfixes
	[+] Modification log (this file) started after ten months of development ;)
2.2.1	02 Mar 2002
	[*] Size of images in -bmp and -gif modes is reduced to actual frame size (instead of full-screen saving)
2.2	19 Feb 2002
	[*] Sequence of tracks in AVI is changed (some players could not calculate movie speed correctly)
	[+] Added -split mode (VirtualDub could not load 8bpp AVIs with variable palette)
2.1	08 Nov 2001
	[+] Sound track capturing is back
	[*] Sound and video processing DLLs are joined together
2.0	07 Nov 2001
	[+] Saving to AVI movie
	[*] Project name is changed to Mve2Avi
	[-] Sound capturing is removed
	[*] Command line options are prefixed with '-'
1.1	12 Jun 2001
	[+] Added decimal numeration of frames
1.0	19 May 2001
	First alpha version of MVECapt
            

This utility can be downloaded here and here and here.

Original Documentation > MVE 2 AVIBack To Top

AVI 2 MVE

AVI to Interplay MVE converter

AVI2MVE is a converter from AVI video files to Interplay MVE format. This format is wildely used in Interplay's games (Descent, MDK, Fallout, Baldur's Gate and many others). Detailed documentation and a change-log can be found here.


This utility can be downloaded here and here.


Original Documentation > AVI 2 MVEBack To Top

WAVC 2 WAV

WAVC.txt

WAVC2WAV Converter v1.0.0

Written By:  Edwin Steiner

====================================================================
Vist the TeamBG web site at:

http://www.bgrealms.com/teambg/
http://www.geocities.com/TimesSquare/Arena/2460/bgate02.html
====================================================================

**IMPORTANT**

The file "wavc.exe" is the actual converter that has two command line parameters:

wavc.exe [source file] [output file]

To use the converter you must either use the "wavc.exe" file at a DOS command prompt or use the enclosed ACM-WAVC.EXE file.

====================================================================
kenbaker@teambg.zzn.com
====================================================================
            

This utility can be downloaded here.

Original Documentation > WAVC 2 WAVBack To Top

WAV 2 WAVC

This utility is integrated into PS gui.exe as of v3.00 and is Copyright © 2009 Sam Schmitz along with the rest of the GUI. Please see the GNU General Public License for copyright information.

Original Documentation > WAV 2 WAVCBack To Top

ACM 2 WAV

readme.txt

 Interplay ACM to WAV converter v1.32
     (c) 1999-2003 ABel [TeamX]
======================================

 Description
-------------
This program converts Interplay ACM sound files to waveform-audio format (WAV).


 What's new
------------
Version 1.32, 15 Sep 2003:
   [+] Support of ACMs from RUS localization.

Version 1.31, 21 Aug 2003:
   [+] Added decompression of Levcorp's variation of ACM.

Version 1.3, 13 Mar 2003:
   [+] Processing of SFAD variation of ACM format (Starfleet Academy).


 Contacts
----------
Please, report bugs and features to abel@krasu.ru or return0@pisem.net
Comments and suggestions on improvement are always welcome.
            

This utility can be downloaded here and here.

Original Documentation > ACM 2 WAVBack To Top

WAV 2 ACM

FILE_ID.DIZ

 Sound File to Interplay ACM Converter v1.0 beta
           (c) 2000-2001 ABel [TeamX]
=================================================

snd2acm.exe converts sound file to ACM.
compare.exe compares two sound files (RMSE is calculated).

Supported input formats:
  RAW PCM    8 and 16 bits,
  WAV PCM    8 and 16 bits,
  Interplay ACM.

Note: no up- or down-sampling is provided, so make sure that input file is 22050Hz.

WARNING: These programs can be used for entertainment and evaluation only. Neither this software nor any files and intermediate date produced by this software can be used for making money (in any sense of 'making' and in any sense of 'money' :)

The author does not take any responsibility for misuse of these programs or the damage resulted from such misuse.

ACM format is property of Interplay.

Please, email bugs/features/comments/suggestions to a234238@chat.ru
            

This utility can be downloaded here and here and here.


Original Documentation > WAV 2 ACMBack To Top

Sound Comparator

FILE_ID.DIZ + COMPARE.EXE

 Sound signal comparator v1.0 beta
           (c) 2000-2001 ABel [TeamX]
=================================================

compare.exe compares two sound files (RMSE is calculated).

Compare trys to open a file as WAV, then as ACM, and finally as RAW16.

WARNING: These programs can be used for entertainment and evaluation only. Neither this software nor any files and intermediate date produced by this software can be used for making money (in any sense of 'making' and in any sense of 'money' :)

The author does not take any responsibility for misuse of these programs or the damage resulted from such misuse.

ACM format is property of Interplay.

Please, email bugs/features/comments/suggestions to a234238@chat.ru
            

This utility can be downloaded here and here and here.


Original Documentation > Sound ComparatorBack To Top

WAV 2 Ogg

OggEnc v2.87 (libvorbis 1.3.1)

(c) 2000-2005 Michael Smith <msmith@xiph.org> & portions by John Edwards <john.edwards33@ntlworld.com>


INPUT FILES:

OggEnc input files must currently be 32, 24, 16, or 8 bit PCM WAV, AIFF, or AIFF/C files, or 32 bit IEEE floating point WAV. Files may be mono or stereo (or more channels) and any sample rate.

ALSO with this version, you may input FLAC, MONKEYS AUDIO, WAVPACK, LAPC, OPTIMFROG and SHORTEN files. You MUST ensure that the appropriate encoder/decoder (i.e., flac.exe, etc) is in the same dir/folder as oggenc2.exe, or is in the defined path.

Alternatively, the --raw option may be used to use a raw PCM data file, which must be 16bit stereo little-endian PCM ('headerless wav'), unless additional parameters for raw mode are specified.

You can specify taking the file from stdin by using - as the input filename. In this mode, output is to stdout unless an output filename is specified with -o


This utility can be downloaded here.


Original Documentation > WAV 2 OggBack To Top

Ogg 2 WAV

OggDec v1.97 (libvorbis 1.3.1)

Copyright (c) 2002-2010 John Edwards


INPUT FILES

OggDec input files must be Ogg Vorbis I files with a sample rate of 48000Hz, 44100Hz, 32000Hz, 24000Hz, 22050Hz, 16000Hz, 12000Hz, 11025Hz or 8000Hz.

Wildcards (?, *) can be used in the filename.


This utility can be downloaded here.


Original Documentation > Ogg 2 WAVBack To Top

Ogg Info

OggInfo from vorbis-tools 1.2.0

by the Xiph.Org Foundation (http://www.xiph.org/)


(c) 2003-2005 Michael Smith <msmith@xiph.org>


This utility can be downloaded here.


Original Documentation > Ogg InfoBack To Top

BMU 2 MP3

This utility is integrated into PS gui.exe as of v3.02 and is Copyright © 2009 Sam Schmitz along with the rest of the GUI. Please see the GNU General Public License for copyright information.


Original Documentation > BMU 2 MP3Back To Top

MP3Gain

mp3gain.exe version 1.5.1

copyright(c) 2001-2009 by Glen Sawyer


This utility can be downloaded here.


Original Documentation > MP3GainBack To Top

BMP<->PLT

BMP<->PLT converter programs Written By: WizWom


This utility can be downloaded here.


Original Documentation > BMP<->PLTBack To Top

TIS<->TIZ

readme.txt

TisPack v0.91
-------------

TisPack is a tileset compressor for Infinity Engine games (like Baldur's Gate, Icewind Dale, and Planescape Torment). The engine's native format for tiled bitmaps is the uncompressed, 8-bit TIS format. TisPack converts TIS files into compressed TIZ files, compressing them down to about 7-35% depending on the content. The TIZ unpacker is then shipped together with the TIZ files, and the TIS files are unpacked during installation.

This utility is aimed at mod authors who wish to add new areas in their mods, without having stupidly large downloads.


Contents
--------

readme.txt		This file.
manual.html		The manual.
tizformat.html		A description of the TIZ file format.
tispack.exe		TIS -> TIZ packer.
tisunpack.exe		TIZ -> TIS unpacker.
source/*		Source code.


Contact
-------

I wrote this utility for Jason Compton, jcompton@xnet.com. If you have any questions regarding usage, modding, or anything else regarding the games, please contact him -- I don't even own any of these games. If you have found bugs or wish to submit improvements to the code, you can contact me, Per Olofsson, at MagerValp@cling.gu.se.


License
-------

/* TisPack, a tileset compression utility
  version 0.91, 2004-05-14

  Copyright (C) 2004 Per Olofsson

  This software is provided 'as-is', without any express or implied warranty.  In no event will the author be held liable for any damages arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

  Per Olofsson (MagerValp@cling.gu.se)

*/
            

Additional documentation on usage and the TIZ format can be found in the original download package linked to below.


This utility can be downloaded here.


Original Documentation > TIS<->TIZBack To Top

TIS 2 BMP

Tis2Bmp v1.0 by Theo de Moree

Usage: tis2bmp <tisfile> <width in blocks> <height in blocks>

Note: one block consists of 64*64 pixels


This utility can be downloaded here.


Original Documentation > TIS 2 BMPBack To Top

MOS 2 BMP

Mos2Bmp v1.0 by Theo de Moree

Usage: mos2bmp <mosfile>


This utility can be downloaded here.


Original Documentation > MOS 2 BMPBack To Top