MOPPI DEMOPAJA SOFTWARE DEVELOPMENT KIT (Moppi Demopaja SDK) Copyright (c) 2000, 2001 Moppi Productions. All Rights Reserved. LICENSE AND WARRANTY The Moppi Demopaja SDK is free for non-commercial usage. If you wish to use the software commercially contact the author. This software development kit is provided "AS IS", with out warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchanbility and/or fitness for a particular purpose. The author shall not be held liable for any damage to you, your computer, or to anyone or anything else, that may result from its use or misuse. You use this software development kit at your own risk. Usage of this software development kit indicates your acceptance of this license agreement and warranty. This software development kit can be distributed unmodified with no restrictions, provided any charge is to cover distribution costs only. This software development kit can be freely placed on CDs or magazine floppy disks, etc. with a permission of the author. All trademarks and other registered names contained in the Moppi Demopaja SDK package are the property of their respective owners. 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: 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