This commit is contained in:
2025-10-20 07:33:27 +00:00
commit 364b170660
4223 changed files with 1326379 additions and 0 deletions

View 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

View 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

View File

@@ -0,0 +1,3 @@
#Restore full health on respawn
restoreFullHealthOnRespawn = true

View File

@@ -0,0 +1,3 @@
#Show inventory tabs
showTabs = true

View File

@@ -0,0 +1,3 @@
#Safe Mode for menu stacking
tabSafeMode = false

View 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"]

View 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