
                MOPPI DEMOPAJA PLAYER
                   version 0.6b

This is a stripped version of Demopaja SDK and only
includes the demopaja player. The player can be used
to create a standalone demo distrobutions.

Along with the files included in this package you
will need the effect DLLs from the Demopaja 0.61B
distribution and also the FMOD DLL and IJL DLL
(also comes with the Demopaja distribution).


CREATING A DEMOS DISTRIBUTION

First you should gather all the necessary files to a
folder. This is the directory structure:

<Your Demo Folder>
	<plugins>
		AVIPlugin.dll
		blurplugin.dll
		FlashPlugin.dll
		ImageGlow.dll
		jpegimp.dll
		MasPlugin.dll
		opengldriver.dll
		Plasma.dll
		TestPlugin.dll
		texteffect.dll
	DemopajaPlayer.exe
	fmod.dll
	ijl11.dll
	data.dmo
	music.mp3


The demofile you have created with demopaja has to have
name "data.dmo". The music file may be any name, but should
be the same as set in Demopaja properties. The player will
strip the path of and try to load it from the same directory.

All the .DLL files can be found in the Demopaja 0.61B
distribution folder. If you are sure, you may omit some of
the effect DLLs to cut down the demo distribution size.
If you are not sure, include all the plugins DLLs.

The DLLs has the following effects:

AVIPlugin.dll
 - AVI importer and player

blurplugin.dll
 - Blur effect

FlashPlugin.dll
 - Flash .SWF importer and player

ImageGlow.dll
 - Image Glow effect

jpegimp.dll
 - JPEG file importer

MasPlugin.dll
 - .MAS 3D importer and player

opengldriver.dll
 - OpenGL display driver. This plugin must be included!

Plasma.dll
 - Plasma effect

TestPlugin.dll
 - .TGA loader and Image effect

texteffect.dll
 - .mofo font loader and text effect


The initialisation dialog cannot be changed unless you
have some programming skills. If you do, download the full
SDK and recompiled and edit the player example.


--memon
<memon@inside.org>