mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Config Options for 7.2 (#2205)
This commit is contained in:
parent
c5af536032
commit
0377e84765
2 changed files with 91 additions and 78 deletions
|
|
@ -597,6 +597,20 @@ public enum SystemConfigOption
|
||||||
[GameConfigOption("EnablePsFunction", ConfigType.UInt)]
|
[GameConfigOption("EnablePsFunction", ConfigType.UInt)]
|
||||||
EnablePsFunction,
|
EnablePsFunction,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// System option with the internal name ActiveInstanceGuid.
|
||||||
|
/// This option is a String.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("ActiveInstanceGuid", ConfigType.String)]
|
||||||
|
ActiveInstanceGuid,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// System option with the internal name ActiveProductGuid.
|
||||||
|
/// This option is a String.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("ActiveProductGuid", ConfigType.String)]
|
||||||
|
ActiveProductGuid,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// System option with the internal name WaterWet.
|
/// System option with the internal name WaterWet.
|
||||||
/// This option is a UInt.
|
/// This option is a UInt.
|
||||||
|
|
@ -996,6 +1010,27 @@ public enum SystemConfigOption
|
||||||
[GameConfigOption("AutoChangeCameraMode", ConfigType.UInt)]
|
[GameConfigOption("AutoChangeCameraMode", ConfigType.UInt)]
|
||||||
AutoChangeCameraMode,
|
AutoChangeCameraMode,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// System option with the internal name MsqProgress.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("MsqProgress", ConfigType.UInt)]
|
||||||
|
MsqProgress,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// System option with the internal name PromptConfigUpdate.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("PromptConfigUpdate", ConfigType.UInt)]
|
||||||
|
PromptConfigUpdate,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// System option with the internal name TitleScreenType.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("TitleScreenType", ConfigType.UInt)]
|
||||||
|
TitleScreenType,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// System option with the internal name AccessibilitySoundVisualEnable.
|
/// System option with the internal name AccessibilitySoundVisualEnable.
|
||||||
/// This option is a UInt.
|
/// This option is a UInt.
|
||||||
|
|
@ -1059,6 +1094,13 @@ public enum SystemConfigOption
|
||||||
[GameConfigOption("IdlingCameraAFK", ConfigType.UInt)]
|
[GameConfigOption("IdlingCameraAFK", ConfigType.UInt)]
|
||||||
IdlingCameraAFK,
|
IdlingCameraAFK,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// System option with the internal name FirstConfigBackup.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("FirstConfigBackup", ConfigType.UInt)]
|
||||||
|
FirstConfigBackup,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// System option with the internal name MouseSpeed.
|
/// System option with the internal name MouseSpeed.
|
||||||
/// This option is a Float.
|
/// This option is a Float.
|
||||||
|
|
@ -1436,46 +1478,4 @@ public enum SystemConfigOption
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[GameConfigOption("PadButton_R3", ConfigType.String)]
|
[GameConfigOption("PadButton_R3", ConfigType.String)]
|
||||||
PadButton_R3,
|
PadButton_R3,
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// System option with the internal name ActiveInstanceGuid.
|
|
||||||
/// This option is a String.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("ActiveInstanceGuid", ConfigType.String)]
|
|
||||||
ActiveInstanceGuid,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// System option with the internal name ActiveProductGuid.
|
|
||||||
/// This option is a String.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("ActiveProductGuid", ConfigType.String)]
|
|
||||||
ActiveProductGuid,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// System option with the internal name MsqProgress.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("MsqProgress", ConfigType.UInt)]
|
|
||||||
MsqProgress,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// System option with the internal name PromptConfigUpdate.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("PromptConfigUpdate", ConfigType.UInt)]
|
|
||||||
PromptConfigUpdate,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// System option with the internal name TitleScreenType.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("TitleScreenType", ConfigType.UInt)]
|
|
||||||
TitleScreenType,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// System option with the internal name FirstConfigBackup.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("FirstConfigBackup", ConfigType.UInt)]
|
|
||||||
FirstConfigBackup,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,13 @@ public enum UiConfigOption
|
||||||
[GameConfigOption("BattleEffectPvPEnemyPc", ConfigType.UInt)]
|
[GameConfigOption("BattleEffectPvPEnemyPc", ConfigType.UInt)]
|
||||||
BattleEffectPvPEnemyPc,
|
BattleEffectPvPEnemyPc,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name PadMode.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("PadMode", ConfigType.UInt)]
|
||||||
|
PadMode,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// UiConfig option with the internal name WeaponAutoPutAway.
|
/// UiConfig option with the internal name WeaponAutoPutAway.
|
||||||
/// This option is a UInt.
|
/// This option is a UInt.
|
||||||
|
|
@ -114,14 +121,6 @@ public enum UiConfigOption
|
||||||
[GameConfigOption("LockonDefaultZoom", ConfigType.Float)]
|
[GameConfigOption("LockonDefaultZoom", ConfigType.Float)]
|
||||||
LockonDefaultZoom,
|
LockonDefaultZoom,
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// UiConfig option with the internal name LockonDefaultZoom_179.
|
|
||||||
/// This option is a Float.
|
|
||||||
/// </summary>
|
|
||||||
[Obsolete("This option won't work. Use LockonDefaultZoom.", true)]
|
|
||||||
[GameConfigOption("LockonDefaultZoom_179", ConfigType.Float)]
|
|
||||||
LockonDefaultZoom_179,
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// UiConfig option with the internal name CameraProductionOfAction.
|
/// UiConfig option with the internal name CameraProductionOfAction.
|
||||||
/// This option is a UInt.
|
/// This option is a UInt.
|
||||||
|
|
@ -311,6 +310,27 @@ public enum UiConfigOption
|
||||||
[GameConfigOption("RightClickExclusionMinion", ConfigType.UInt)]
|
[GameConfigOption("RightClickExclusionMinion", ConfigType.UInt)]
|
||||||
RightClickExclusionMinion,
|
RightClickExclusionMinion,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name EnableMoveTiltCharacter.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("EnableMoveTiltCharacter", ConfigType.UInt)]
|
||||||
|
EnableMoveTiltCharacter,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name EnableMoveTiltMountGround.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("EnableMoveTiltMountGround", ConfigType.UInt)]
|
||||||
|
EnableMoveTiltMountGround,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name EnableMoveTiltMountFly.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("EnableMoveTiltMountFly", ConfigType.UInt)]
|
||||||
|
EnableMoveTiltMountFly,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// UiConfig option with the internal name TurnSpeed.
|
/// UiConfig option with the internal name TurnSpeed.
|
||||||
/// This option is a UInt.
|
/// This option is a UInt.
|
||||||
|
|
@ -1130,6 +1150,27 @@ public enum UiConfigOption
|
||||||
[GameConfigOption("HotbarXHBEditEnable", ConfigType.UInt)]
|
[GameConfigOption("HotbarXHBEditEnable", ConfigType.UInt)]
|
||||||
HotbarXHBEditEnable,
|
HotbarXHBEditEnable,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name HotbarContentsAction2ReverseOperation.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("HotbarContentsAction2ReverseOperation", ConfigType.UInt)]
|
||||||
|
HotbarContentsAction2ReverseOperation,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name HotbarContentsAction2ReturnInitialSlot.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("HotbarContentsAction2ReturnInitialSlot", ConfigType.UInt)]
|
||||||
|
HotbarContentsAction2ReturnInitialSlot,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name HotbarContentsAction2ReverseRotate.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("HotbarContentsAction2ReverseRotate", ConfigType.UInt)]
|
||||||
|
HotbarContentsAction2ReverseRotate,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// UiConfig option with the internal name PlateType.
|
/// UiConfig option with the internal name PlateType.
|
||||||
/// This option is a UInt.
|
/// This option is a UInt.
|
||||||
|
|
@ -3572,32 +3613,4 @@ public enum UiConfigOption
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[GameConfigOption("PvPFrontlinesGCFree", ConfigType.UInt)]
|
[GameConfigOption("PvPFrontlinesGCFree", ConfigType.UInt)]
|
||||||
PvPFrontlinesGCFree,
|
PvPFrontlinesGCFree,
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// UiConfig option with the internal name PadMode.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("PadMode", ConfigType.UInt)]
|
|
||||||
PadMode,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// UiConfig option with the internal name EnableMoveTiltCharacter.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("EnableMoveTiltCharacter", ConfigType.UInt)]
|
|
||||||
EnableMoveTiltCharacter,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// UiConfig option with the internal name EnableMoveTiltMountGround.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("EnableMoveTiltMountGround", ConfigType.UInt)]
|
|
||||||
EnableMoveTiltMountGround,
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// UiConfig option with the internal name EnableMoveTiltMountFly.
|
|
||||||
/// This option is a UInt.
|
|
||||||
/// </summary>
|
|
||||||
[GameConfigOption("EnableMoveTiltMountFly", ConfigType.UInt)]
|
|
||||||
EnableMoveTiltMountFly,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue