50 lines
1.7 KiB
TOML
50 lines
1.7 KiB
TOML
|
|
#Mana and Artifice // Codex Settings
|
|
[ma_codex_settings]
|
|
#Change the 'back' behaviour of the Codex (which buttons will cause it to go back, and which will close it entirely).
|
|
#0: UI buttons only. Escape closes the codex entirely.
|
|
#1: UI buttons / escape. Escape backs the codex out until the index, then closes it.
|
|
#2: UI buttons / right mouse. Right mouse backs the codex out until the index. Escape closes the codex entirely.
|
|
#3: UI buttons / escape / right mouse. Escape or right mouse backs the codex out until the index, then closes it.
|
|
#Range: 0 ~ 3
|
|
codexBackStyle = 0
|
|
|
|
#Mana and Artifice // HUD Settings
|
|
[ma_hud_settings]
|
|
#Change the behaviour of the HUD.
|
|
#0: Always visible.
|
|
#1: Hidden unless holding a mana consuming/restoring item.
|
|
#2: Always hidden.
|
|
#Range: 0 ~ 2
|
|
hudMode = 0
|
|
#Change the position of the HUD:
|
|
#0: Top Left
|
|
#1: Top Center
|
|
#2: Top Right
|
|
#3: Middle Right
|
|
#4: Bottom Right
|
|
#5: Bottom Center
|
|
#6: Bottom Left
|
|
#7: Middle Left
|
|
#Range: 0 ~ 7
|
|
hudPosition = 0
|
|
#Change the size of pinned recipes.
|
|
#Range: 1 ~ 3
|
|
pinnedRecipeSize = 1
|
|
#Should affinity render on the HUD?
|
|
renderAffinityOnHUD = true
|
|
#Should the runescribing table show the recipe mutex? This is useful for packmaking if you want to make new runes.
|
|
showRunescribingMutex = false
|
|
|
|
#Mana and Artifice // Performance Settings
|
|
[ma_performance]
|
|
#Enable fancy magelights (disable this if you're getting FPS issues)
|
|
ma_fancy_magelights = true
|
|
#Should particles be blurred? They'll be smoother, but shader packs may run into issues with artifact lines due to the blur math.
|
|
blurParticles = true
|
|
|
|
#Mana and Artifice // Help Tips Settings
|
|
[ma_helptips]
|
|
ma_ritual_tip = ["helptip.mna.pretty_models"]
|
|
|