Difference between revisions of "SWGANH Client Setup Guide"
(New page: {{PageHeader|QA|Client Setup Guide}} Please follow these steps carefully and to the tee, if you have any problems contact Thrin. If you already have an SWG directory installed and patche...) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 28: | Line 28: | ||
10) Change the IP address of the server from 127.0.0.1 to swganh.org (yes, its that simple) so the file should look like this: | 10) Change the IP address of the server from 127.0.0.1 to swganh.org (yes, its that simple) so the file should look like this: | ||
+ | <pre> | ||
[ClientGame] | [ClientGame] | ||
loginServerPort0=44990 | loginServerPort0=44990 | ||
loginServerAddress0=swganh.org | loginServerAddress0=swganh.org | ||
+ | </pre> | ||
11) run swganh from the shortcut previously created for you that should now be on your desktop, login, create a character and TEST! | 11) run swganh from the shortcut previously created for you that should now be on your desktop, login, create a character and TEST! | ||
+ | |||
+ | |||
+ | ==Client Options== | ||
+ | NOTICE: This is a list of all possible client options, intended for reference and advanced use only. These are not typically something you would need or even find advisable to add, especially not all at once. | ||
+ | <pre> | ||
+ | #[SharedNetworkMessages] | ||
+ | #version=20050408-18:00 | ||
+ | |||
+ | #-----General-----# | ||
+ | [ClientGame] | ||
+ | #Auto Login | ||
+ | loginClientID=user | ||
+ | loginClientPassword=password | ||
+ | autoConnectToLoginServer=1 | ||
+ | |||
+ | #Auto Central Server(Character Create | ||
+ | #avatarName=char | ||
+ | #centralServerName=server | ||
+ | #autoConnectToCentralServer=0 | ||
+ | |||
+ | #Auto Zone | ||
+ | #launcherAvatarName=char | ||
+ | #autoConnectToGameServer=1 | ||
+ | #nextAutoConnectToGameServer=1 | ||
+ | |||
+ | #No Nag | ||
+ | skipIntro=1 | ||
+ | skipSplash=1 | ||
+ | invertMouse=0 | ||
+ | |||
+ | #Cool | ||
+ | cuiTest=1 | ||
+ | cuiStringList=1 | ||
+ | testFloor=1 | ||
+ | ambientLightInCells=1 | ||
+ | warpTolerance=5000 | ||
+ | logCombatActionMessages=1 | ||
+ | logCombatPlaybackSelection=1 | ||
+ | forceTrailsOnAllActions=1 | ||
+ | disableCombatSpecialMoveEffects=0 | ||
+ | 0fd345d9=1 | ||
+ | allowShootingDeadTarget=1 | ||
+ | renderProjectilePath=1 | ||
+ | movementSpeed=100.0 | ||
+ | |||
+ | #-----Preload-----# | ||
+ | [ClientObject] | ||
+ | preloadDetailLevels=0 | ||
+ | screenShader=/shader/pt_lightening.sht | ||
+ | |||
+ | [ClientGame] | ||
+ | preloadWorldSnapshot=0 | ||
+ | preloadPlayerMusicManager=0 | ||
+ | |||
+ | [ClientTerrain] | ||
+ | preloadGroups=0 | ||
+ | |||
+ | #-----Speed-----# | ||
+ | useOcclusion=1 | ||
+ | useRealGeometryForOcclusion=1 | ||
+ | |||
+ | #-----Set Paths-----# | ||
+ | [ClientUserInterface] | ||
+ | uiRootPath=ui/ | ||
+ | uiRootName=ui_root.ui | ||
+ | iconPathState=/styles.icon.state | ||
+ | iconPathPosture=/styles.icon.posture | ||
+ | iconPathCommand=/styles.icon.command | ||
+ | |||
+ | |||
+ | #-----WTF-----# | ||
+ | [groundScene] | ||
+ | ParticleEditor=terrain/corelia.trn | ||
+ | |||
+ | [ClientGame/RemoteCreatureController] | ||
+ | renderLineFromClientToServerTransform=1 | ||
+ | renderClientPath=1 | ||
+ | renderServerTransform=1 | ||
+ | logServerMovementData=1 | ||
+ | logBadServerTransforms=1 | ||
+ | renderClientTransform=1 | ||
+ | renderServerPath=1 | ||
+ | reportTransforms=1 | ||
+ | |||
+ | [ClientGame/PlayerCreatureController] | ||
+ | debugReport=1 | ||
+ | debugPrintClosestObject=1 | ||
+ | logTransformUpdates=1 | ||
+ | renderServerTransform=1 | ||
+ | logServerMovementData=1 | ||
+ | |||
+ | [ClientGame/Character] | ||
+ | logCombatManager=1 | ||
+ | |||
+ | [ClientGame/ClientWorld] | ||
+ | concludePlayerOnly=1 | ||
+ | reportWorld=1 | ||
+ | renderTangibleSphereTree=1 | ||
+ | renderTangibleNotTargetableSphereTree=1 | ||
+ | renderTangibleFloraSphereTree=1 | ||
+ | logWorld=1 | ||
+ | |||
+ | [ClientGame/ClientDataTemplateList] | ||
+ | logFetch=1 | ||
+ | |||
+ | [ClientGame/WorldSnapshot] | ||
+ | logWorldSnapshotCreates=1 | ||
+ | reportWorldSnapshotCreates=1 | ||
+ | vtuneWorldSnapshotCreates=1 | ||
+ | debugReport=1 | ||
+ | logUpdate=1 | ||
+ | preloadSomeAssetsLogs=1 | ||
+ | |||
+ | [ClientGame/CreatureController] | ||
+ | logAnimationStatePathActivity=1 | ||
+ | printTargetSource=1 | ||
+ | |||
+ | [ClientGame/TangibleObject] | ||
+ | useTestDamageLevel=1 | ||
+ | logChangedConditions=1 | ||
+ | |||
+ | #-----UI-----# | ||
+ | [ClientUserInterface] | ||
+ | allowTargetAnything=1 | ||
+ | debugExamine=1 | ||
+ | splashTimeoutSeconds=0 | ||
+ | testImageDesignWithNpcs=1 | ||
+ | testGroupWithNpcs=1 | ||
+ | |||
+ | #-----Debug-----# | ||
+ | [Test] | ||
+ | debugReport=1 | ||
+ | |||
+ | [ClientGame] | ||
+ | debugPrint=1 | ||
+ | |||
+ | [ClientUserInterface] | ||
+ | pmDebugOutput=1 | ||
+ | debugShiftStates=1 | ||
+ | showHiddenCommands=1 | ||
+ | |||
+ | [SharedDebug/InstallTimer] | ||
+ | enabled=1 | ||
+ | |||
+ | [SharedDebug] | ||
+ | enabled=1 | ||
+ | logAllReports=1 | ||
+ | strict=0 | ||
+ | |||
+ | [SharedDebug/Profiler] | ||
+ | enabled=1 | ||
+ | |||
+ | [SharedDebug/CallStackCollector] | ||
+ | enabled=1 | ||
+ | |||
+ | [SharedFoundation] | ||
+ | useRemoteDebug=0 | ||
+ | |||
+ | [SharedTerrain] | ||
+ | debugReportLogPrint=1 | ||
+ | debugReportInstall=1 | ||
+ | disableGetHeight=0 #Z=0 | ||
+ | |||
+ | [SharedGame] | ||
+ | debugStringIds=1 | ||
+ | fatalOnBadFormData=0 | ||
+ | spamAsteroidGenerationData=1 | ||
+ | displayBadStringIds=1 | ||
+ | maxCreatureSkillModBonus=25 | ||
+ | imageDesignerVerboseOutput=1 | ||
+ | imageDesignerCosmeticSessionTimeSeconds=0 | ||
+ | imageDesignerPhysicalSessionTimeSeconds=0 | ||
+ | imageDesignerStatMigrationSessionTimeSeconds=0 | ||
+ | |||
+ | #[ClientBugReporting] | ||
+ | #disableToolBugReports=0 | ||
+ | |||
+ | |||
+ | #toolBugReportSmtpServer=monitor.station.sony.com | ||
+ | #toolBugReportSmtpPort=25 | ||
+ | #crashReporterExeName=CrashReporter_r.exe | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | =Client Options #1 (Mugly)= | ||
+ | <pre> | ||
+ | [ChatBubbles] | ||
+ | flags (dword) | ||
+ | |||
+ | [ClientAnimation] | ||
+ | logPriorityHandling (byte) | ||
+ | disableCombatTrumping (byte) | ||
+ | logPlaybackScriptTimeouts (byte) | ||
+ | logUndefinedVariableAccess (byte) | ||
+ | |||
+ | [ClientAudio] | ||
+ | maxCached2dSampleSize (dword) | ||
+ | warnOnMissingHardpoints (byte) | ||
+ | disableMiles (byte) | ||
+ | maxSampleCount (dword) | ||
+ | enabled (byte) | ||
+ | |||
+ | [ClientBugReporting] | ||
+ | disableToolBugReports (byte) | ||
+ | |||
+ | [ClientDirectInput] | ||
+ | useJoysticks (byte) | ||
+ | useJoystick (dword) | ||
+ | useMouse (byte) | ||
+ | windowsKeyEnabledWhenFullscreen (byte) | ||
+ | windowsKeyEnabledWhenWindowed (byte) | ||
+ | enableForceFeedback (byte) | ||
+ | |||
+ | [clientGame] | ||
+ | runWhenMoving (byte) | ||
+ | |||
+ | [ClientGame] | ||
+ | gameBitsToClear (dword) | ||
+ | setJtlRetailIfBetaIsSet (byte) | ||
+ | viewerFlags (dword) | ||
+ | disableLensFlares (byte) | ||
+ | fogDisable (byte) | ||
+ | debugPrint (byte) | ||
+ | allowDefaultTemplateParams (byte) | ||
+ | loginServerPort (dword) | ||
+ | autoConnectToLoginServer (byte) | ||
+ | autoConnectToCentralServer (byte) | ||
+ | autoConnectToGameServer (byte) | ||
+ | nextAutoConnectToGameServer (byte) | ||
+ | autoQuitAfterLoadScreen (byte) | ||
+ | skipIntro (byte) | ||
+ | skipSplash (byte) | ||
+ | hudDisabled (byte) | ||
+ | cuiTest (byte) | ||
+ | cuiStringList (byte) | ||
+ | testFloor (byte) | ||
+ | useCustomInputMaps (byte) | ||
+ | worldSnapshotIgnorePobChanges (byte) | ||
+ | disableRemoteObjectInterpolation (byte) | ||
+ | disableCreatureTurningAnimation (byte) | ||
+ | ambientLightInCells (byte) | ||
+ | loadObjectCount (dword) | ||
+ | logCombatActionMessages (byte) | ||
+ | logCombatPlaybackSelection (byte) | ||
+ | logFireProjectileAction (byte) | ||
+ | logGrenadeLobAction (byte) | ||
+ | logTrailActions (byte) | ||
+ | logCloneWeaponAction (byte) | ||
+ | forceTrailsOnAllActions (byte) | ||
+ | disableCombatSpecialMoveEffects (byte) | ||
+ | playerAttackerCombatPriorityBoost (dword) | ||
+ | playerDefenderCombatPriorityBoost (dword) | ||
+ | logContainerProcessing (byte) | ||
+ | debugPortalCameraPathDragPlayer (byte) | ||
+ | invertMouse (byte) | ||
+ | showAttachmentsInFirstPerson (byte) | ||
+ | characterCreationLoadoutsEnabled (byte) | ||
+ | taskConnectionPort (dword) | ||
+ | autoInviteReject (byte) | ||
+ | preloadWorldSnapshot (byte) | ||
+ | profanityFiltered (byte) | ||
+ | runWhenMoving (byte) | ||
+ | launcherClusterId (dword) | ||
+ | lagRequestDelay (dword) | ||
+ | lagReportThreshold (dword) | ||
+ | showClientRegionChanges (byte) | ||
+ | preloadPlayerMusicManager (byte) | ||
+ | useInteriorLayoutFiles (byte) | ||
+ | allowShootingDeadTarget (byte) | ||
+ | enablePostIncapDeathPostureChangeLockoutPeriod (byte) | ||
+ | maxPlayersPerCluster (dword) | ||
+ | 0fd345d9 (byte) | ||
+ | anonymousCrashReports (byte) | ||
+ | allowCustomerContact (byte) | ||
+ | enableChatLogging (byte) | ||
+ | disableVehicleRiderCombatAnimationState (byte) | ||
+ | shipAutolevelDefault (byte) | ||
+ | disableMovementInventoryOverload (dword) | ||
+ | validateShipParkingLocation (byte) | ||
+ | chatTabMaxTextLines (dword) | ||
+ | chatTabMaxOutputTextLines (dword) | ||
+ | chatTabOutputAverageCharactersPerLine (dword) | ||
+ | logAnimationMoodChanges (byte) | ||
+ | showHealingObject (byte) | ||
+ | doMountSanityChecking (byte) | ||
+ | reportClientStructureFootprintObjectNotification (byte) | ||
+ | reportClientBattlefieldMarkerOutlineObjectNotification (byte) | ||
+ | reportClientPathObjectNotification (byte) | ||
+ | pauseWanderController (byte) | ||
+ | reportBuildingObjectTerrainModificationNotification (byte) | ||
+ | maximumNumberOfCustomerServiceTicketsAllowed (dword) | ||
+ | HideOfflineFriends (byte) | ||
+ | logNetworkTraffic (byte) | ||
+ | AwayFromKeyBoardAuto (byte) | ||
+ | AwayFromKeyBoardMinutes (dword) | ||
+ | logCreateMessages (byte) | ||
+ | testCollision (byte) | ||
+ | renderDetailLevel (byte) | ||
+ | renderProjectilePath (byte) | ||
+ | letterBoxedViewport (byte) | ||
+ | groundSceneNoDraw (byte) | ||
+ | garbageCollectNextFrame (byte) | ||
+ | reportNetworkTraffic (byte) | ||
+ | verifyGuardPatterns (byte) | ||
+ | verifyFreePatterns (byte) | ||
+ | useSpaceHudOnly (byte) | ||
+ | drawClientRegions (byte) | ||
+ | disablePreloadedAssetManager (byte) | ||
+ | renderLotManager (byte) | ||
+ | alwaysAllowStructurePlacement (byte) | ||
+ | |||
+ | [ClientGame/Bloom] | ||
+ | enable (byte) | ||
+ | |||
+ | [ClientGame/Character] | ||
+ | logAnimationEvents (byte) | ||
+ | logCombatManager (byte) | ||
+ | |||
+ | [ClientGame/ClientAsteroidManager] | ||
+ | renderServerAsteroidData (byte) | ||
+ | |||
+ | [ClientGame/ClientDataTemplateList] | ||
+ | logFetch (byte) | ||
+ | |||
+ | [ClientGame/ClientInteriorLayoutManager] | ||
+ | disableLazyInteriorLayoutCreation (byte) | ||
+ | logApplyInteriorLayoutCreates (byte) | ||
+ | |||
+ | [ClientGame/ClientWorld] | ||
+ | concludePlayerOnly (byte) | ||
+ | reportWorld (byte) | ||
+ | renderTangibleSphereTree (byte) | ||
+ | renderTangibleNotTargetableSphereTree (byte) | ||
+ | renderTangibleFloraSphereTree (byte) | ||
+ | logWorld (byte) | ||
+ | |||
+ | [ClientGame/CockpitCamera] | ||
+ | showCockpit (byte) | ||
+ | debugFlagCockpitZoom (byte) | ||
+ | |||
+ | [ClientGame/CollisionCallbacks] | ||
+ | ignoreCollision (byte) | ||
+ | |||
+ | [ClientGame/Combat] | ||
+ | logProjectileCreationFailure (byte) | ||
+ | |||
+ | [ClientGame/CreatureController] | ||
+ | logAnimationStatePathActivity (byte) | ||
+ | printTargetSource (byte) | ||
+ | |||
+ | [ClientGame/Customization] | ||
+ | logUndeclaredCustomizations (byte) | ||
+ | |||
+ | [ClientGame/DustAppearance] | ||
+ | disableRender (byte) | ||
+ | |||
+ | [ClientGame/FreeChaseCamera] | ||
+ | cameraMode (dword) | ||
+ | currentSetting (dword) | ||
+ | |||
+ | [ClientGame/GroundScene] | ||
+ | testSpaceDeathUsingPanorama (byte) | ||
+ | |||
+ | [ClientGame/NebulaManagerClient] | ||
+ | showNebulaQuadFrames (byte) | ||
+ | nebulaQuadSolid (byte) | ||
+ | showNebulaExtents (byte) | ||
+ | lightningEnabled (byte) | ||
+ | printMetrics (byte) | ||
+ | |||
+ | [ClientGame/OverheadMap] | ||
+ | allowRotate (byte) | ||
+ | |||
+ | [ClientGame/PlayerCreatureController] | ||
+ | debugReport (byte) | ||
+ | debugPrintClosestObject (byte) | ||
+ | logTransformUpdates (byte) | ||
+ | renderServerTransform (byte) | ||
+ | logServerMovementData (byte) | ||
+ | |||
+ | [ClientGame/PlayerShipController] | ||
+ | debugReport (byte) | ||
+ | invertPitch (byte) | ||
+ | invertRoll (byte) | ||
+ | renderShipDynamicsModel (byte) | ||
+ | renderServerShipDynamicsModel (byte) | ||
+ | renderShipAppearanceExtent (byte) | ||
+ | renderShipTangibleExtent (byte) | ||
+ | virtualJoystickEnabled (byte) | ||
+ | |||
+ | [ClientGame/PlayerShipTurretController] | ||
+ | invertPitch (byte) | ||
+ | |||
+ | [ClientGame/Posture] | ||
+ | disableCreaturePostureRevert (byte) | ||
+ | |||
+ | [ClientGame/RemoteCreatureController] | ||
+ | disableDeadReckoning (byte) | ||
+ | logBadServerTransforms (byte) | ||
+ | logServerMovementData (byte) | ||
+ | renderClientTransform (byte) | ||
+ | renderServerTransform (byte) | ||
+ | renderLineFromClientToServerTransform (byte) | ||
+ | renderClientPath (byte) | ||
+ | renderServerPath (byte) | ||
+ | disablePathUpdate (byte) | ||
+ | reportTransforms (byte) | ||
+ | |||
+ | [ClientGame/RemoteShipController] | ||
+ | disableModeling (byte) | ||
+ | disableSmoothing (byte) | ||
+ | logHandleNetUpdateTransform* (byte) | ||
+ | renderClientTransform (byte) | ||
+ | renderServerTransform (byte) | ||
+ | renderModeledServerTransform (byte) | ||
+ | renderShipExtent (byte) | ||
+ | |||
+ | [ClientGame/ShipController] | ||
+ | drawTurretTargetLines (byte) | ||
+ | |||
+ | [ClientGame/ShipObject] | ||
+ | logDestructionTimes (byte) | ||
+ | showAvoidancePathOther (byte) | ||
+ | showAvoidancePathSelf (byte) | ||
+ | exaggerateAvoidancePathSelf (byte) | ||
+ | exaggerateAvoidancePathOther (byte) | ||
+ | showOrientation (byte) | ||
+ | |||
+ | [ClientGame/ShipObjectDestruction] | ||
+ | destructShowSplitExplosion (byte) | ||
+ | destructShowDebugExplosionLines (byte) | ||
+ | destructRandomizePlanes (byte) | ||
+ | destructPlayAmbientLoop (byte) | ||
+ | destructPlaySequenceExplosion (byte) | ||
+ | |||
+ | [ClientGame/ShipProjectile] | ||
+ | disableHitEffects (byte) | ||
+ | |||
+ | [ClientGame/SpaceDeath] | ||
+ | hideShipAfterExplosion (byte) | ||
+ | |||
+ | [ClientGame/SpacePreloadedAssetManager] | ||
+ | debugReport (byte) | ||
+ | |||
+ | [ClientGame/SpaceTargetBracketOverlay] | ||
+ | disable (byte) | ||
+ | showTargetStatusForAllShips (byte) | ||
+ | |||
+ | [ClientGame/TangibleObject] | ||
+ | useTestDamageLevel (byte) | ||
+ | logChangedConditions (byte) | ||
+ | |||
+ | [ClientGame/WorldSnapshot] | ||
+ | logWorldSnapshotCreates (byte) | ||
+ | reportWorldSnapshotCreates (byte) | ||
+ | vtuneWorldSnapshotCreates (byte) | ||
+ | debugReport (byte) | ||
+ | logUpdate (byte) | ||
+ | preloadSomeAssetsLogs (byte) | ||
+ | maximumNumberOfCreatesPerFrame (dword) | ||
+ | maximumNumberOfDeletesPerFrame (dword) | ||
+ | |||
+ | [ClientGraphics] | ||
+ | rasterMajor (dword) | ||
+ | screenWidth (dword) | ||
+ | screenHeight (dword) | ||
+ | windowed (byte) | ||
+ | borderlessWindow (byte) | ||
+ | colorBufferBitDepth (dword) | ||
+ | alphaBufferBitDepth (dword) | ||
+ | zBufferBitDepth (dword) | ||
+ | stencilBufferBitDepth (dword) | ||
+ | validateShaderImplementations (byte) | ||
+ | screenShotBackBuffer (byte) | ||
+ | disableMultiStreamVertexBuffers (byte) | ||
+ | nPatchTest (byte) | ||
+ | disableOcclusionCulling (byte) | ||
+ | logBadCustomizationData (byte) | ||
+ | useHardwareMouseCursor (byte) | ||
+ | hardwareMouseCursorUseOriginalAlpha (byte) | ||
+ | constrainMouseCursorToWindow (byte) | ||
+ | enableLightScaling (byte) | ||
+ | discardHighestMipMapLevels (dword) | ||
+ | discardHighestNormalMipMapLevels (dword) | ||
+ | loadAllAssetsRegardlessOfShaderCapability (byte) | ||
+ | loadGpa (byte) | ||
+ | screenShotFormat (dword) | ||
+ | screenShotQuality (dword) | ||
+ | windowX (dword) | ||
+ | windowY (dword) | ||
+ | screenShotNumber (dword) | ||
+ | |||
+ | [ClientGraphics/ShaderPrimitiveSetTemplate] | ||
+ | reportCollision (byte) | ||
+ | logCollisionSplit (byte) | ||
+ | createCollisionDataForNonCollidablePrimitives (byte) | ||
+ | |||
+ | [ClientObject] | ||
+ | forceLowDetailLevels (byte) | ||
+ | forceHighDetailLevels (byte) | ||
+ | preloadDetailLevels (byte) | ||
+ | detailAppearancesWithoutSprites (byte) | ||
+ | disableMeshTestShapes (byte) | ||
+ | fadeInEnabled (byte) | ||
+ | crossFadeEnabled (byte) | ||
+ | maximumNumberOfShaders (dword) | ||
+ | disableShadowVolumeStreamerDetector (byte) | ||
+ | renderShadows (byte) | ||
+ | meshShadows (byte) | ||
+ | skeletalShadows (dword) | ||
+ | reportShadowManager (byte) | ||
+ | permanentlyDisableShadowVolumes (byte) | ||
+ | reportShadowVolume (byte) | ||
+ | renderShadowBlobGeometry (byte) | ||
+ | |||
+ | [ClientObject/DetailAppearanceTemplate] | ||
+ | skipL0 (byte) | ||
+ | |||
+ | [ClientObject/GameCamera] | ||
+ | disableScreenShader (byte) | ||
+ | disableCameraJitter (byte) | ||
+ | |||
+ | [ClientParticle] | ||
+ | disable (byte) | ||
+ | maxQuadParticles (dword) | ||
+ | maxMeshParticles (dword) | ||
+ | maxParticleAttachments (dword) | ||
+ | particlesEnabled (byte) | ||
+ | texturingEnabled (byte) | ||
+ | debugAxisEnabled (byte) | ||
+ | debugExtentsEnabled (byte) | ||
+ | debugParticleOrientationEnabled (byte) | ||
+ | debugVelocityEnabled (byte) | ||
+ | debugWorldTextEnabled (byte) | ||
+ | |||
+ | [ClientProceduralTerrainAppearance_LevelOfDetail] | ||
+ | useHeightBias (byte) | ||
+ | heightBiasMax (dword) | ||
+ | |||
+ | [ClientSkeletalAnimation] | ||
+ | freeShaderPrimitiveFrameCount (dword) | ||
+ | missingLodWarningThreshold (dword) | ||
+ | logStateTraversal (byte) | ||
+ | logActionSelection (byte) | ||
+ | logAnimationLoading (byte) | ||
+ | logAnimationLookup (byte) | ||
+ | logSktCreateDestroy (byte) | ||
+ | logStringSelectorAnimation (byte) | ||
+ | renderPlaybackScriptFeedback (byte) | ||
+ | allowSameTrackTrumping (byte) | ||
+ | logSameTrackTrumping (byte) | ||
+ | lodManagerEnable (byte) | ||
+ | lodManagerEveryOtherFrameSkinningCharacterCount (dword) | ||
+ | lodManagerHardSkinningCharacterCount (dword) | ||
+ | skipActionGenerationFrameCount (dword) | ||
+ | animationMaxValidReferenceCount (dword) | ||
+ | controllerMaxChannelCount (dword) | ||
+ | skeletonSegmentSanityCheckerEnabled (byte) | ||
+ | optimizeSkinnedIndexBuffers (byte) | ||
+ | skipL0 (byte) | ||
+ | disableBatcher (byte) | ||
+ | |||
+ | [ClientSkeletalAnimation/Action] | ||
+ | logSimpleAction (byte) | ||
+ | logMovementAction (byte) | ||
+ | |||
+ | [ClientSkeletalAnimation/Animation] | ||
+ | disableAshXmlSupport (byte) | ||
+ | logLatFileActivity (byte) | ||
+ | disableLatXmlSupport (byte) | ||
+ | |||
+ | [ClientSkeletalAnimation/Character] | ||
+ | logAnimationMessages (byte) | ||
+ | logUnappliedAnimationTime (byte) | ||
+ | checkCompressedKeyframeInvariants (byte) | ||
+ | checkKeyframeInvariants (byte) | ||
+ | logActionGeneratorInfo (byte) | ||
+ | |||
+ | [ClientSkeletalAnimation/LookAtModifier] | ||
+ | disableModifier (byte) | ||
+ | |||
+ | [ClientSkeletalAnimation/TargetModifier] | ||
+ | disableModifier (byte) | ||
+ | |||
+ | [ClientTerrain] | ||
+ | useOcclusion (byte) | ||
+ | useClientServerProceduralTerrainAppearanceTemplate (byte) | ||
+ | useRealGeometryForOcclusion (byte) | ||
+ | terrainMultiThreaded (byte) | ||
+ | radialFloraSortFrontToBack (byte) | ||
+ | showChunkExtents (byte) | ||
+ | heightBiasDisabled (byte) | ||
+ | heightBiasMax (dword) | ||
+ | enableFlora (byte) | ||
+ | preloadGroups (byte) | ||
+ | disableTerrainClouds (byte) | ||
+ | disableTimeOfDay (byte) | ||
+ | useNormalizedTime (byte) | ||
+ | disableTerrainBlending (byte) | ||
+ | shaderGroupUseFirstChildOnly (byte) | ||
+ | disableClouds (byte) | ||
+ | enableLightScaling (byte) | ||
+ | dynamicFarFloraEnabled (byte) | ||
+ | dynamicNearFloraEnabled (byte) | ||
+ | staticNonCollidableFloraEnabled (byte) | ||
+ | maximumNumberOfChunksAllowed (dword) | ||
+ | renderClearFloraEntryMap (byte) | ||
+ | reportClientRadialFloraManager (byte) | ||
+ | noRenderStaticFlora (byte) | ||
+ | renderDetailLevel (byte) | ||
+ | noRenderStars (byte) | ||
+ | reportStars (byte) | ||
+ | noRenderSkyBox (byte) | ||
+ | warmCache (byte) | ||
+ | |||
+ | [ClientTerrain/CelestialObject] | ||
+ | disableCollide (byte) | ||
+ | |||
+ | [ClientTextureRenderer] | ||
+ | disableTextureBaking (byte) | ||
+ | |||
+ | [ClientUserInterface] | ||
+ | installVerbose (byte) | ||
+ | install (byte) | ||
+ | textDropShadow (byte) | ||
+ | chatBubblesEnabled (byte) | ||
+ | chatBubblesMinimized (byte) | ||
+ | chatBubbleEmotesEnabled (byte) | ||
+ | chatBubblesMaxStackHeight (dword) | ||
+ | reticleDeadZoneSizeX (dword) | ||
+ | reticleDeadZoneSizeY (dword) | ||
+ | drawNetworkIds (dword) | ||
+ | drawObjectNames (byte) | ||
+ | drawSelfName (byte) | ||
+ | allowRadialMenuPickup (byte) | ||
+ | allowTargetAnything (byte) | ||
+ | debugExamine (byte) | ||
+ | connectionServerPingPeriodMs (dword) | ||
+ | connectionServerPingWindow (dword) | ||
+ | splashTimeoutSeconds (dword) | ||
+ | enableStartupBugReporting (byte) | ||
+ | showDamageOverHeadOthers (byte) | ||
+ | showDamageOverHeadSelf (byte) | ||
+ | autoJoinChatRoomOnCreate (byte) | ||
+ | chatWindowFontSizeDefaultIndex (dword) | ||
+ | alwaysSetMouseCursor (byte) | ||
+ | chatTimestampEnabled (byte) | ||
+ | testGroupWithNpcs (byte) | ||
+ | testImageDesignWithNpcs (byte) | ||
+ | joystickMovesPointer (byte) | ||
+ | confirmObjDelete (byte) | ||
+ | groundRadarTerrainEnabled (byte) | ||
+ | settingsEnabled (byte) | ||
+ | netStatusEnabled (byte) | ||
+ | pointerModeMouseCameraEnabled (byte) | ||
+ | mouseModeDefault (byte) | ||
+ | turnStrafesDuringMouseModeToggle (byte) | ||
+ | modalChat (byte) | ||
+ | useNewbieTutorial (byte) | ||
+ | chatBoxKeyClick (byte) | ||
+ | useExpMonitor (byte) | ||
+ | targetNothingUntargets (byte) | ||
+ | drawObjectNamesPlayers (byte) | ||
+ | drawObjectNamesGroup (byte) | ||
+ | drawObjectNamesNpcs (byte) | ||
+ | drawObjectNamesGuild (byte) | ||
+ | fatalOnBadKnowledgeBaseEntry (byte) | ||
+ | fatalOnBadPoiEntry (byte) | ||
+ | displayLoadingBoxes (byte) | ||
+ | ui (byte) | ||
+ | strings (byte) | ||
+ | CuiWidget3dObjectListViewerFitRect (byte) | ||
+ | CuiWidget3dObjectListViewer (byte) | ||
+ | CuiWidget3dObjectListViewerCamera (byte) | ||
+ | CuiWidget3dObjectListViewerDebugControls (byte) | ||
+ | canvases (byte) | ||
+ | difficulty (byte) | ||
+ | entangleResistance (byte) | ||
+ | coldResist (byte) | ||
+ | conductivity (byte) | ||
+ | decayResist (byte) | ||
+ | flavor (byte) | ||
+ | heatResist (byte) | ||
+ | malleability (byte) | ||
+ | potentialEnergy (byte) | ||
+ | overallQuality (byte) | ||
+ | shockResistance (byte) | ||
+ | toughness (byte) | ||
+ | testSocialsData (byte) | ||
+ | pmDebugOutput (byte) | ||
+ | vendorTimeout (byte) | ||
+ | autoInviteReject (byte) | ||
+ | drawObjectNamesSigns (byte) | ||
+ | showSystemMessages (byte) | ||
+ | chatAutoEmote (byte) | ||
+ | confirmCrafting (byte) | ||
+ | showPopupHelp (byte) | ||
+ | showIconNames (byte) | ||
+ | useWaypointMonitor (byte) | ||
+ | showWaypointArrowsOnscreen (byte) | ||
+ | dropShadowUiEnabled (byte) | ||
+ | dropShadowObjectNamesEnabled (byte) | ||
+ | rotateInventoryObjects (byte) | ||
+ | showInterestingAppearance (byte) | ||
+ | showModifiersWindow (byte) | ||
+ | showAFKSpeech (byte) | ||
+ | showNPCSpeech (byte) | ||
+ | screenShake (byte) | ||
+ | reticleSelect (dword) | ||
+ | radarSelect (dword) | ||
+ | shipDestroyDetailBias (dword) | ||
+ | shipAutolevel (byte) | ||
+ | autoSortInventoryContents (byte) | ||
+ | autoSortDataPadContents (byte) | ||
+ | pilotMouseMode (dword) | ||
+ | joystickInverted (byte) | ||
+ | povHatMode (dword) | ||
+ | cockpitCameraRecenterOnShipMovement (byte) | ||
+ | useModelessInterface (byte) | ||
+ | showObjectArrowsOnRadar (byte) | ||
+ | showRadarNPCs (byte) | ||
+ | useSwgMouseMap (byte) | ||
+ | mouseModeDefault[Game::ST_ground] (byte) | ||
+ | mouseModeDefault[Game::ST_space] (byte) | ||
+ | modalChat[Game::ST_ground] (byte) | ||
+ | modalChat[Game::ST_space] (byte) | ||
+ | renderVariableTargetingReticle (byte) | ||
+ | settings (byte) | ||
+ | testSkillSystem (byte) | ||
+ | testSkillSystemVerbose (byte) | ||
+ | reticleDeadZoneSize (dword) | ||
+ | debugShiftStates (byte) | ||
+ | mediatorCollection (byte) | ||
+ | transitions (byte) | ||
+ | showHiddenCommands (byte) | ||
+ | allowServiceWindow (byte) | ||
+ | |||
+ | [CuiChatManager] | ||
+ | chatWindowFontSizeDefaultIndex (dword) | ||
+ | chatBoxKeyClick (byte) | ||
+ | chatBoxTimestamp (byte) | ||
+ | chatStyle (dword) | ||
+ | |||
+ | [CuiCombatManager] | ||
+ | showDamageOverHeadOthers (byte) | ||
+ | showDamageOverHeadSelf (byte) | ||
+ | |||
+ | [Direct3d9] | ||
+ | adapter (dword) | ||
+ | useReferenceRasterizer (byte) | ||
+ | usePureDevice (byte) | ||
+ | disableVertexAndPixelShaders (byte) | ||
+ | shaderCapabilityOverride (dword) | ||
+ | allowTearing (byte) | ||
+ | fullscreenRefreshRate (dword) | ||
+ | disableMultiStreamVertexBuffers (byte) | ||
+ | screenShotBackBuffer (byte) | ||
+ | createShaders (byte) | ||
+ | dynamicVertexBufferSize (dword) | ||
+ | dynamicIndexBufferSize (dword) | ||
+ | maxVertexShaderVersion (dword) | ||
+ | maxPixelShaderVersion (dword) | ||
+ | discardDynamicBuffersAtBeginningOfFrame (byte) | ||
+ | vertexProcessingMode (dword) | ||
+ | |||
+ | [SharedCollision] | ||
+ | ignoreTerrainLos (byte) | ||
+ | generateTerrainLos (byte) | ||
+ | |||
+ | [SharedDebug] | ||
+ | strict (byte) | ||
+ | logAllReports (byte) | ||
+ | |||
+ | [SharedDebug/InstallTimer] | ||
+ | enabled (byte) | ||
+ | |||
+ | [SharedFile] | ||
+ | enableAsynchronousLoader (byte) | ||
+ | asynchronousLoaderPriority (dword) | ||
+ | asynchronousLoaderCallbacksPerFrame (dword) | ||
+ | validateIff (byte) | ||
+ | maxSearchPriority (dword) | ||
+ | |||
+ | [SharedFoundation] | ||
+ | noExceptionHandling (byte) | ||
+ | fpuExceptionPrecision (byte) | ||
+ | fpuExceptionUnderflow (byte) | ||
+ | fpuExceptionOverflow (byte) | ||
+ | fpuExceptionZeroDivide (byte) | ||
+ | fpuExceptionDenormal (byte) | ||
+ | fpuExceptionInvalid (byte) | ||
+ | demoMode (byte) | ||
+ | useRemoteDebug (byte) | ||
+ | defaultRemoteDebugPort (dword) | ||
+ | profilerExpandAllBranches (byte) | ||
+ | memoryManagerReportAllocations (byte) | ||
+ | memoryManagerReportOnOutOfMemory (byte) | ||
+ | memoryBlockManagerDebugDumpOnRemove (byte) | ||
+ | fatalCallStackDepth (dword) | ||
+ | warningCallStackDepth (dword) | ||
+ | lookUpCallStackNames (byte) | ||
+ | processPriority (dword) | ||
+ | verboseHardwareLogging (byte) | ||
+ | verboseWarnings (byte) | ||
+ | causeAccessViolation (byte) | ||
+ | memoryBlockManagerForceAllNonShared (byte) | ||
+ | screenWidth (dword) | ||
+ | screenHeight (dword) | ||
+ | windowed (byte) | ||
+ | |||
+ | [SharedGame] | ||
+ | sample (byte) | ||
+ | debugStringIds (byte) | ||
+ | fatalOnBadFormData (byte) | ||
+ | spamAsteroidGenerationData (byte) | ||
+ | displayBadStringIds (byte) | ||
+ | maxCreatureSkillModBonus (dword) | ||
+ | imageDesignerVerboseOutput (byte) | ||
+ | imageDesignerCosmeticSessionTimeSeconds (dword) | ||
+ | imageDesignerPhysicalSessionTimeSeconds (dword) | ||
+ | imageDesignerStatMigrationSessionTimeSeconds (dword) | ||
+ | reportTravelManager (byte) | ||
+ | |||
+ | [SharedGame/AppearanceManager] | ||
+ | verboseWarnings (byte) | ||
+ | |||
+ | [SharedGame/CollisionCallbackManager] | ||
+ | debugReport (byte) | ||
+ | |||
+ | [SharedImage] | ||
+ | sample (byte) | ||
+ | |||
+ | [SharedIoWin] | ||
+ | sample (byte) | ||
+ | |||
+ | [SharedLog] | ||
+ | logNetQueueSize (dword) | ||
+ | logNetReconnectTimeMs (dword) | ||
+ | logReportLogs (byte) | ||
+ | logReportWarnings (byte) | ||
+ | logReportFatals (byte) | ||
+ | logStderr (byte) | ||
+ | |||
+ | [SharedMath] | ||
+ | reportRangeLoopWarnings (byte) | ||
+ | |||
+ | [SharedNetwork] | ||
+ | logAllNetworkTraffic (byte) | ||
+ | crcBytes (dword) | ||
+ | hashTableSize (dword) | ||
+ | incomingBufferSize (dword) | ||
+ | outgoingBufferSize (dword) | ||
+ | maxConnections (dword) | ||
+ | maxRawPacketSize (dword) | ||
+ | maxInstandingPackets (dword) | ||
+ | maxOutstandingBytes (dword) | ||
+ | maxOutstandingPackets (dword) | ||
+ | processOnSend (byte) | ||
+ | processIcmpErrors (byte) | ||
+ | fragmentSize (dword) | ||
+ | pooledPacketMax (dword) | ||
+ | pooledPacketSize (dword) | ||
+ | packetHistoryMax (dword) | ||
+ | oldestUnacknowledgedTimeout (dword) | ||
+ | overflowLimit (dword) | ||
+ | reportStatisticsInterval (dword) | ||
+ | packetSizeWarnThreshold (dword) | ||
+ | packetCountWarnThreshold (dword) | ||
+ | byteCountWarnThreshold (dword) | ||
+ | reportMessages (byte) | ||
+ | congestionWindowMinimum (dword) | ||
+ | stallReportDelay (dword) | ||
+ | enableFlushAndConfirmAllData (byte) | ||
+ | fatalOnConnectionClosed (byte) | ||
+ | logBackloggedPacketThreshold (dword) | ||
+ | useNetworkThread (byte) | ||
+ | networkThreadSleepTimeMs (dword) | ||
+ | keepAliveDelay (dword) | ||
+ | pooledPacketInitial (dword) | ||
+ | maxDataHoldTime (dword) | ||
+ | resendDelayAdjust (dword) | ||
+ | resendDelayPercent (dword) | ||
+ | networkThreadPriority (dword) | ||
+ | noDataTimeout (dword) | ||
+ | reliableOverflowBytes (dword) | ||
+ | icmpErrorRetryPeriod (dword) | ||
+ | maxDataHoldSize (dword) | ||
+ | allowPortRemapping (byte) | ||
+ | useTcp (byte) | ||
+ | tcpMinimumFrame (dword) | ||
+ | reportUdpDisconnects (byte) | ||
+ | reportTcpDisconnects (byte) | ||
+ | logConnectionConstructionDestruction (byte) | ||
+ | logConnectionOpenedClosed (byte) | ||
+ | logConnectionDeferredMessagesWarning (byte) | ||
+ | logConnectionDeferredMessagesWarningInterval (dword) | ||
+ | maxTCPRetries (dword) | ||
+ | logSendingTooMuchData (byte) | ||
+ | networkHandlerDispatchThrottle (byte) | ||
+ | networkHandlerDispatchThrottleTimeMilliseconds (dword) | ||
+ | networkHandlerDispatchQueueSize (dword) | ||
+ | networkHandlerDispatchLogThrottle (byte) | ||
+ | |||
+ | [SharedObject] | ||
+ | allowDisabledPortals (byte) | ||
+ | validateCellContentsAttached (byte) | ||
+ | validateWorld (byte) | ||
+ | logCustomizationDataIssues (byte) | ||
+ | debugAlterChecking (byte) | ||
+ | containerLoopChecking (byte) | ||
+ | containerMaxDepth (dword) | ||
+ | allowDisallowObjectDelete (byte) | ||
+ | objectsAlterChildrenAndContents (byte) | ||
+ | reportPropertySearchStatistics (byte) | ||
+ | logObjectDelete (byte) | ||
+ | validateObjectPosition (byte) | ||
+ | renderPortals (byte) | ||
+ | |||
+ | [SharedObject/AlterScheduler] | ||
+ | alterSchedulerNoAlterScheduleDelay (dword) | ||
+ | report (byte) | ||
+ | suspendExecution (byte) | ||
+ | alwaysAlter (byte) | ||
+ | trackObjectInfo (byte) | ||
+ | |||
+ | [SharedObject/AppearanceTemplateList] | ||
+ | debugReport (byte) | ||
+ | reportTimedTemplates (byte) | ||
+ | debugReportVerbose (byte) | ||
+ | useTimedTemplates (byte) | ||
+ | logCreate (byte) | ||
+ | logFetch (byte) | ||
+ | |||
+ | [SharedObject/LotManager] | ||
+ | logEntries (byte) | ||
+ | debugReport (byte) | ||
+ | |||
+ | [SharedObject/ObjectTemplateList] | ||
+ | logLoadedObjectTemplates (byte) | ||
+ | logFetch (byte) | ||
+ | |||
+ | [SharedPathfinding] | ||
+ | autoCreateBuildingPathNodes (byte) | ||
+ | useCityRegions (byte) | ||
+ | jitterCityWaypoints (byte) | ||
+ | enableDirtyBoxes (byte) | ||
+ | enablePathScrubber (byte) | ||
+ | |||
+ | [SharedRandom] | ||
+ | sample (byte) | ||
+ | |||
+ | [SharedRegex] | ||
+ | sample (byte) | ||
+ | |||
+ | [SharedTerrain] | ||
+ | maximumNumberOfChunksAllowed (dword) | ||
+ | disableGetHeight (byte) | ||
+ | debugReportInstall (byte) | ||
+ | debugReportLogPrint (byte) | ||
+ | disableFloraCaching (byte) | ||
+ | debugReport (byte) | ||
+ | logFloraCreation (byte) | ||
+ | logGetHeightFailures (byte) | ||
+ | |||
+ | [SharedUtility] | ||
+ | disableFileCaching (byte) | ||
+ | chunkSize (dword) | ||
+ | logOptionManager (byte) | ||
+ | |||
+ | [sharedUtility/CurrentUserOptionManager] | ||
+ | verbose (byte) | ||
+ | |||
+ | [Station] | ||
+ | gameFeatures (dword) | ||
+ | subscriptionFeatures (dword) | ||
+ | stationId (dword) | ||
+ | |||
+ | [SwgClientUserInterface] | ||
+ | progressive (byte) | ||
+ | </pre> |
Latest revision as of 06:08, 21 July 2008
QA - Client Setup Guide
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Please follow these steps carefully and to the tee, if you have any problems contact Thrin.
If you already have an SWG directory installed and patched to patch 14 OR further, skip to step 3.
1) Download LaunchPad Enhanced at: http://launchpad.thewildclan.com/ (Please note after using this to install all client files, you will never use it again)
2) Run and install Launchpad enhanced. At setup it will ask you where your main SWG folder is, choose the correct directory and hit open/accept/ok. Finish the rest of the process and load up LPE, LPE will install all of the needed swg client files.
3) Download the ANH setup at : http://truegalaxies.com/swganh_install.exe
4) run and install the swganh_install.exe, Follow the directions and have it extract itself into the main StatWarsGalaxies folder, it will create an swganh folder inside your main SWG directory and it will also create a shortcut on your desktop (YOU CAN ONLY LAUNCH THE GAME FROM THE SHORTCUT ON YOUR DESKTOP)
5) Now open up your swganh folder which is located inside your StarWarsGalaxies folder. You will see a bunch of files and the swganh.exe.
6) download the new and updated swganh.exe at: http://t.swganh.org/swganh%20--%20preview.exe
7) Drag the new swganh -- preview.exe to the swganh folder you had opened in step 5.
8) now delete the file swganh.exe inside the swganh folder and rename swganh -- preview.exe to swganh.exe
9) now we need to configure the servers IP address. Use windows notepad to open up the file swg2uu_login.cfg in your swganh folder
10) Change the IP address of the server from 127.0.0.1 to swganh.org (yes, its that simple) so the file should look like this:
[ClientGame] loginServerPort0=44990 loginServerAddress0=swganh.org
11) run swganh from the shortcut previously created for you that should now be on your desktop, login, create a character and TEST!
Client Options
NOTICE: This is a list of all possible client options, intended for reference and advanced use only. These are not typically something you would need or even find advisable to add, especially not all at once.
#[SharedNetworkMessages] #version=20050408-18:00 #-----General-----# [ClientGame] #Auto Login loginClientID=user loginClientPassword=password autoConnectToLoginServer=1 #Auto Central Server(Character Create #avatarName=char #centralServerName=server #autoConnectToCentralServer=0 #Auto Zone #launcherAvatarName=char #autoConnectToGameServer=1 #nextAutoConnectToGameServer=1 #No Nag skipIntro=1 skipSplash=1 invertMouse=0 #Cool cuiTest=1 cuiStringList=1 testFloor=1 ambientLightInCells=1 warpTolerance=5000 logCombatActionMessages=1 logCombatPlaybackSelection=1 forceTrailsOnAllActions=1 disableCombatSpecialMoveEffects=0 0fd345d9=1 allowShootingDeadTarget=1 renderProjectilePath=1 movementSpeed=100.0 #-----Preload-----# [ClientObject] preloadDetailLevels=0 screenShader=/shader/pt_lightening.sht [ClientGame] preloadWorldSnapshot=0 preloadPlayerMusicManager=0 [ClientTerrain] preloadGroups=0 #-----Speed-----# useOcclusion=1 useRealGeometryForOcclusion=1 #-----Set Paths-----# [ClientUserInterface] uiRootPath=ui/ uiRootName=ui_root.ui iconPathState=/styles.icon.state iconPathPosture=/styles.icon.posture iconPathCommand=/styles.icon.command #-----WTF-----# [groundScene] ParticleEditor=terrain/corelia.trn [ClientGame/RemoteCreatureController] renderLineFromClientToServerTransform=1 renderClientPath=1 renderServerTransform=1 logServerMovementData=1 logBadServerTransforms=1 renderClientTransform=1 renderServerPath=1 reportTransforms=1 [ClientGame/PlayerCreatureController] debugReport=1 debugPrintClosestObject=1 logTransformUpdates=1 renderServerTransform=1 logServerMovementData=1 [ClientGame/Character] logCombatManager=1 [ClientGame/ClientWorld] concludePlayerOnly=1 reportWorld=1 renderTangibleSphereTree=1 renderTangibleNotTargetableSphereTree=1 renderTangibleFloraSphereTree=1 logWorld=1 [ClientGame/ClientDataTemplateList] logFetch=1 [ClientGame/WorldSnapshot] logWorldSnapshotCreates=1 reportWorldSnapshotCreates=1 vtuneWorldSnapshotCreates=1 debugReport=1 logUpdate=1 preloadSomeAssetsLogs=1 [ClientGame/CreatureController] logAnimationStatePathActivity=1 printTargetSource=1 [ClientGame/TangibleObject] useTestDamageLevel=1 logChangedConditions=1 #-----UI-----# [ClientUserInterface] allowTargetAnything=1 debugExamine=1 splashTimeoutSeconds=0 testImageDesignWithNpcs=1 testGroupWithNpcs=1 #-----Debug-----# [Test] debugReport=1 [ClientGame] debugPrint=1 [ClientUserInterface] pmDebugOutput=1 debugShiftStates=1 showHiddenCommands=1 [SharedDebug/InstallTimer] enabled=1 [SharedDebug] enabled=1 logAllReports=1 strict=0 [SharedDebug/Profiler] enabled=1 [SharedDebug/CallStackCollector] enabled=1 [SharedFoundation] useRemoteDebug=0 [SharedTerrain] debugReportLogPrint=1 debugReportInstall=1 disableGetHeight=0 #Z=0 [SharedGame] debugStringIds=1 fatalOnBadFormData=0 spamAsteroidGenerationData=1 displayBadStringIds=1 maxCreatureSkillModBonus=25 imageDesignerVerboseOutput=1 imageDesignerCosmeticSessionTimeSeconds=0 imageDesignerPhysicalSessionTimeSeconds=0 imageDesignerStatMigrationSessionTimeSeconds=0 #[ClientBugReporting] #disableToolBugReports=0 #[email protected] #[email protected] #toolBugReportSmtpServer=monitor.station.sony.com #toolBugReportSmtpPort=25 #crashReporterExeName=CrashReporter_r.exe
Client Options #1 (Mugly)
[ChatBubbles] flags (dword) [ClientAnimation] logPriorityHandling (byte) disableCombatTrumping (byte) logPlaybackScriptTimeouts (byte) logUndefinedVariableAccess (byte) [ClientAudio] maxCached2dSampleSize (dword) warnOnMissingHardpoints (byte) disableMiles (byte) maxSampleCount (dword) enabled (byte) [ClientBugReporting] disableToolBugReports (byte) [ClientDirectInput] useJoysticks (byte) useJoystick (dword) useMouse (byte) windowsKeyEnabledWhenFullscreen (byte) windowsKeyEnabledWhenWindowed (byte) enableForceFeedback (byte) [clientGame] runWhenMoving (byte) [ClientGame] gameBitsToClear (dword) setJtlRetailIfBetaIsSet (byte) viewerFlags (dword) disableLensFlares (byte) fogDisable (byte) debugPrint (byte) allowDefaultTemplateParams (byte) loginServerPort (dword) autoConnectToLoginServer (byte) autoConnectToCentralServer (byte) autoConnectToGameServer (byte) nextAutoConnectToGameServer (byte) autoQuitAfterLoadScreen (byte) skipIntro (byte) skipSplash (byte) hudDisabled (byte) cuiTest (byte) cuiStringList (byte) testFloor (byte) useCustomInputMaps (byte) worldSnapshotIgnorePobChanges (byte) disableRemoteObjectInterpolation (byte) disableCreatureTurningAnimation (byte) ambientLightInCells (byte) loadObjectCount (dword) logCombatActionMessages (byte) logCombatPlaybackSelection (byte) logFireProjectileAction (byte) logGrenadeLobAction (byte) logTrailActions (byte) logCloneWeaponAction (byte) forceTrailsOnAllActions (byte) disableCombatSpecialMoveEffects (byte) playerAttackerCombatPriorityBoost (dword) playerDefenderCombatPriorityBoost (dword) logContainerProcessing (byte) debugPortalCameraPathDragPlayer (byte) invertMouse (byte) showAttachmentsInFirstPerson (byte) characterCreationLoadoutsEnabled (byte) taskConnectionPort (dword) autoInviteReject (byte) preloadWorldSnapshot (byte) profanityFiltered (byte) runWhenMoving (byte) launcherClusterId (dword) lagRequestDelay (dword) lagReportThreshold (dword) showClientRegionChanges (byte) preloadPlayerMusicManager (byte) useInteriorLayoutFiles (byte) allowShootingDeadTarget (byte) enablePostIncapDeathPostureChangeLockoutPeriod (byte) maxPlayersPerCluster (dword) 0fd345d9 (byte) anonymousCrashReports (byte) allowCustomerContact (byte) enableChatLogging (byte) disableVehicleRiderCombatAnimationState (byte) shipAutolevelDefault (byte) disableMovementInventoryOverload (dword) validateShipParkingLocation (byte) chatTabMaxTextLines (dword) chatTabMaxOutputTextLines (dword) chatTabOutputAverageCharactersPerLine (dword) logAnimationMoodChanges (byte) showHealingObject (byte) doMountSanityChecking (byte) reportClientStructureFootprintObjectNotification (byte) reportClientBattlefieldMarkerOutlineObjectNotification (byte) reportClientPathObjectNotification (byte) pauseWanderController (byte) reportBuildingObjectTerrainModificationNotification (byte) maximumNumberOfCustomerServiceTicketsAllowed (dword) HideOfflineFriends (byte) logNetworkTraffic (byte) AwayFromKeyBoardAuto (byte) AwayFromKeyBoardMinutes (dword) logCreateMessages (byte) testCollision (byte) renderDetailLevel (byte) renderProjectilePath (byte) letterBoxedViewport (byte) groundSceneNoDraw (byte) garbageCollectNextFrame (byte) reportNetworkTraffic (byte) verifyGuardPatterns (byte) verifyFreePatterns (byte) useSpaceHudOnly (byte) drawClientRegions (byte) disablePreloadedAssetManager (byte) renderLotManager (byte) alwaysAllowStructurePlacement (byte) [ClientGame/Bloom] enable (byte) [ClientGame/Character] logAnimationEvents (byte) logCombatManager (byte) [ClientGame/ClientAsteroidManager] renderServerAsteroidData (byte) [ClientGame/ClientDataTemplateList] logFetch (byte) [ClientGame/ClientInteriorLayoutManager] disableLazyInteriorLayoutCreation (byte) logApplyInteriorLayoutCreates (byte) [ClientGame/ClientWorld] concludePlayerOnly (byte) reportWorld (byte) renderTangibleSphereTree (byte) renderTangibleNotTargetableSphereTree (byte) renderTangibleFloraSphereTree (byte) logWorld (byte) [ClientGame/CockpitCamera] showCockpit (byte) debugFlagCockpitZoom (byte) [ClientGame/CollisionCallbacks] ignoreCollision (byte) [ClientGame/Combat] logProjectileCreationFailure (byte) [ClientGame/CreatureController] logAnimationStatePathActivity (byte) printTargetSource (byte) [ClientGame/Customization] logUndeclaredCustomizations (byte) [ClientGame/DustAppearance] disableRender (byte) [ClientGame/FreeChaseCamera] cameraMode (dword) currentSetting (dword) [ClientGame/GroundScene] testSpaceDeathUsingPanorama (byte) [ClientGame/NebulaManagerClient] showNebulaQuadFrames (byte) nebulaQuadSolid (byte) showNebulaExtents (byte) lightningEnabled (byte) printMetrics (byte) [ClientGame/OverheadMap] allowRotate (byte) [ClientGame/PlayerCreatureController] debugReport (byte) debugPrintClosestObject (byte) logTransformUpdates (byte) renderServerTransform (byte) logServerMovementData (byte) [ClientGame/PlayerShipController] debugReport (byte) invertPitch (byte) invertRoll (byte) renderShipDynamicsModel (byte) renderServerShipDynamicsModel (byte) renderShipAppearanceExtent (byte) renderShipTangibleExtent (byte) virtualJoystickEnabled (byte) [ClientGame/PlayerShipTurretController] invertPitch (byte) [ClientGame/Posture] disableCreaturePostureRevert (byte) [ClientGame/RemoteCreatureController] disableDeadReckoning (byte) logBadServerTransforms (byte) logServerMovementData (byte) renderClientTransform (byte) renderServerTransform (byte) renderLineFromClientToServerTransform (byte) renderClientPath (byte) renderServerPath (byte) disablePathUpdate (byte) reportTransforms (byte) [ClientGame/RemoteShipController] disableModeling (byte) disableSmoothing (byte) logHandleNetUpdateTransform* (byte) renderClientTransform (byte) renderServerTransform (byte) renderModeledServerTransform (byte) renderShipExtent (byte) [ClientGame/ShipController] drawTurretTargetLines (byte) [ClientGame/ShipObject] logDestructionTimes (byte) showAvoidancePathOther (byte) showAvoidancePathSelf (byte) exaggerateAvoidancePathSelf (byte) exaggerateAvoidancePathOther (byte) showOrientation (byte) [ClientGame/ShipObjectDestruction] destructShowSplitExplosion (byte) destructShowDebugExplosionLines (byte) destructRandomizePlanes (byte) destructPlayAmbientLoop (byte) destructPlaySequenceExplosion (byte) [ClientGame/ShipProjectile] disableHitEffects (byte) [ClientGame/SpaceDeath] hideShipAfterExplosion (byte) [ClientGame/SpacePreloadedAssetManager] debugReport (byte) [ClientGame/SpaceTargetBracketOverlay] disable (byte) showTargetStatusForAllShips (byte) [ClientGame/TangibleObject] useTestDamageLevel (byte) logChangedConditions (byte) [ClientGame/WorldSnapshot] logWorldSnapshotCreates (byte) reportWorldSnapshotCreates (byte) vtuneWorldSnapshotCreates (byte) debugReport (byte) logUpdate (byte) preloadSomeAssetsLogs (byte) maximumNumberOfCreatesPerFrame (dword) maximumNumberOfDeletesPerFrame (dword) [ClientGraphics] rasterMajor (dword) screenWidth (dword) screenHeight (dword) windowed (byte) borderlessWindow (byte) colorBufferBitDepth (dword) alphaBufferBitDepth (dword) zBufferBitDepth (dword) stencilBufferBitDepth (dword) validateShaderImplementations (byte) screenShotBackBuffer (byte) disableMultiStreamVertexBuffers (byte) nPatchTest (byte) disableOcclusionCulling (byte) logBadCustomizationData (byte) useHardwareMouseCursor (byte) hardwareMouseCursorUseOriginalAlpha (byte) constrainMouseCursorToWindow (byte) enableLightScaling (byte) discardHighestMipMapLevels (dword) discardHighestNormalMipMapLevels (dword) loadAllAssetsRegardlessOfShaderCapability (byte) loadGpa (byte) screenShotFormat (dword) screenShotQuality (dword) windowX (dword) windowY (dword) screenShotNumber (dword) [ClientGraphics/ShaderPrimitiveSetTemplate] reportCollision (byte) logCollisionSplit (byte) createCollisionDataForNonCollidablePrimitives (byte) [ClientObject] forceLowDetailLevels (byte) forceHighDetailLevels (byte) preloadDetailLevels (byte) detailAppearancesWithoutSprites (byte) disableMeshTestShapes (byte) fadeInEnabled (byte) crossFadeEnabled (byte) maximumNumberOfShaders (dword) disableShadowVolumeStreamerDetector (byte) renderShadows (byte) meshShadows (byte) skeletalShadows (dword) reportShadowManager (byte) permanentlyDisableShadowVolumes (byte) reportShadowVolume (byte) renderShadowBlobGeometry (byte) [ClientObject/DetailAppearanceTemplate] skipL0 (byte) [ClientObject/GameCamera] disableScreenShader (byte) disableCameraJitter (byte) [ClientParticle] disable (byte) maxQuadParticles (dword) maxMeshParticles (dword) maxParticleAttachments (dword) particlesEnabled (byte) texturingEnabled (byte) debugAxisEnabled (byte) debugExtentsEnabled (byte) debugParticleOrientationEnabled (byte) debugVelocityEnabled (byte) debugWorldTextEnabled (byte) [ClientProceduralTerrainAppearance_LevelOfDetail] useHeightBias (byte) heightBiasMax (dword) [ClientSkeletalAnimation] freeShaderPrimitiveFrameCount (dword) missingLodWarningThreshold (dword) logStateTraversal (byte) logActionSelection (byte) logAnimationLoading (byte) logAnimationLookup (byte) logSktCreateDestroy (byte) logStringSelectorAnimation (byte) renderPlaybackScriptFeedback (byte) allowSameTrackTrumping (byte) logSameTrackTrumping (byte) lodManagerEnable (byte) lodManagerEveryOtherFrameSkinningCharacterCount (dword) lodManagerHardSkinningCharacterCount (dword) skipActionGenerationFrameCount (dword) animationMaxValidReferenceCount (dword) controllerMaxChannelCount (dword) skeletonSegmentSanityCheckerEnabled (byte) optimizeSkinnedIndexBuffers (byte) skipL0 (byte) disableBatcher (byte) [ClientSkeletalAnimation/Action] logSimpleAction (byte) logMovementAction (byte) [ClientSkeletalAnimation/Animation] disableAshXmlSupport (byte) logLatFileActivity (byte) disableLatXmlSupport (byte) [ClientSkeletalAnimation/Character] logAnimationMessages (byte) logUnappliedAnimationTime (byte) checkCompressedKeyframeInvariants (byte) checkKeyframeInvariants (byte) logActionGeneratorInfo (byte) [ClientSkeletalAnimation/LookAtModifier] disableModifier (byte) [ClientSkeletalAnimation/TargetModifier] disableModifier (byte) [ClientTerrain] useOcclusion (byte) useClientServerProceduralTerrainAppearanceTemplate (byte) useRealGeometryForOcclusion (byte) terrainMultiThreaded (byte) radialFloraSortFrontToBack (byte) showChunkExtents (byte) heightBiasDisabled (byte) heightBiasMax (dword) enableFlora (byte) preloadGroups (byte) disableTerrainClouds (byte) disableTimeOfDay (byte) useNormalizedTime (byte) disableTerrainBlending (byte) shaderGroupUseFirstChildOnly (byte) disableClouds (byte) enableLightScaling (byte) dynamicFarFloraEnabled (byte) dynamicNearFloraEnabled (byte) staticNonCollidableFloraEnabled (byte) maximumNumberOfChunksAllowed (dword) renderClearFloraEntryMap (byte) reportClientRadialFloraManager (byte) noRenderStaticFlora (byte) renderDetailLevel (byte) noRenderStars (byte) reportStars (byte) noRenderSkyBox (byte) warmCache (byte) [ClientTerrain/CelestialObject] disableCollide (byte) [ClientTextureRenderer] disableTextureBaking (byte) [ClientUserInterface] installVerbose (byte) install (byte) textDropShadow (byte) chatBubblesEnabled (byte) chatBubblesMinimized (byte) chatBubbleEmotesEnabled (byte) chatBubblesMaxStackHeight (dword) reticleDeadZoneSizeX (dword) reticleDeadZoneSizeY (dword) drawNetworkIds (dword) drawObjectNames (byte) drawSelfName (byte) allowRadialMenuPickup (byte) allowTargetAnything (byte) debugExamine (byte) connectionServerPingPeriodMs (dword) connectionServerPingWindow (dword) splashTimeoutSeconds (dword) enableStartupBugReporting (byte) showDamageOverHeadOthers (byte) showDamageOverHeadSelf (byte) autoJoinChatRoomOnCreate (byte) chatWindowFontSizeDefaultIndex (dword) alwaysSetMouseCursor (byte) chatTimestampEnabled (byte) testGroupWithNpcs (byte) testImageDesignWithNpcs (byte) joystickMovesPointer (byte) confirmObjDelete (byte) groundRadarTerrainEnabled (byte) settingsEnabled (byte) netStatusEnabled (byte) pointerModeMouseCameraEnabled (byte) mouseModeDefault (byte) turnStrafesDuringMouseModeToggle (byte) modalChat (byte) useNewbieTutorial (byte) chatBoxKeyClick (byte) useExpMonitor (byte) targetNothingUntargets (byte) drawObjectNamesPlayers (byte) drawObjectNamesGroup (byte) drawObjectNamesNpcs (byte) drawObjectNamesGuild (byte) fatalOnBadKnowledgeBaseEntry (byte) fatalOnBadPoiEntry (byte) displayLoadingBoxes (byte) ui (byte) strings (byte) CuiWidget3dObjectListViewerFitRect (byte) CuiWidget3dObjectListViewer (byte) CuiWidget3dObjectListViewerCamera (byte) CuiWidget3dObjectListViewerDebugControls (byte) canvases (byte) difficulty (byte) entangleResistance (byte) coldResist (byte) conductivity (byte) decayResist (byte) flavor (byte) heatResist (byte) malleability (byte) potentialEnergy (byte) overallQuality (byte) shockResistance (byte) toughness (byte) testSocialsData (byte) pmDebugOutput (byte) vendorTimeout (byte) autoInviteReject (byte) drawObjectNamesSigns (byte) showSystemMessages (byte) chatAutoEmote (byte) confirmCrafting (byte) showPopupHelp (byte) showIconNames (byte) useWaypointMonitor (byte) showWaypointArrowsOnscreen (byte) dropShadowUiEnabled (byte) dropShadowObjectNamesEnabled (byte) rotateInventoryObjects (byte) showInterestingAppearance (byte) showModifiersWindow (byte) showAFKSpeech (byte) showNPCSpeech (byte) screenShake (byte) reticleSelect (dword) radarSelect (dword) shipDestroyDetailBias (dword) shipAutolevel (byte) autoSortInventoryContents (byte) autoSortDataPadContents (byte) pilotMouseMode (dword) joystickInverted (byte) povHatMode (dword) cockpitCameraRecenterOnShipMovement (byte) useModelessInterface (byte) showObjectArrowsOnRadar (byte) showRadarNPCs (byte) useSwgMouseMap (byte) mouseModeDefault[Game::ST_ground] (byte) mouseModeDefault[Game::ST_space] (byte) modalChat[Game::ST_ground] (byte) modalChat[Game::ST_space] (byte) renderVariableTargetingReticle (byte) settings (byte) testSkillSystem (byte) testSkillSystemVerbose (byte) reticleDeadZoneSize (dword) debugShiftStates (byte) mediatorCollection (byte) transitions (byte) showHiddenCommands (byte) allowServiceWindow (byte) [CuiChatManager] chatWindowFontSizeDefaultIndex (dword) chatBoxKeyClick (byte) chatBoxTimestamp (byte) chatStyle (dword) [CuiCombatManager] showDamageOverHeadOthers (byte) showDamageOverHeadSelf (byte) [Direct3d9] adapter (dword) useReferenceRasterizer (byte) usePureDevice (byte) disableVertexAndPixelShaders (byte) shaderCapabilityOverride (dword) allowTearing (byte) fullscreenRefreshRate (dword) disableMultiStreamVertexBuffers (byte) screenShotBackBuffer (byte) createShaders (byte) dynamicVertexBufferSize (dword) dynamicIndexBufferSize (dword) maxVertexShaderVersion (dword) maxPixelShaderVersion (dword) discardDynamicBuffersAtBeginningOfFrame (byte) vertexProcessingMode (dword) [SharedCollision] ignoreTerrainLos (byte) generateTerrainLos (byte) [SharedDebug] strict (byte) logAllReports (byte) [SharedDebug/InstallTimer] enabled (byte) [SharedFile] enableAsynchronousLoader (byte) asynchronousLoaderPriority (dword) asynchronousLoaderCallbacksPerFrame (dword) validateIff (byte) maxSearchPriority (dword) [SharedFoundation] noExceptionHandling (byte) fpuExceptionPrecision (byte) fpuExceptionUnderflow (byte) fpuExceptionOverflow (byte) fpuExceptionZeroDivide (byte) fpuExceptionDenormal (byte) fpuExceptionInvalid (byte) demoMode (byte) useRemoteDebug (byte) defaultRemoteDebugPort (dword) profilerExpandAllBranches (byte) memoryManagerReportAllocations (byte) memoryManagerReportOnOutOfMemory (byte) memoryBlockManagerDebugDumpOnRemove (byte) fatalCallStackDepth (dword) warningCallStackDepth (dword) lookUpCallStackNames (byte) processPriority (dword) verboseHardwareLogging (byte) verboseWarnings (byte) causeAccessViolation (byte) memoryBlockManagerForceAllNonShared (byte) screenWidth (dword) screenHeight (dword) windowed (byte) [SharedGame] sample (byte) debugStringIds (byte) fatalOnBadFormData (byte) spamAsteroidGenerationData (byte) displayBadStringIds (byte) maxCreatureSkillModBonus (dword) imageDesignerVerboseOutput (byte) imageDesignerCosmeticSessionTimeSeconds (dword) imageDesignerPhysicalSessionTimeSeconds (dword) imageDesignerStatMigrationSessionTimeSeconds (dword) reportTravelManager (byte) [SharedGame/AppearanceManager] verboseWarnings (byte) [SharedGame/CollisionCallbackManager] debugReport (byte) [SharedImage] sample (byte) [SharedIoWin] sample (byte) [SharedLog] logNetQueueSize (dword) logNetReconnectTimeMs (dword) logReportLogs (byte) logReportWarnings (byte) logReportFatals (byte) logStderr (byte) [SharedMath] reportRangeLoopWarnings (byte) [SharedNetwork] logAllNetworkTraffic (byte) crcBytes (dword) hashTableSize (dword) incomingBufferSize (dword) outgoingBufferSize (dword) maxConnections (dword) maxRawPacketSize (dword) maxInstandingPackets (dword) maxOutstandingBytes (dword) maxOutstandingPackets (dword) processOnSend (byte) processIcmpErrors (byte) fragmentSize (dword) pooledPacketMax (dword) pooledPacketSize (dword) packetHistoryMax (dword) oldestUnacknowledgedTimeout (dword) overflowLimit (dword) reportStatisticsInterval (dword) packetSizeWarnThreshold (dword) packetCountWarnThreshold (dword) byteCountWarnThreshold (dword) reportMessages (byte) congestionWindowMinimum (dword) stallReportDelay (dword) enableFlushAndConfirmAllData (byte) fatalOnConnectionClosed (byte) logBackloggedPacketThreshold (dword) useNetworkThread (byte) networkThreadSleepTimeMs (dword) keepAliveDelay (dword) pooledPacketInitial (dword) maxDataHoldTime (dword) resendDelayAdjust (dword) resendDelayPercent (dword) networkThreadPriority (dword) noDataTimeout (dword) reliableOverflowBytes (dword) icmpErrorRetryPeriod (dword) maxDataHoldSize (dword) allowPortRemapping (byte) useTcp (byte) tcpMinimumFrame (dword) reportUdpDisconnects (byte) reportTcpDisconnects (byte) logConnectionConstructionDestruction (byte) logConnectionOpenedClosed (byte) logConnectionDeferredMessagesWarning (byte) logConnectionDeferredMessagesWarningInterval (dword) maxTCPRetries (dword) logSendingTooMuchData (byte) networkHandlerDispatchThrottle (byte) networkHandlerDispatchThrottleTimeMilliseconds (dword) networkHandlerDispatchQueueSize (dword) networkHandlerDispatchLogThrottle (byte) [SharedObject] allowDisabledPortals (byte) validateCellContentsAttached (byte) validateWorld (byte) logCustomizationDataIssues (byte) debugAlterChecking (byte) containerLoopChecking (byte) containerMaxDepth (dword) allowDisallowObjectDelete (byte) objectsAlterChildrenAndContents (byte) reportPropertySearchStatistics (byte) logObjectDelete (byte) validateObjectPosition (byte) renderPortals (byte) [SharedObject/AlterScheduler] alterSchedulerNoAlterScheduleDelay (dword) report (byte) suspendExecution (byte) alwaysAlter (byte) trackObjectInfo (byte) [SharedObject/AppearanceTemplateList] debugReport (byte) reportTimedTemplates (byte) debugReportVerbose (byte) useTimedTemplates (byte) logCreate (byte) logFetch (byte) [SharedObject/LotManager] logEntries (byte) debugReport (byte) [SharedObject/ObjectTemplateList] logLoadedObjectTemplates (byte) logFetch (byte) [SharedPathfinding] autoCreateBuildingPathNodes (byte) useCityRegions (byte) jitterCityWaypoints (byte) enableDirtyBoxes (byte) enablePathScrubber (byte) [SharedRandom] sample (byte) [SharedRegex] sample (byte) [SharedTerrain] maximumNumberOfChunksAllowed (dword) disableGetHeight (byte) debugReportInstall (byte) debugReportLogPrint (byte) disableFloraCaching (byte) debugReport (byte) logFloraCreation (byte) logGetHeightFailures (byte) [SharedUtility] disableFileCaching (byte) chunkSize (dword) logOptionManager (byte) [sharedUtility/CurrentUserOptionManager] verbose (byte) [Station] gameFeatures (dword) subscriptionFeatures (dword) stationId (dword) [SwgClientUserInterface] progressive (byte)