init
This commit is contained in:
14
config/l2_configs/l2damagetracker-common.toml
Normal file
14
config/l2_configs/l2damagetracker-common.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
#Allows L2DamageTracker to detect and prevent cyclic damage events
|
||||
enableCyclicDamageEventInterrupt = false
|
||||
#Cyclic Damage Interruption threshold
|
||||
#Range: 1 ~ 1000
|
||||
cyclicDamageThreshold = 1
|
||||
#Mute error log lines for cyclic damage
|
||||
muteCyclicDamageInterrupt = false
|
||||
#Print damage trace tracked by damage tracker
|
||||
printDamageTrace = false
|
||||
#Save player attack damage trace
|
||||
savePlayerAttack = false
|
||||
#Save player hurt damage trace
|
||||
savePlayerDamaged = false
|
||||
|
||||
14
config/l2_configs/l2library-client.toml
Normal file
14
config/l2_configs/l2library-client.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
#Info background transparency. 1 means opaque.
|
||||
#Range: 0.0 ~ 1.0
|
||||
infoAlpha = 0.5
|
||||
#Info alignment. 0 means top. 1 means middle. 2 means bottom.
|
||||
#Range: 0 ~ 2
|
||||
infoAnchor = 1
|
||||
#Info max width. 0.5 means half screen. default: 0.3
|
||||
#Range: 0.0 ~ 0.5
|
||||
infoMaxWidth = 0.3
|
||||
#Render Selection only when pressing shift
|
||||
selectionDisplayRequireShift = false
|
||||
#Scroll for selection only when pressing shift
|
||||
selectionScrollRequireShift = true
|
||||
|
||||
3
config/l2_configs/l2library-common.toml
Normal file
3
config/l2_configs/l2library-common.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
#Restore full health on respawn
|
||||
restoreFullHealthOnRespawn = true
|
||||
|
||||
3
config/l2_configs/l2screentracker-client.toml
Normal file
3
config/l2_configs/l2screentracker-client.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
#Show inventory tabs
|
||||
showTabs = true
|
||||
|
||||
3
config/l2_configs/l2screentracker-common.toml
Normal file
3
config/l2_configs/l2screentracker-common.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
#Safe Mode for menu stacking
|
||||
tabSafeMode = false
|
||||
|
||||
15
config/l2_configs/l2tabs-client.toml
Normal file
15
config/l2_configs/l2tabs-client.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
#Show inventory tabs
|
||||
showTabs = true
|
||||
#Show inventory tabs only in curio page. Only works when showTabs is true and curio is installed.
|
||||
showTabsOnlyCurio = false
|
||||
#Redirect Inventory Tab to Curios Inventory
|
||||
redirectInventoryTabToCuriosInventory = true
|
||||
#Number of attribure lines per page
|
||||
#Range: 1 ~ 100
|
||||
attributeLinePerPage = 15
|
||||
#List of tabs to hide. Use title translation key for tab id.
|
||||
#Example: menu.tabs.attribute for attribute tab
|
||||
#Example: menu.tabs.curios for curios tab
|
||||
#Example: pandora.menu.title for pandora tab
|
||||
hiddentTabs = ["menu.tabs.curios"]
|
||||
|
||||
9
config/l2_configs/l2tabs-common.toml
Normal file
9
config/l2_configs/l2tabs-common.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
#Sync player attribute names to client
|
||||
syncPlayerAttributeName = true
|
||||
#Sync all entity attribute name to client
|
||||
syncAllEntityAttributeName = false
|
||||
#Show all attribute on attribute tab, like Apothic
|
||||
generateAllAttributes = true
|
||||
#Show all attribute on attribute tab and hide the unchanged
|
||||
generateAllAttributesHideUnchanged = true
|
||||
|
||||
Reference in New Issue
Block a user