1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Minecraft Mod - Scoreboard Repositioning, and now Announcement Repositioning!

Discussion in 'Capture the Flag' started by KirbysDreamLand, Jun 21, 2015.

?

Who would use this mod?

Poll closed Jul 5, 2015.
  1. I would use this

    82.1%
  2. This is a dumb idea

    17.9%
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    ew not forge compatible
     
    • Funny Funny x 1
  2. mikye

    mikye Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    141
    Ratings:
    +62
    haha i lol'd
    im a plugin dev but isnt forge compatibility ez
     
  3. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    ish
     
  4. KirbysDreamLand

    KirbysDreamLand Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    260
    Ratings:
    +77
    I would use forge but forge doesn't let you modify Minecraft's internal code easily. It is not forge compatible for the same reason that optifine is not forge compatible. You might be able to install it with forge though. It just won't load if you put it in the mods folder.
     
  5. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    It doesn't require modifying Minecraft's "internal code". You catch a render event, cancel it, and render your own scoreboard.
     
  6. KirbysDreamLand

    KirbysDreamLand Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    260
    Ratings:
    +77
    I could make a forge mod but it would be a lot more complicated than adding a few lines of code to the method used to draw the scoreboard. Has anyone tried to install this as a jar mod ontop of a forge installation?

    Actually, don't try. It might work but it will break forge for sure.

    How2makeasecondpoll?

    Screw it just go here http://goo.gl/Ohj1CG

    Actually, forge is compatible with optifine lol. I've never used forge before, so don't blame me.
     
  7. NomNuggetNom

    NomNuggetNom Professional Breaker

    Joined:
    May 17, 2015
    Messages:
    338
    Ratings:
    +634
    I don't think there's a render event for Scoreboards. @kirby2ig If you ever want to draw your own Scoreboad, feel free to use some of the MCPVP mod. It's not great but it's pretty good.
     
  8. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    How about RenderTickEvent?
    or whatever it was called
     
  9. NomNuggetNom

    NomNuggetNom Professional Breaker

    Joined:
    May 17, 2015
    Messages:
    338
    Ratings:
    +634
    That renders more than the Scoreboard and I doubt it can be cancelled.
     
  10. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    I think it has a method that returns what it's rendering...?
     
  11. KirbysDreamLand

    KirbysDreamLand Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    260
    Ratings:
    +77
    • Useful Useful x 1
  12. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    I still think you can do it without messing with base classes, but whatever you say :v
     
  13. KirbysDreamLand

    KirbysDreamLand Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    260
    Ratings:
    +77
    Since this was such a small mod, It was actually a lot easier for me to not have to worry about Forge. It also only requires the modification of one class, so I can update this mod to newer versions of Minecraft without waiting for MCP to update.

    R5 is out! Added Forge compatibility! Woo!
     
  14. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    Okay, why is there an installer if it's a forge mod?
     
  15. Slithium

    Slithium Wild West Sheriff | Revive HG

    Joined:
    Sep 5, 2013
    Messages:
    180
    Ratings:
    +19
    Discord:
    Slithium#7936
    I have the same problem. Scoreboard blocks the game.
     
  16. silvah777

    silvah777 Member

    Joined:
    Jun 28, 2015
    Messages:
    77
    Ratings:
    +19
    I feel like our dev should take note of this unanimous decision. Currently at 7 for and none against.

    The words on screen are way too big and my HUD is on normal...
     
  17. DeZilla

    DeZilla wat

    Joined:
    May 18, 2015
    Messages:
    224
    Ratings:
    +165
    [​IMG]
    ( ͡° ͜ʖ ͡°)
     
    • Funny Funny x 1
  18. KirbysDreamLand

    KirbysDreamLand Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    260
    Ratings:
    +77
    It still isn't a Forge mod. It just works with Forge now.
    That seems like a bit of a problem. Any other mods? What resolution is the game running at? Are there any errors in the log?
     
  19. DeZilla

    DeZilla wat

    Joined:
    May 18, 2015
    Messages:
    224
    Ratings:
    +165
    No, I'm using a mod that allow you to move the chat instead of scoreboard, using that mod for the chat filter it has.
     
  20. KirbysDreamLand

    KirbysDreamLand Well-Known Member

    Joined:
    May 17, 2015
    Messages:
    260
    Ratings:
    +77
    Oh, okay. Phew. Had me a little worried for a second there.

    I think I will change the size of the text for all pop-up alerts and draw them below the chat. That way, this will work on all servers! The alerts are just as annoying there as they are in CTF imo.

    I got the pop-ups to be rendered below the chat, but the code won't work in Forge for some reason. I tried to rewrite the mod using Forge events, but I can't seem to find any events that involve the titles (pop-ups) or the scoreboard. I can add compatibility with newer versions of OptiFine, but it looks like Forge is not a possibility at this point in time. You will still be able to use the mod with Forge, but the pop-ups will not be properly taken care of. I will look for a possible workaround though.

    r6 is out! http://www.mediafire.com/download/y5nk16tf7acrxci/ScoreboardRepositioningModr6.jar

    As of right now, Forge doesn't support the titles, pop-ups, announcements, banners, or whatever you call them. I guess we will have to wait for support to be added.
     
    • Like Like x 1
Loading...
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...