• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • There is a suspension wave happening, we're still gathering information. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
MQ2AutoSize

Utility MQ2AutoSize

8/12/2024
--
Added
- command to open UI: /autosize [gui|ui]

Fixed
- Zonewide value (range = 1000) will now be saved to INI like all other values
7/26/2024
--
Added
- UI and command to toggle the AutoSize functionality (`/autosize [on|off]`)
- new TLO member: Enabled (`${AutoSize.Enabled}` or `mq.TLO.AutoSize.Enabled()`)

Updated
- Wording for `/autosize` and `/autosize dist [on|off]` to better explain how to use them
Automated update: ec97ade72ff78d99d2fcddc1ad94304bc3222870

〰️Commits​


Updated readme (#9)
(a81731b) ~hytiek

〰️Commits​


Simplify plugin load detection and use chrono for throttling

- Also remove a bunch of extra returns
(ca6cf63) ~brainiac
Posted by: Sic

〰️Commits​


Tidy up some code
(4576d91) ~brainiac
Added ImGui panel to mqsettings, changes, and fixes applied. (#8)

Added
- MQ Settings panel (/mqsettings -> plugin -> AutoSize)
- AutoSize TLO (check wiki for details)
- Introduced Synchronization ability - only available in the UI
- Enhanced options to accept instruction such as on and off, not just be a toggle. This was done to enable keeping toons in sync by setting values instead of randomly toggling.

Updated / Fixed
- Zonewide now uses 1000 range
- /autosize range # now works
- Reduced organic growth of code and made all toggle options use the ToggleOption function
- Fixed and altered how "Everything" works. Now it will enable the options, which work as intended.

Deprecated
- OptZone since it never worked as expected, replaced with Range of 1000 which is about the same as the EQ visible max clipping plane
- ResizeAll configuration, while Everything is still able to be enabled
- DefaultSize configuration and command (/autosize size), while Everything is still able to be enabled
- SizeDefault since having a default setting to resize something to, which wasn't opted in for resizing, doesn't actually make any sense. Outputs have persisted to ensure no script that scrapes the line breaks.
- SizeTarget (and /autosize target) since it would only resize for one frame if the type was managed by an Option for resizing
- OptByRange and SizeByRange, since the plugin now only uses range to resize


Under the hood
- Changed the majority of floats to integer as there was no reason for using all the floats
- Updated pCharSpawn to pLocalPlayer references
(3fe2fe4) ~hytiek
Posted by: Sic

〰️Commits​


(91612e6) ~Knightly
Merge branch 'v143' into 'master'

Update for v143

See merge request redguides/plugins/MQ2AutoSize!2
(1c86e08) ~Knightly
Posted by: Sic
Merged here:
Posted by: Redbot
Back
Top