• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

Adding more player characters for PE V17

  • 220
    Posts
    10
    Years
    Adding more player characters

    This is an old script from the Essentials Wiki before its shut Down.
    This is for Essentials v17.2.
    NOT TESTED!

    Currently, in essentials, you can only add a max of 8 player characters. But with this script you can add more, i think that if we using all the alphabetic letters, it will possably have a total of 26.

    For example: If you wish to add all the pokemon player characters from Kanto to Alola, including unova 2 protagonists, it will have a total of 16 unique player characters.

    But you must do a screen event with one or two pages to add all those characters so the players can choose from.


    The Script:

    NOTE: Changes are in Blue color. To search for lines inside a particular script use: Ctrl + F. To search in all scripts use: Ctrl + Shift + F.


    1- In Editor_MapConnectionEditor add:

    Spoiler:

    NOTE: Pay attention to the commas! And add more alphabetic numbers. Where it says: Species player H = 8, I = 9 and so on.


    2- In PSystem_Utilities change:

    Spoiler:

    NOTE: Change the blue part to your number of player characters. 8 is the current max for essentials.


    3- In MiscData add:

    Spoiler:

    NOTE: Pay attention to the commas! And add more alphabetic numbers. Same as before.

    Spoiler:

    NOTE: Pay attention to the commas! And add more alphabetic numbers. Same as before.


    4- In the essentials folder: PBS, edit the file: metadata:

    PlayerA=POKEMONTRAINER_Red,trchar000,boy_bike,boy_surf,boy_run,boy_surf,boy_fish_offset,xxx
    PlayerB=POKEMONTRAINER_Leaf,trchar001,girl_bike,girl_surf,girl_run,girl_surf,girl_fish_offset,xxx

    This are the examples for male and female player characters from essentials. To add more, just add this sample lines and change the aplabetic numbers and all the overworld sprites, ID, gender, etc.


    5- In the essentials folder: PBS, edit the file: trainertypes:

    # See the documentation on the wiki to learn how to edit this file.
    #-------------------------------
    0,POKEMONTRAINER_Red,Pokémon Trainer,60,,,,Male,,
    1,POKEMONTRAINER_Leaf,Pokémon Trainer,60,,,,Female,,

    Note: Change the numbers ID, trainer internal name/class, gender, etc.


    6- In the essentials folder: Graphics/Characters, add your new overworld sprites.

    Make sure that the sprites names matches the ones from the PBS metadata file.


    That's all, Give credit to me when using this: Richard PT.
     
    Last edited:
    Back
    Top