otclient-redemption/config.ini
kokekanon 2a75a89c63
improve: rework game_stash (#1704)
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.
2026-05-02 20:44:23 -03:00

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