RPG Maker MV - Sprite Height Modifier
terunon’s Lab, Gotcha Gotcha Games · Gotcha Gotcha Games · Apr 27, 2022
0
Last tracked
0
All-time peak
n/a
Δ 24h
Player count last observed
Live player data is temporarily unavailable; historical values remain visible for context.
RPG Maker MV - Sprite Height Modifier - Steam Charts & Historical Stats
■Function Overview This plugin stretches character sprite’s height around the torso to make taller characters!. Explore historical player activity and pricing for RPG Maker MV - Sprite Height Modifier. Player-count data was last observed May 1, 2026.
Price
$0.13
Genre
RPG
Developer
terunon’s Lab
Media Gallery
Screenshots
Game Insights
Buy Verdict
Watch — $12.99.
Decent deal at 0% off, but might drop further. Watch for better opportunities.
▲
~69 days until next sale
Value Score
Great Value — 100th percentile.
Price-to-player ratio ranks in the 100th percentile.
▲
Market pricing tier
Genre Benchmarks
Value Ratio
Top 0%
Player count
Price History
Lowest Price
$0.13
May 2026 across all regions
Current Price
$0.13
US region
No Recent Price History
Price history data will appear here once more pricing information becomes available.
System Requirements
Platform Support
Windows
macOS
Linux
Windows Requirements
Minimum:
Minimum:
- Additional Notes: System supporting RPG Maker MV
Recommended:
Recommended:
- Additional Notes: System supporting RPG Maker MV
macOS Requirements
Minimum:
Minimum:
- Additional Notes: System supporting RPG Maker MV
Recommended:
Recommended:
- Additional Notes: System supporting RPG Maker MV
Linux Requirements
Minimum:
Minimum:
- Additional Notes: System supporting RPG Maker MV
Recommended:
Recommended:
- Additional Notes: System supporting RPG Maker MV
Pricing
Paid Game
Sale: 50% off
CDN$ 14.49 CDN$ 7.24
CDN$ 14.49 CDN$ 7.24
Additional Information
Categories
Downloadable Content
Steam Trading Cards
Steam Workshop
Partial Controller Support
Supported Languages
English, Japanese
Official Website
http://www.rpgmakerweb.com/
Current Pricing
🏷️
50% OFF SALE!
CDN$ 14.49
CDN$ 7.24
Additional Information
Developer Analytics
Loading competitors...
About This Game
■Function Overview This plugin stretches character sprite’s height around the torso to make taller characters!. With this, you can change your characters to other body proportions without doing extra modification to the game assets.
Detailed Description
■Function Overview
This plugin stretches character sprite’s height around the torso to make taller characters!. With this, you can change your characters to other body proportions without doing extra modification to the game assets.
*Note that as a possible side effect, when the character steps into a bush tile, the character may end up having more than half of its body becoming hidden, whereas default proportions only the feet get hidden.
・This pack is for use in RPG Maker Series ONLY
・OK to be used in Commercial projects made in RPG Maker
・You may modify some of the assets (but not redistribute them) for your own game use only.
・All copyrights, neighboring rights, and all other rights to this material belong to the creator or a third party authorized by the creator.
[Fixes]
・When using a walking graphic that contains translucent areas, the translucent areas could become darker or Fixed a case in which a single dot was missing.
・Fixed a problem in which the flash of a walking graphic target would not be reflected when an animation was displayed for a character with a modified head height in RPG Maker MV.
・Fixed a bug where one plugin parameter was not working.
(TN_SpriteExtenderEx.js v1.01)
・Improved to exclude unrelated files in the character folder and continue processing even if the files are not related to the character folder.
・Fixed a problem in which plugin parameters were not displayed in non-Japanese-speaking countries.
[2023 10.23 Update: ]
Sprite Height Modifier EX" (SpriteExtenderEX.js), which provides a batch image output function for gait graphics, has been added to the package in response to many requests.
It can be obtained by updating and re-downloading.
Please refer to the plug-in help for detailed usage.
■Conflict Reports
Due to the plugin redefining how the software processes things, it is recommended that the plugin gets put into the upper portion of the plugin list.
Also, please note that since this plugin alters walking graphics, it naturally may conflict with other plug-ins that also alters walking graphics.
The following is a list of known plug-in conflicts. If you wish to modify a plug-in, please follow the terms and conditions regulated by the distributor.
・Keke_KageMaster.js Kage Master (by Keke) v3.1
[MV/Conflict Avoidable] Place this plugin (TN_SpriteExtender.js) onto the upper side of the plugin list, and modify the 1081st line code of plugin Keke_KageMaster.js to the following:
Original: var frameWidth = ori._frame.width;
Revision: var frameWidth = ori.patternWidth ? ori.patternWidth() : ori._frame.width;
・SAN_ResidualSprites.js Afterimage sprites (by Sanshiro) v1.02
[MV/Conflict Avoidance Difficult] Plugin SAN_ResidualSprites.js itself does not have the function to generate afterimages of characters as they enter bush tiles, so as a result after images will not be generated when used with this plug-in. This is due to this plugin works by extending the bush graphics to support taller proportions.
・MV3D.js / MZ3D.js (by Cutievirus)
[MV and MZ: Conflict Avoidance Difficult] It is difficult to co-exist with this plugin due to its massive modifications to the base functions of RPG Maker. The processing methods are written in a way that is difficult to comprehend by other developers and thus making finding workarounds very difficult..
This plugin stretches character sprite’s height around the torso to make taller characters!. With this, you can change your characters to other body proportions without doing extra modification to the game assets.
*Note that as a possible side effect, when the character steps into a bush tile, the character may end up having more than half of its body becoming hidden, whereas default proportions only the feet get hidden.
・This pack is for use in RPG Maker Series ONLY
・OK to be used in Commercial projects made in RPG Maker
・You may modify some of the assets (but not redistribute them) for your own game use only.
・All copyrights, neighboring rights, and all other rights to this material belong to the creator or a third party authorized by the creator.
[Fixes]
・When using a walking graphic that contains translucent areas, the translucent areas could become darker or Fixed a case in which a single dot was missing.
・Fixed a problem in which the flash of a walking graphic target would not be reflected when an animation was displayed for a character with a modified head height in RPG Maker MV.
・Fixed a bug where one plugin parameter was not working.
(TN_SpriteExtenderEx.js v1.01)
・Improved to exclude unrelated files in the character folder and continue processing even if the files are not related to the character folder.
・Fixed a problem in which plugin parameters were not displayed in non-Japanese-speaking countries.
[2023 10.23 Update: ]
Sprite Height Modifier EX" (SpriteExtenderEX.js), which provides a batch image output function for gait graphics, has been added to the package in response to many requests.
It can be obtained by updating and re-downloading.
Please refer to the plug-in help for detailed usage.
■Conflict Reports
Due to the plugin redefining how the software processes things, it is recommended that the plugin gets put into the upper portion of the plugin list.
Also, please note that since this plugin alters walking graphics, it naturally may conflict with other plug-ins that also alters walking graphics.
The following is a list of known plug-in conflicts. If you wish to modify a plug-in, please follow the terms and conditions regulated by the distributor.
・Keke_KageMaster.js Kage Master (by Keke) v3.1
[MV/Conflict Avoidable] Place this plugin (TN_SpriteExtender.js) onto the upper side of the plugin list, and modify the 1081st line code of plugin Keke_KageMaster.js to the following:
Original: var frameWidth = ori._frame.width;
Revision: var frameWidth = ori.patternWidth ? ori.patternWidth() : ori._frame.width;
・SAN_ResidualSprites.js Afterimage sprites (by Sanshiro) v1.02
[MV/Conflict Avoidance Difficult] Plugin SAN_ResidualSprites.js itself does not have the function to generate afterimages of characters as they enter bush tiles, so as a result after images will not be generated when used with this plug-in. This is due to this plugin works by extending the bush graphics to support taller proportions.
・MV3D.js / MZ3D.js (by Cutievirus)
[MV and MZ: Conflict Avoidance Difficult] It is difficult to co-exist with this plugin due to its massive modifications to the base functions of RPG Maker. The processing methods are written in a way that is difficult to comprehend by other developers and thus making finding workarounds very difficult..
Frequently Asked Questions
Is RPG Maker MV - Sprite Height Modifier worth buying right now?
Watch — $12.99. Decent deal at 0% off, but might drop further. Watch for better opportunities.
When does RPG Maker MV - Sprite Height Modifier go on sale?
Decent deal at 0% off, but might drop further. Watch for better opportunities.
Is RPG Maker MV - Sprite Height Modifier free to play?
RPG Maker MV - Sprite Height Modifier costs $0.13 on Steam.
What genre is RPG Maker MV - Sprite Height Modifier?
RPG Maker MV - Sprite Height Modifier is a RPG, Design & Illustration, Web Publishing game.
Who developed RPG Maker MV - Sprite Height Modifier?
RPG Maker MV - Sprite Height Modifier was developed by terunon’s Lab and published by Gotcha Gotcha Games.
What platforms does RPG Maker MV - Sprite Height Modifier support?
Available on Steam for Windows, macOS, Linux.