Nameplate is a plugin for Ashita v4 and Windower 4 that corrects XI's nameplate aspect ratio.
With this plugin, nameplates will be less blurry and the same size regardless of window size: no more stretched nameplates or having to download hacked DAT files.
If you're already using Ashita v4, you likely already know how to do this.
Make sure the plugin api version matches the Ashita 4 api version. This version of Nameplate requires Ashita 4 interface 4.16.
/load Nameplate
to load the plugin. /nameplate help
to read the
in-game command help.
The font size can be configured via the FontSizeInPx
setting in
config\nameplate\defaults.ini
.
The damage font size can be configured via the DamageFontSizeInPx
setting in
config\nameplate\defaults.ini
.
Job Mastery stars can be hidden by setting HideStars=1
in the configuration.
Nameplate visibility modes can be changed via the NameMode
setting.
The configuration file is not autosaved when changing these settings in-game. The configuration
file can be saved and loaded by using the /nameplate save
and /nameplate load
commands.
command | description |
---|---|
/nameplate help | You're reading it! |
/nameplate load | Load configuration from config\nameplate\defaults.ini |
/nameplate save | Save current configuration to config\nameplate\defaults.ini |
/nameplate fontsize <number> |
Set the nameplate font size to <number> pixels |
/nameplate damagefontsize <number> |
Set the damage font size to <number> pixels |
/nameplate hidestars | Hide all Job Mastery stars |
/nameplate showstars | Re-enable displaying Job Mastery stars |
/nameplate mode all | Show all nameplates |
/nameplate mode none | Hide all nameplates |
/nameplate mode hideself | Hide your own nameplate |
/nameplate mode hidepc | Hide all player nameplates, except when charmed |
/nameplate mode hidepcself | Hide all player nameplates, except when charmed, but also always keep yours hidden |
/nameplate mode hidenpc | Hide all non-player nameplates |
/nameplate mode hidenpcself | Hide all non-player nameplates, but also always keep yours hidden |
Copy plugins\Nameplate.dll
to <***Windower 4 Folder***>\plugins\Nameplate.dll
This version of Nameplate is compatible with the current version of Windower 4.
//load Nameplate
to load the plugin. //nameplate help
to read the
in-game command help.
The font size can be configured via the FontSizeInPx
setting in
plugins\settings\nameplate\defaults.ini
.
The damage font size can be configured via the DamageFontSizeInPx
setting in
plugins\settings\nameplate\defaults.ini
.
Job Mastery stars can be hidden by setting HideStars=1
in the configuration.
Nameplate visibility modes can be changed via the NameMode
setting.
The configuration file is not autosaved when changing these settings in-game. The configuration
file can be saved and loaded by using the //nameplate save
and //nameplate load
commands.
command | description |
---|---|
//nameplate help | You're reading it! |
//nameplate load | Load configuration from plugins\settings\nameplate\defaults.ini |
//nameplate save | Save current configuration to plugins\settings\nameplate\defaults.ini |
//nameplate fontsize <number> |
Set the nameplate font size to <number> pixels |
//nameplate damagefontsize <number> |
Set the damage font size to <number> pixels |
//nameplate hidestars | Hide all Job Mastery stars |
//nameplate showstars | Re-enable displaying Job Mastery stars |
//nameplate mode all | Show all nameplates |
//nameplate mode none | Hide all nameplates |
//nameplate mode hideself | Hide your own nameplate |
//nameplate mode hidepc | Hide all player nameplates, except when charmed |
//nameplate mode hidepcself | Hide all player nameplates, except when charmed, but also always keep yours hidden |
//nameplate mode hidenpc | Hide all non-player nameplates |
//nameplate mode hidenpcself | Hide all non-player nameplates, but also always keep yours hidden |
Nameplate is available under the GNU GENERAL PUBLIC LICENSE, Version 3 license. Please consult LICENSE for more information.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.