Results 1 to 6 of 6

Thread: Scoreboard Bug at end of round

  1. #1

    Default Scoreboard Bug at end of round

    So I just added the Reborn Patch to my AA server and found a bug regarding the scoreboard. When a map loads the text and picture are normal, however when a round ends the scoreboard picture vanish and half of the text disappears. I believe this is a bug associated with reborn because when our server was on Spearhead we never encountered this bug, and the one week in which we ran Allied Assault without the reborn patch we also didn't have this error. Also after the round ends the scoreboard stays in its messed up state until the next map.

    Reborn patch 1.117 RC3.5 (sv info says MoH:AA 1.12 Reborn Patch RC3.5 (WIN) )
    Game-types on Server: Freeze-Tag and Liberation (mod by sorridstroker)

    Pictures will be attached
    Click image for larger version. 

Name:	shot0021.jpg 
Views:	21 
Size:	397.8 KB 
ID:	2004
    Click image for larger version. 

Name:	shot0022.jpg 
Views:	20 
Size:	373.5 KB 
ID:	2005
    Click image for larger version. 

Name:	shot0023.jpg 
Views:	17 
Size:	363.8 KB 
ID:	2006
    Click image for larger version. 

Name:	shot0024.jpg 
Views:	16 
Size:	257.0 KB 
ID:	2007


    Thanks,
    <T|F|B>The Shadow

  2. #2

    Default

    that happens when you have many "sets" in your config.cfg, like you have in your server

    it should be fixed if you remove this from your config
    Code:
    sets "Admin"       "<T|F|B>The Shadow"
    sets "Clan"        "<T|F|B> The Forgotten Battalion"
    sets "Email"       "tfbclan001@gmail.com"
    sets "sv_keywords" "MOHAA Server"
    sets "webiste"     "www.tfb-clan.jigsy.com"

  3. #3
    Senior Member beroo's Avatar
    Join Date
    Dec 2017
    Location
    Cairo
    Posts
    108

    Default

    Quote Originally Posted by Zappa View Post
    that happens when you have many "sets" in your config.cfg, like you have in your server

    it should be fixed if you remove this from your config
    Code:
    sets "Admin"       "<T|F|B>The Shadow"
    sets "Clan"        "<T|F|B> The Forgotten Battalion"
    sets "Email"       "tfbclan001@gmail.com"
    sets "sv_keywords" "MOHAA Server"
    sets "webiste"     "www.tfb-clan.jigsy.com"
    Is that the only reason Zappa ?
    I thought this bug from gametype mod [I'm using mefy]
    then how many maximum sets should i use as u said
    and i wonder also what is the relevance between sets in config file and
    Code:
    setcvar "g_obj_alliedtext1" "   Welcome At Server"
    something like that in the map script ?!
    Last edited by beroo; October 19th, 2018 at 08:06 PM.
    Greetings :-{[T_P]}- BeroO -{[CF]}-
    the-pharaohs.enjin.com

  4. #4

    Default

    IDK what is the exact limit of sets to use, but yes, that's the reason
    it happened to me years ago when i used many sets to show extra info in Xfire

    i think when you use many sets in the config you break the limit of serverinfo string of the server,
    and since the scoreboard info is always shown at the end of that string it gets truncated from it.


    setcvar is just like set but for scripting only
    also this is the difference between all the "sets"
    Code:
    set    sets a cvar  
    seta   sets a cvar and flags it as archive 
    sets   sets a cvar and flags it as server info  
    setu   sets a cvar and flags it as user info

  5. #5
    Senior Member beroo's Avatar
    Join Date
    Dec 2017
    Location
    Cairo
    Posts
    108

    Default

    ok Zappa i got it
    i'm using the double of The Shadow sets or more btw so i willn't use many sets anymore thank u for these tips
    Greetings :-{[T_P]}- BeroO -{[CF]}-
    the-pharaohs.enjin.com

  6. #6

    Default

    Thanks for the help Zappa, removed the lines and it fixed the issue.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •