Difference between revisions of "MQ2AutoSize" - MMOBugs Wiki

(→‎Configuration: Formatting - config description.)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
| author = [[User:Psycotic|Psycotic]]
 
| author = [[User:Psycotic|Psycotic]]
 
| link = [http://www.mmobugs.com/wiki Wiki Link]
 
| link = [http://www.mmobugs.com/wiki Wiki Link]
| commands=Multiple
+
| commands=/autosize
| source = Yes
+
| source = No
 
| usesini = Yes
 
| usesini = Yes
 
}}
 
}}
 
==Description==
 
==Description==
<font class="highlight">MQ2AutoSize</font> will automatically shrink everyone within range down to minimum allowed size.  They will automatically resize back to normal when they move out of range.  Current range is set at 50' - adjust with Range settings in INI.  These effects are CLIENT SIDE ONLY!
+
<font class="highlight">MQ2AutoSize</font> will automatically shrink configured spawn types, within configured distances, to a specified size.  They will automatically resize back to normal when they move out of range, if a range is set.  These effects are CLIENT SIDE ONLY!
  
 
==Commands==
 
==Commands==
  
* <span class="highlight2">/autosize</span> Toggles AutoSizing on/off.
+
* <span class="highlight2">/autosize status</span> Display current plugin settings
* <span class="highlight2">/autosizeall</span> Toggles AutoSizeing for the whole zone on/off.
+
* <span class="highlight2">/autosize help</span> Display command syntax
* <span class="highlight2">/autosize -range #</span> Sets the range for AutoSize.
+
* <span class="highlight2">/autosize save</span> Save settings to INI file
 +
* <span class="highlight2">/autosize load</span> Load settings from INI file
 +
* <span class="highlight2">/autosize autosave</span> Automatically save settings to INI file when an option is toggled or size is set
 +
 
 +
* <span class="highlight2">/autosize</span> Toggles zone-wide AutoSize on/off
 +
* <span class="highlight2">/autosize dist</span> Toggles distance-based AutoSize on/off
 +
* <span class="highlight2">/autosize pc</span> Toggles AutoSize PC spawn types
 +
* <span class="highlight2">/autosize npc</span> Toggles AutoSize NPC spawn types
 +
* <span class="highlight2">/autosize pets</span> Toggles AutoSize pet spawn types
 +
* <span class="highlight2">/autosize mercs</span> Toggles AutoSize mercenary spawn types
 +
* <span class="highlight2">/autosize mounts</span> Toggles AutoSize mounted player spawn types
 +
* <span class="highlight2">/autosize corpse</span> Toggles AutoSize corpse spawn types
 +
* <span class="highlight2">/autosize target</span> Resize your target to sizetarget size
 +
* <span class="highlight2">/autosize everything</span> Toggles AutoSize all spawn types
 +
* <span class="highlight2">/autosize self</span> Toggles AutoSize for your character
 +
* <span class="highlight2">/autosize range #</span> Sets the range for distance-based AutoSize
 +
 
 +
* <span class="highlight2">/autosize size #</span> Sets the default size for "everything"
 +
* <span class="highlight2">/autosize sizepc #</span> Sets the size for PC spawn types
 +
* <span class="highlight2">/autosize sizenpc #</span> Sets the size for NPC spawn types
 +
* <span class="highlight2">/autosize sizepets #</span> Sets the size for pet spawn types
 +
* <span class="highlight2">/autosize sizetarget #</span> Sets the size for the target parameter
 +
* <span class="highlight2">/autosize sizemercs #</span> Sets the size for mercenary spawn types
 +
* <span class="highlight2">/autosize sizemounts #</span> Sets the size for mounted player spawn types
 +
* <span class="highlight2">/autosize sizecorpse #</span> Sets the size for corpse spawn types
 +
* <span class="highlight2">/autosize sizeself #</span> Sets the size for your character
  
 
==Configuration==
 
==Configuration==
  
MQ2AutoSize provides configuration
+
MQ2AutoSize loads/saves its configuration from MQ2AutoSize.ini in your MacroQuest2 directory.
  
 
===Sample Configuration===
 
===Sample Configuration===
MQ2AutoSize.ini
 
 
<pre>[Config]
 
<pre>[Config]
 +
AutoSave=on
 +
ResizePC=on
 +
ResizeNPC=on
 +
ResizePets=on
 +
ResizeMercs=on
 +
ResizeAll=on
 +
ResizeMounts=on
 +
ResizeCorpse=on
 +
ResizeSelf=off
 +
SizeByRange=on
 
Range=50
 
Range=50
Size=2
+
SizeDefault=2
PetSize=1
+
SizePC=1
AutoSize=on
+
SizeNPC=1
AutoSizeAll=off
+
SizePets=1
ShrinkPets=on</pre>
+
SizeMercs=1
 +
SizeTarget=2.5
 +
SizeMounts=1
 +
SizeCorpse=2.5
 +
SizeSelf=3
 +
</pre>
  
 
===Configuration Explanation===
 
===Configuration Explanation===
  
* <span class="highlight2">Range</span>: is the radius in feet that will be shrunk.
+
* <span class="highlight2">Range</span>: is the radius in feet that will be shrunk
* <span class="highlight2">Size</span>: is the size they will be shrunk down to.
+
* <span class="highlight2">SizeXXX</span>: is the size they will be shrunk down to for specified spawn type
* <span class="highlight2">AutoSize</span>: will shrink everyone within "Range".
+
* <span class="highlight2">SizeByRange</span>: will shrink all configured resize spawn types within "Range" if on, or zone-wide if off
* <span class="highlight2">AutoSizeAll</span>: will shrink everyone in zone upon zone-in.
+
* <span class="highlight2">ResizeXXX</span>: Whether to resize the specified spawn type
* <span class="highlight2">ShrinkPets</span>: Toggle to shrink pets along with PC's.
+
* <span class="highlight2">AutoSave</span>: Whether to automatically save INI on any parameter change
  
 
==Availability==
 
==Availability==
  
 
This plugin is included with the MMOBugs Compile.
 
This plugin is included with the MMOBugs Compile.

Latest revision as of 18:31, 16 December 2013

Plugin Info
Name MQ2AutoSize
Author Psycotic
Link Wiki Link
Commands /autosize
Source Available No
Uses INI File Yes

Description

MQ2AutoSize will automatically shrink configured spawn types, within configured distances, to a specified size. They will automatically resize back to normal when they move out of range, if a range is set. These effects are CLIENT SIDE ONLY!

Commands

  • /autosize status Display current plugin settings
  • /autosize help Display command syntax
  • /autosize save Save settings to INI file
  • /autosize load Load settings from INI file
  • /autosize autosave Automatically save settings to INI file when an option is toggled or size is set
  • /autosize Toggles zone-wide AutoSize on/off
  • /autosize dist Toggles distance-based AutoSize on/off
  • /autosize pc Toggles AutoSize PC spawn types
  • /autosize npc Toggles AutoSize NPC spawn types
  • /autosize pets Toggles AutoSize pet spawn types
  • /autosize mercs Toggles AutoSize mercenary spawn types
  • /autosize mounts Toggles AutoSize mounted player spawn types
  • /autosize corpse Toggles AutoSize corpse spawn types
  • /autosize target Resize your target to sizetarget size
  • /autosize everything Toggles AutoSize all spawn types
  • /autosize self Toggles AutoSize for your character
  • /autosize range # Sets the range for distance-based AutoSize
  • /autosize size # Sets the default size for "everything"
  • /autosize sizepc # Sets the size for PC spawn types
  • /autosize sizenpc # Sets the size for NPC spawn types
  • /autosize sizepets # Sets the size for pet spawn types
  • /autosize sizetarget # Sets the size for the target parameter
  • /autosize sizemercs # Sets the size for mercenary spawn types
  • /autosize sizemounts # Sets the size for mounted player spawn types
  • /autosize sizecorpse # Sets the size for corpse spawn types
  • /autosize sizeself # Sets the size for your character

Configuration

MQ2AutoSize loads/saves its configuration from MQ2AutoSize.ini in your MacroQuest2 directory.

Sample Configuration

[Config]
AutoSave=on
ResizePC=on
ResizeNPC=on
ResizePets=on
ResizeMercs=on
ResizeAll=on
ResizeMounts=on
ResizeCorpse=on
ResizeSelf=off
SizeByRange=on
Range=50
SizeDefault=2
SizePC=1
SizeNPC=1
SizePets=1
SizeMercs=1
SizeTarget=2.5
SizeMounts=1
SizeCorpse=2.5
SizeSelf=3

Configuration Explanation

  • Range: is the radius in feet that will be shrunk
  • SizeXXX: is the size they will be shrunk down to for specified spawn type
  • SizeByRange: will shrink all configured resize spawn types within "Range" if on, or zone-wide if off
  • ResizeXXX: Whether to resize the specified spawn type
  • AutoSave: Whether to automatically save INI on any parameter change

Availability

This plugin is included with the MMOBugs Compile.