Page 1 of 1

'1st Round' and '[PLAYER] vs [PLAYER]' HUD text

PostPosted: 21 Mar 2015, 00:27
by delpetra
I've been modding my own HUD and noticed that rogerfed's AO12 HUD includes the following text at the top right of the screen:
Image
From snooping around in the menu files I've found this part of text in hud_ao12sub.menu:
item
{
Text CCTV /Intern/Team1Entry /Intern/Team2Entry
Pos 615 35
Font CCTVF
ShrinkToMaxPixel NameBoardMaxLength
}
item Round
{
CycleButton #Text
Pos 615 20
Font RAOF
ShrinkToMaxPixel TrnMaxLength

OnAction
{
SlideCfg /WT_Intern/Round -1 100

Is there a way to get this information to show up in the HUD for another tournament/scoreboard? Specifically the WTA ones. I would have tried to copy the text (and the text that defines the RAOF and CCTVF fonts) into respective files for the WTA HUD but there is no hud_wtasub.menu file.
Thanks!

Re: '1st Round' and '[PLAYER] vs [PLAYER]' HUD text

PostPosted: 22 Mar 2015, 06:09
by linaroger
You can copy the code to other scoreboards files certainly.But you know how it woks ?

Re: '1st Round' and '[PLAYER] vs [PLAYER]' HUD text

PostPosted: 22 Mar 2015, 16:39
by delpetra
linaroger wrote:You can copy the code to other scoreboards files certainly.But you know how it woks ?

No, I'm not sure what I need to copy! :sweat: