Keshire
Modder
- Joined
- Mar 9, 2007
- Messages
- 271
- Reaction score
- 113
- Points
- 115
user.ini
userst.ini
finalalbion.qst
Commands that don't exist:
	
	
	
		
Dug these out of the exe:
	
	
	
		
				
			userst.ini
finalalbion.qst
Commands that don't exist:
		Code:
	
	//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);
PresentImmediate FALSE;
ShowDevFrontEnd FALSE;
AllowDebugProfile FALSE;
SetMaxAnisotropy(4);
SetMaxAnimatedMeshDist(64);
SetMaxStaticMeshDist(128);
MaxThingDrawDist 128;
SetPlatform2DGain(0.6);Dug these out of the exe:
		Code:
	
	UseRetailSaveGameSystem
UseDemandPaging
UseHighDetailQuadTree
SetTimeOfDay
SetDaySpeed
SetLightScene
SetOrientationFromDirection
SetOrientationFromGame
ie: AddQuest("ShowTargetedThingHealth",		FALSE);
ShowCursor
ShowEnemyHealth
ShowReadingWindow
ShowTargetedThingHealth 
ShowTargetedThingsHealth
ShowTargetingStatus
ShowWindow
It'd be interesting if these worked...
 Enable2D  
 Enable2DAnimatedMeshes  
 Enable2DPrimitives  
 Enable2DSprites  
 Enable2DStaticMeshes  
 EnableAnimatedMeshes  
 EnableBlackScreenSubtitles  
 EnableChangingPrimitives  
 EnableCreatureAutoPlacing  
 EnableDecals  
 EnableDithering  
 EnableFlareSprites  
 EnableFollowersEnemyProxy  
 EnableGroupDecals  
 EnableIME  
 EnableLandscape  
 EnableLines  
 EnablePrimitives  
 EnableRepeatedMeshes  
 EnableScreenEffectColourFilter  
 EnableScreenEffectDisplacementRenderer  
 EnableScreenEffectGlowRenderer  
 EnableScreenEffectOutlineGlow  
 EnableScreenEffectRadialBlurRenderer  
 EnableShadows  
 EnableSky  
 EnableSounds  
 EnableSprites  
 EnableSpriteTrails  
 EnableStaticMeshes  
 EnableWater  
 EnableWeaponTrails  
 EnableWeather  
 EnableWindow  
 EnableZS  
 EnableZSprites 
	 
 
		