Options file structure: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
[[Issue 12]] introduced the ability to save in-game options. This article aims to document the format/syntax of the text files created. The {{slashcommand|option_save}} and {{slashcommand|option_save_file|path}} commands save a text file, either in the installation folder or to a specified file path. The | [[Issue 12]] introduced the ability to save in-game options. This article aims to document the format/syntax of the text files created. The {{slashcommand|option_save}} and {{slashcommand|option_save_file|path}} commands save a text file, either in the installation folder or to a specified file path. The values in the file depend on what has been set in the [[The Players' Guide to the Cities/User Interface/Options Window|Options Window]] or by the {{slashcommand|Option_set}} command. Below is the contents of the default Options.txt file from when the game is initially installed. | ||
== Default Structure == | == Default Structure == | ||
< | <pre> | ||
MouseSpeed 1.000000 | |||
SpeedTurn 3.000000 | |||
MouseInvert 1 | |||
ChatFade 0 | |||
Chat1Fade 0 | |||
Chat2Fade 0 | |||
Chat3Fade 0 | |||
Chat4Fade 0 | |||
CompassFade 0 | |||
UseToolTips 1 | |||
AllowProfanity 0 | |||
ShowBallons 1 | |||
DeclineGifts 0 | |||
DeclineGiftsFromTeammates 0 | |||
PromptTeleportFromTeammates 0 | |||
ShowPets 0 | |||
LockTrayNumbers 0 | |||
HideContactIcons 0 | |||
ShowAllStoreBoosts 0 | |||
WebHideBadges 0 | |||
WebHideFriends 0 | |||
WindowFade 0 | |||
EnableChatLog 0 | |||
HideHeader 0 | |||
HideButtons 0 | |||
EnableClickToMove 0 | |||
DisableDrag 0 | |||
gShowPetBuffs 0 | |||
PreventPetIconDrag 0 | |||
ShowPetControls 0 | |||
AdvancedPetControls 0 | |||
ChatDisablePetSay 0 | |||
ChatEnablePetTeamSay 0 | |||
TeamComplete 0 | |||
HidePetNames 0 | |||
HidePromptPlaceEnhancement 0 | |||
HidePromptDeleteEnhancement 0 | |||
HidePromptDeleteSalvage 0 | |||
HidePromptDeleteRecipe 0 | |||
HideInspirationFullMsg 0 | |||
HideSalvageFullMsg 0 | |||
HideRecipeFullMsg 0 | |||
HideEnhancementFullMsg 0 | |||
ShowEnemyTells 1 | |||
SeeEnemyBroadcast 1 | |||
DoNotSeeEnemyLocal 0 | |||
HidePromptCoop 0 | |||
StaticColorsPerName 0 | |||
ContactSort 0 | |||
RecipeHideMissingParts 0 | |||
RecipeHideUnowned 0 | |||
RecipeHideMissingPartsBench 0 | |||
RecipeHideUnownedBench 0 | |||
AutoDeclineSuperGroupInvite 0 | |||
AutoDeclineTradeInvite 0 | |||
CamFree 0 | |||
ToolTipDelaySec 0.600000 | |||
ShowArchetype 2 | |||
ShowSupergroup 2 | |||
ShowPlayerName 1 | |||
ShowPlayerBars 6 | |||
ShowVillainName 6 | |||
ShowVillainBars 6 | |||
ShowPlayerReticles 6 | |||
ShowVillainReticles 6 | |||
ShowAssistReticles 6 | |||
ShowOwnerName 0 | |||
MousePitchSetting 0 | |||
MapOptions bffffefe | |||
BuffSettings 0 | |||
ChatBubbleColor1 0 | |||
ChatBubbleColor2 ffffffff | |||
DefaultChatFontSize 12 | |||
MouseButtonReverse 0 | |||
DisableCameraShake 0 | |||
DisableMouseScroll 0 | |||
LogPrivateMessages 0 | |||
ShowPlayerRating 6 | |||
DisableLoadingTips 0 | |||
MouseScrollSpeed 20.000000 | |||
EnableJoystick 1 | |||
FadeExtraTrays 0 | |||
ArchitectNav 1 | |||
ArchitectToolTips 1 | |||
ArchitectAutoSave 1 | |||
NoXP 0 | |||
ArchitectBlockComment 0 | |||
AutoAcceptTeamLevelAbove 0 | |||
AutoAcceptTeamLevelBelow 0 | |||
DisableEmail 0 | |||
FriendSGEmailOnly 0 | |||
NoXPExemplar 0 | |||
HideFee 0 | |||
HideSalvageWarning 0 | |||
GmailFriendOnly 0 | |||
UseOldTeamUI 0 | |||
HideUnclaimableCert 0 | |||
BlinkCertifications 1 | |||
VoucherPrompt 0 | |||
NewCertPrompt 0 | |||
HidePromptUnslotEnhancement 0 | |||
MapOptionRevision 4 | |||
MapOptions2 e | |||
OpenSalvageWarning 0 | |||
HidePromptBooster 0 | |||
HidePromptCatalyst 0 | |||
AutoFlipSuperPackCards 0 | |||
HideConvertConfirmPrompt 0 | |||
HideStorePiecesState 0 | |||
CursorScale 1.000000 | |||
</pre> | |||
{{Navbox Option Commands}} | {{Navbox Option Commands}} | ||
[[Category:Game Client]] | [[Category:Game Client]] |
Revision as of 21:08, 12 February 2024
Overview
Issue 12 introduced the ability to save in-game options. This article aims to document the format/syntax of the text files created. The /option_save and /option_save_file path commands save a text file, either in the installation folder or to a specified file path. The values in the file depend on what has been set in the Options Window or by the /Option_set command. Below is the contents of the default Options.txt file from when the game is initially installed.
Default Structure
MouseSpeed 1.000000 SpeedTurn 3.000000 MouseInvert 1 ChatFade 0 Chat1Fade 0 Chat2Fade 0 Chat3Fade 0 Chat4Fade 0 CompassFade 0 UseToolTips 1 AllowProfanity 0 ShowBallons 1 DeclineGifts 0 DeclineGiftsFromTeammates 0 PromptTeleportFromTeammates 0 ShowPets 0 LockTrayNumbers 0 HideContactIcons 0 ShowAllStoreBoosts 0 WebHideBadges 0 WebHideFriends 0 WindowFade 0 EnableChatLog 0 HideHeader 0 HideButtons 0 EnableClickToMove 0 DisableDrag 0 gShowPetBuffs 0 PreventPetIconDrag 0 ShowPetControls 0 AdvancedPetControls 0 ChatDisablePetSay 0 ChatEnablePetTeamSay 0 TeamComplete 0 HidePetNames 0 HidePromptPlaceEnhancement 0 HidePromptDeleteEnhancement 0 HidePromptDeleteSalvage 0 HidePromptDeleteRecipe 0 HideInspirationFullMsg 0 HideSalvageFullMsg 0 HideRecipeFullMsg 0 HideEnhancementFullMsg 0 ShowEnemyTells 1 SeeEnemyBroadcast 1 DoNotSeeEnemyLocal 0 HidePromptCoop 0 StaticColorsPerName 0 ContactSort 0 RecipeHideMissingParts 0 RecipeHideUnowned 0 RecipeHideMissingPartsBench 0 RecipeHideUnownedBench 0 AutoDeclineSuperGroupInvite 0 AutoDeclineTradeInvite 0 CamFree 0 ToolTipDelaySec 0.600000 ShowArchetype 2 ShowSupergroup 2 ShowPlayerName 1 ShowPlayerBars 6 ShowVillainName 6 ShowVillainBars 6 ShowPlayerReticles 6 ShowVillainReticles 6 ShowAssistReticles 6 ShowOwnerName 0 MousePitchSetting 0 MapOptions bffffefe BuffSettings 0 ChatBubbleColor1 0 ChatBubbleColor2 ffffffff DefaultChatFontSize 12 MouseButtonReverse 0 DisableCameraShake 0 DisableMouseScroll 0 LogPrivateMessages 0 ShowPlayerRating 6 DisableLoadingTips 0 MouseScrollSpeed 20.000000 EnableJoystick 1 FadeExtraTrays 0 ArchitectNav 1 ArchitectToolTips 1 ArchitectAutoSave 1 NoXP 0 ArchitectBlockComment 0 AutoAcceptTeamLevelAbove 0 AutoAcceptTeamLevelBelow 0 DisableEmail 0 FriendSGEmailOnly 0 NoXPExemplar 0 HideFee 0 HideSalvageWarning 0 GmailFriendOnly 0 UseOldTeamUI 0 HideUnclaimableCert 0 BlinkCertifications 1 VoucherPrompt 0 NewCertPrompt 0 HidePromptUnslotEnhancement 0 MapOptionRevision 4 MapOptions2 e OpenSalvageWarning 0 HidePromptBooster 0 HidePromptCatalyst 0 AutoFlipSuperPackCards 0 HideConvertConfirmPrompt 0 HideStorePiecesState 0 CursorScale 1.000000