home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1996 August
/
PowerPlay0896.bin
/
setup
/
data.z
/
UMix.ini
< prev
Wrap
Text File
|
1996-05-13
|
2KB
|
53 lines
//****************************************************************************
//
// umix.ini Ultimate Mix initialization file. Contains environment
// variables in a format similar to Windows ini-files. Use
// ';' or '//' for comments. All blanks and tabs are stripped.
// Every line must contain a variable name, a '=' and a value
// to be valid.
//
// (C) Copyright 1994, 1995, 1996 by Gregor vom Scheidt.
// All rights reserved. Copying, modification, distribution or
// publication without the prior written consent of the author
// is prohibited.
//
// Modifications:
// DATE AUTHOR DESCRIPTION
// 270396 Gregor Created.
//****************************************************************************
// this is the object database from which the game is instantiated
ArchiveFile = server.wad
GameInstanceScript = 4898
UMixInventoryID = 10856
ObjectUnitsPerCycle = 20000
// all error output is spooled to this file:
ErrorLogFile = errors.log
// If we want the server to open a local monitor, we use the
// following variables to configure it:
MonitorDefault = DirectX // DIBSection
MonitorWindowWidth = 640
MonitorWindowHeight = 480
MonitorWindowLeft = 100
MonitorWindowTop = 100
MonitorFramerate = 100 // max. frames per second
// internal CD-Rom/Sound settings
SecondDiv = 2
MinReadTime = 2000
CycleTime = 4000
SeekTime = 600
// these paths describe the location of the
// movie and sound files. If a '.' is given,
// they are in the .exe file's directory
MoviePath = .
SoundPath = .
DirectoryOnExit = \
ExecuteOnExit = SingIntr.exe