> Download Here ! (Light Version) <
> Download not available (Enhanced Version) <
BW2 Naming Tabs adapted for Pokemon Essentials (RPG Maker XP)
Attention! - There are two versions of this.
"Light" version, is only graphics replacement and color tweak for stock Essentials.
"Enhanced" version is remade script of TextEntry to like BW2 games exactly and will be plug 'n' play.
For demonstration, "Light" version is available.
All graphics ripped with NDS Emulator, pixel and box alignement by Erassus.
Give credits if you appreciate my work :)
by Erassus - https://erassus.deviantart.com/
Install Steps:
1. Go to [ TextEntry ] section Script in your project.
Change the following lines with:
Spoiler:
# 1217 [ ABC Text Entry Color ]
Code:
Color.new(248,248,248), Color.new(72,80,88)])
#1224 [ Underscore Color ]
Code:
@bitmaps[6].fill_rect(2,2,22,2,Color.new(80,136,152))
#1225 [ Underscore Shadow Color ]
Code:
@bitmaps[6].fill_rect(0,0,22,2,Color.new(80,176,200))
#1343 [ To Fix Black Text Naming ]
Code:
textPositions.push([ch,x,48,false,Color.new(248,248,248),Color.new(72,80,88)])
2. Copy and Paste all graphics content of the .zip in the Graphics/Pictures of your project.
#v1.2a - 05/22/2015
- Fixed black text naming.
#v1.1a - 05/22/2015
- Added "NamingMode.png"
- Added "Naming2BG.png"
- Added white parentheses in "NamingBG.png"
#V1.0a - 05/21/2015
- First release.
- "Naming2BG.png" not included.
Last edited: