• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Staff applications for our PokéCommunity Daily and Social Media team are now open! Interested in joining staff? Then click here for more info!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Pokémon BW2 Naming

Erassus

I'm back.
  • 50
    Posts
    9
    Years
    [PokeCommunity.com] Pokémon BW2 Naming


    > 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.

    [PokeCommunity.com] Pokémon BW2 Naming


    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:
    Little update, missed some things, sorry for that.

    - Added missing "NamingMode.png"
    - Added missing "Naming2BG.png"
    - Added white parentheses in "NamingBG.png"

    Edit: Also fixed Black text naming.
     
    Last edited:
    Hey! Pretty awesome! I would need the Enhanced version for my BW2 Mod, is it somehow possible? :)

    The Enhanced version is still bugged, so can't publish the download, and still lack of sound buttons.

    But if you want, add me to Steam or Skype, sure can help you with this for your mod :)
     
    Does this work when, you type with the keyboard? Like if you set it to keyboard, will it have that style?
     
    Back
    Top