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

Streamer Mode - HUD (Mod FL's HUD)

Zeak6464

Zeak #3205 - Discord
  • 1,101
    Posts
    12
    Years
    Streamer Mode for Essentials v16.2 -> 18.2
    See Attachments for "Hud1" & "Hud2"
    This mode uses the border for it, so make sure you have screen border in your options menu.

    Code:
    #===============================================================================
    #
    # Zeak6464 - Modded for Streamer Mode 
    #
    #===============================================================================
    # in [B]Settings[/B] change 
    # BORDERWIDTH          = 200
    # BORDERHEIGHT         = 0
    #
    # Add the new graphics "Graphics/Pictures/Hud1" & "Graphics/Pictures/Hud2"
    #
    # Screenboarder must be on in options  
    # [B]Make sure your "border.png" image is blank[/B]
    #===============================================================================

    https://pastebin.com/raw/v7nhDd2E

    [PokeCommunity.com] Streamer Mode - HUD (Mod FL's HUD)
     

    Attachments

    • [PokeCommunity.com] Streamer Mode - HUD (Mod FL's HUD)
      Hud1.png
      2.7 KB · Views: 105
    • [PokeCommunity.com] Streamer Mode - HUD (Mod FL's HUD)
      Hud2.png
      7 KB · Views: 94
    Last edited:
    There is a bug that when I change two pokemon's position and their name will fix up
     
    Hey, I'm having troubles with the script. Everything works but once we load in the game, this comes up.

    [PokeCommunity.com] Streamer Mode - HUD (Mod FL's HUD)
     
    I haven't gotten around to testing it out just yet but, just from what I've seen I have a bit of feedback.
    Firstly, the shadow of the text feels really jarring to look at. I wouldn't use a white shadow for black text- I'd suggest a lighter shade of black to blend it together better.
    Speaking of the text, the "Name" text field is too low on the graphic when compared to the other text fields. I'd also suggest moving it up a few pixels so its centered.
    Another text related bit of feedback: the Money field only really seems to fit a maximum of 5 digits before it goes off the graphic. Considering that wallets in canon usually go up to like, 6~7 digits, you may want to remove "Money" and instead put a dollar sign there instead.
    My last bit of feedback is about the graphic- I suppose it can be changed by the players, but the default one looks really weird, what with the blue foreground clipping off the edge of the screen while the black box surrounding it loops around at the corner.
    [PokeCommunity.com] Streamer Mode - HUD (Mod FL's HUD)
     
    If anyone needs to set this border to be ON when starting a new game just put this script on the intro event:

    $PokemonSystem.border = 1
    pbSetResizeFactor($PokemonSystem.screensize)
    ObjectSpace.each_object(TilemapLoader){|o| o.updateClass if !o.disposed? }


    Here's some tweaks for more readable text and alignment corrections.


    Spoiler:
     
    Last edited:
    If anyone needs to set this border to be ON when starting a new game just put this script on the intro event:

    $PokemonSystem.border = 1
    pbSetResizeFactor($PokemonSystem.screensize)
    ObjectSpace.each_object(TilemapLoader){|o| o.updateClass if !o.disposed? }


    Here's some tweaks for more readable text and alignment corrections.


    Spoiler:


    You made it much more beautiful, I would like to use it, but there are incongruities when changing the screen size, both on v17 and v18. If you can fix it on v18, I would be grateful!
    Another very important thing is to support the characters' OUTIFTS. For example, if it is a trainer outfit 1 put it to identify trainer000_1. It would be possible?
     
    Streamer Mode for Essentials v16.2 -> 18.2
    See Attachments for "Hud1" & "Hud2"
    This mode uses the border for it, so make sure you have screen border in your options menu.

    Code:
    #===============================================================================
    #
    # Zeak6464 - Modded for Streamer Mode 
    #
    #===============================================================================
    # in [B]Settings[/B] change 
    # BORDERWIDTH          = 200
    # BORDERHEIGHT         = 0
    #
    # Add the new graphics "Graphics/Pictures/Hud1" & "Graphics/Pictures/Hud2"
    #
    # Screenboarder must be on in options  
    # [B]Make sure your "border.png" image is blank[/B]
    #===============================================================================

    https://pastebin.com/raw/v7nhDd2E

    [PokeCommunity.com] Streamer Mode - HUD (Mod FL's HUD)

    I would like to use it, too bad that you were not able to make sure that, when placing and removing the edges, everything was in the same position, but it is not, everything is wrong. I would use it in my game and I was looking forward to it, but it will not be possible that way.
     
    Back
    Top