Re: How can I increase the amount of real time per day? [message #30320 is a reply to message #30312] |
Mon, 01 October 2007 20:13 |
lothre
Messages: 2 Registered: October 2007
|
|
|
|
this is everything in the userst.ini file, im just not seeing the variable or script line for it...hmmm
//Don't mess
SetRunScripts(true);
SetPlayCD(false);
SetPlayIntro(false);
SetSound(true);
SetFullscreen(true);
SetForcePrimaryDevice(true);
SetSkipFrontend(FALSE);
SetMaxTextureSize(2048);
SetCompressedTextures(true);
SetDefinitionValidation(false);
SetUseOldWeaponTrails(false);
//****** Select your resolution
SetResolution(1024, 768, 16);
SetZBufferDepth(32);
SetTripleBuffering(BFALSE);
SetLevel("FinalAlbion.wld");
UseLevelWAD TRUE;
PresentImmediate FALSE;
ShowDevFrontEnd FALSE;
AllowDebugProfile FALSE;
SetStartingHolySite("NOVStartHSP");
EnableCodeSectionLoading(true);
UseCompiledDefs TRUE;
UseCompiledWorldFiles TRUE;
UseCompiledGlobalThings TRUE;
UseCompiledAnimationEvents TRUE;
AllowDataGeneration FALSE;
UseCompiledSoundSymbols TRUE;
UseRetailBanks TRUE;
RunFromDVD TRUE;
UsePhysicalDVD TRUE;
|
|
|