|
|
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;
|
|
|
|
|
Re: How can I increase the amount of real time per day? [message #30336 is a reply to message #30335] |
Tue, 02 October 2007 01:35 |
|
Keshire
Messages: 1266 Registered: July 2005
|
Administrator
|
|
|
Satan wrote on Tue, 02 October 2007 03:10 | It's SetDaySpeed but the variable isn't in the pc .ini as standard. The setting is for the number of seconds it takes for an in-game day to complete.
The format is:
SetDaySpeed(number of seconds)
This is to be placed below the MaxThingDrawDist line.
I've not tried it on the pc but my old xbox ini looked like this:
SetMaxAnisotropy(4);
RunScript("joystick.ini");
SetMaxAnimatedMeshDist(64);
SetMaxStaticMeshDist(128);
MaxThingDrawDist 128;
SetTimeOfDay(7);
SetDaySpeed(86400);
ActivateQuest("Gameflow");
The number of seconds above is the equivalent of 24 hours.
Feel free to give it a try.
|
Set time works
Set speed doesn't on the PC version
BUUUT. There's a def that controls it. Can't remember which offhand. I'd look at GLOBAL first though.
Apathy Cannot Inspire.
Ambivalence cannot lead.
Loved me. Feared me.
Changed me. Killed me.
Anything would be something.
But nothing is worst of all.
[Updated on: Tue, 02 October 2007 01:36] Report message to a moderator
|
|
|