mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
New Features: - Redesigned stash top bar with larger search, clear button, and three filter/sort controls. - Incremental item loading as you scroll and dynamic stash combo options. - Right-click/context menu with Retrieve, Cyclopedia search, Market redirect (when available), and QuickLoot actions. - "Manage Containers" button added. Improvements: - Debounced search, category/imbuement/NPC filters, and smarter sort triggers. - Immediate withdraw on select, restored focus on close, and centralized stash lifecycle/cleanup. - Clearer item count rendering with a dedicated font and new formatting.
22 lines
791 B
INI
22 lines
791 B
INI
; Put public-facing settings here, such as graphics definitions supported by the client.
|
|
; This section can also expose options intended for modding, including font customization.
|
|
|
|
[graphics]
|
|
; ===== Atlas configuration =====
|
|
; maxAtlasSize: hard cap for atlas textures (in pixels).
|
|
maxAtlasSize = 8192
|
|
; Atlas sizes (in pixels):
|
|
; 0 = auto-detect based on the maximum texture size supported by the GPU
|
|
; -1 = disable the atlas
|
|
mapAtlasSize = 0
|
|
foregroundAtlasSize = 2048
|
|
; ===============================
|
|
|
|
; You can use TTF fonts directly with stroke support:
|
|
; Format: path|size|stroke-width|stroke-color
|
|
[font]
|
|
widget = verdana-bold|10|0|black
|
|
static-text = verdana-11px-rounded
|
|
animated-text = verdana-11px-rounded
|
|
creature-text = verdana-11px-rounded
|
|
item-count = verdana-10px-rounded
|