• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

About the storage system.

  • 49
    Posts
    17
    Years
    • Seen Apr 28, 2013
    Is there a way to Log in to the pokemon storage system without having to
    log into the communal Pc.

    for example, In my game i would like a device, appart from the pokemon centers Pc. That can log into the storage system. But i dont want it to show the players pc option.
    I looked around the scripts for awile but wasn't to shore.

    Thank you but i have worked it out, and have got the result i wanted.
    can someone close this threed please.
     
    Last edited:
    Is there a way to Log in to the pokemon storage system without having to
    log into the communal Pc.

    for example, In my game i would like a device, appart from the pokemon centers Pc. That can log into the storage system. But i dont want it to show the players pc option.
    I looked around the scripts for awile but wasn't to shore.

    Thank you but i have worked it out, and have got the result i wanted.
    can someone close this threed please.
    Can you post how you worked it out too? It might be useful for someone else having the same problem ;)
     
    Originally Posted by P-Sign
    Can you post how you worked it out too? It might be useful for someone else having the same problem ;)

    Shure no problem the way I did it was this.

    I copied the script called Pokemon storage and pasted it directly underneith.
    And called the script Pokemon storage 2.
    I then went down to this line in pokemon storage 2

    2745 def pbPokeCenterPC and changed it to pbPokePC2

    i then deleted line 2759 PokemonPCList.registerPC(TrainerPC.new)
    It doesn't matter if you delete that line from either Script because they both overlap each other so whether you use the script code
    pbPokeCenterPC or pbPokePC2 doesn't mater at this point.

    The difference in using one code or the other is it allows for different Text to be read when booting up the two different scripts [PCs]

    Now when you boot up Ether script in game the options are

    someones pc and logoff because deleting line 2759 removes the option of choosing the players pc. i then changed someones pc to logon witch can be changed in game later.

    So now in both scripts the booting up texts is different from each other.

    Now with one of the scripts i added it to the poke gear, So now I have a portable storage
    System. And with the other script I made an event in my Pokémon centres witch ables
    Me to access both player pc and Pokémon storage which because of changing the boot up text in the script I used for the Pokémon centre it looks just like it normally would. Except I used choices to select each pc and used two different scrip commands
    pbPokePC2to activate the storage system and pbTrainerPC to activate player pc. (The reason I did it this way is that because I deleted the use of the player's pc from the communal pc, the only option you will see is the Pokémon storage, so to make it look legit I used choices and individual script commands.)

    So now when I activate the storage system from my poke gear I get this mgs
    booted up PKMN Portable then this mgs appears Do you Want to Logon? with the options logon which appears because that's what I put as the storage creators name. And Logoff which is the default option.

    Now to use a different creator name for the other script that you would youse for your Pokémon centres you set it up like you would for creating a different region storage creater.so then both versions of the script will be different.

    Sorry if this is confusing i tried to simplify it as much as I could cause I do find I can confuse things when I try to explain things.

    But if this helps I am glad I could be of assistance.
     
    Back
    Top