• 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?".
  • 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.

Pokegear (HGSS)

295
Posts
6
Years
    • Seen Aug 15, 2022
    This script creates screen like HGSS. It supports mouse mode.

    How to use
    Choose version and read 'How to use' to use.
    Find in this link -> Link

    Credit
    bo4p5687
    Richard PT (graphics)
     
    Last edited:

    Derxwna Kapsyla

    Derxwna "The Badman" Kapsyla
    437
    Posts
    12
    Years
  • I mentioned this elsewhere, but it probably bears repeating here as well; while the resource is good, there are definitely a fair amount of issues with the resource when I tried to use it.

    • When opening the Pokegear, the UI immediately appears on screen instead of fading in like anything else would with a different menu/ui.
    • The font is in Arial instead of whatever the game uses as its default font
    • In the Radio menu, you can't click on the individual sections (March/Lullaby/Oak/Custom), only the arrows- is this intentional?
    • Speaking of the Radio menu, changing songs in the Custom screen still acts up- though, this is present in default Essentials in the original Pokegear (and Debug Menu)
    • When you select the Map icon, the UI very briefly flickers an empty Map screen before fading into the region map. Same for when you close the Map.
    • Also when closing the map, it puts you back on whatever UI you were on before tapping it.
    • The Phone UI is really buggy, most notably when there's no numbers recorded in the phone (which might be a problem for people who use the resource, but don't do phone calls).
    • If you press the Down arrow on the UI or on the keyboard, the selection box will go up
    • Pressing the Z key on either the UI or the Keyboard on a blank entry will cause the game to throw up an error report, shown in the pastebin link and in the video.

    Here's the Youtube video.
    Here's the error report I got over at Pastebin.
     

    YashPokeFan123

    #PokeFan
    283
    Posts
    3
    Years
    • Seen Apr 28, 2023
    This script creates screen like HGSS. It supports mouse mode.

    How to use
    Put this script above "Main"
    Download This. Put these graphics in Graphics\Pictures\Pokegear HGSS
    You can set the maps where player can call in def canCall, find put the number in map = []
    Example: map = [2] # It means when you go to map 2, you can't call.
    You can set new music ListMusicRadio, read the lines and you can add this.

    Code
    Link

    Credit
    bo4p5687
    Richard PT (graphics)

    can you add a dynamax max raid data to it
     

    YashPokeFan123

    #PokeFan
    283
    Posts
    3
    Years
    • Seen Apr 28, 2023
    This script creates screen like HGSS. It supports mouse mode.

    How to use
    Put this script above "Main"
    Download This. Put these graphics in Graphics\Pictures\Pokegear HGSS
    You can set the maps where player can call in def canCall, find put the number in map = []
    Example: map = [2] # It means when you go to map 2, you can't call.
    You can set new music ListMusicRadio, read the lines and you can add this.

    Code
    Link

    Credit
    bo4p5687
    Richard PT (graphics)

    Is there any way that both pokegears work like maling old one diferent thing
     
    295
    Posts
    6
    Years
    • Seen Aug 15, 2022
    Is there any way that both pokegears work like maling old one diferent thing

    Sure!
    Change
    Code:
    class PokemonPokegearScreen
    into
    Code:
    class PokemonPokegearScreenHGSS
    Change
    Code:
    class PokemonPokegear_Scene
    into
    Code:
    class PokemonPokegear_SceneHGSS

    Then, you can add something like
    Code:
              pbFadeOutIn {
              scene = PokemonPokegear_SceneHGSS.new
              screen = PokemonPokegearScreenHGSS.new(scene)
              screen.pbStartScreen
              @scene.pbRefresh
            }
    You must add new cmd... like the old
     
    295
    Posts
    6
    Years
    • Seen Aug 15, 2022
    Update:
    - Compatible version 19
    - Add new features, EASY!
    - Add fade when you start or finish features.
    -> If you don't know something to add feature, post here!
     
    Back
    Top