Unlisted:
UseRetailSaveGameSystem
UseDemandPaging
UseHighDetailQuadTree
SetTimeOfDay
SetDaySpeed
Don't exist in the exe:
//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);
Stuff I'm unsure of:
SetLightScene
SetOrientationFromDirection
SetOrientationFromGame
ShowCursor
ShowEnemyHealth
ShowReadingWindow
ShowTargetedThingHealth
ie: AddQuest("ShowTargetedThingHealth", FALSE);
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