File Details
OutsideHP
- R
- Sep 17, 2025
- 90.76 KB
- 7
- 1.15.7
- Classic
File Name
outsidehp.zip
Supported Versions
- 1.15.7
# OutsideHP v3.0.0 - Button Layout & Auto-Invite Fixes
## Button Layout Improvements
- **Smart scaling with constraints** - buttons now scale up appropriately when there's plenty of space
- **Aspect ratio enforcement** - strict 2.0-4.5 width/height ratio prevents overly wide or tall buttons
- **Width & height clamping** - maximum button size of 140x32 pixels maintains readability
- **Conservative scaling** - buttons scale up to 1.6x when space allows while maintaining proportions
- **Space efficiency targeting** - different efficiency thresholds based on player count (60% for ≤10 players, 85% for 30+ players)
## Auto-Invite System Fixes
- **Character-specific configuration** - each character gets independent auto-invite setup
- **Removed hardcoded player names** - no more built-in player list, everything is user-configurable
- **New character prompts** - fresh characters will be asked to configure auto-invite settings
- **Per-character storage** - settings saved as "PlayerName-RealmName" for proper separation
## Technical
- **Forward function declarations** - eliminates "function not defined" lua errors
- **Better fallback handling** - improved layout calculations when optimal solutions aren't possible

