Page 1 of 2

Recording

PostPosted: Sun Dec 04, 2016 12:18 am
by Leguhx
Hello,

I have a question for anyone who can answer me.
Is it possible to get rid of the scoreboard at the top right of the screen?
It is quite annoying to edit to.

Kind regards,
Leguhx

Re: Recording

PostPosted: Sun Dec 04, 2016 7:48 am
by BadBoy
Type in console "/setu ui_hide_rank 1" then reconnect to the server.

Re: Recording

PostPosted: Sun Dec 04, 2016 4:24 pm
by Leguhx
Thank you,
although it still shows the exp bar which is a problem for when I record demos,
is it also possible to remove it as well?

Re: Recording

PostPosted: Sun Dec 04, 2016 11:20 pm
by BadBoy
Leguhx wrote:Thank you,
although it still shows the exp bar which is a problem for when I record demos,
is it also possible to remove it as well?

Why is that a problem?

Re: Recording

PostPosted: Mon Dec 05, 2016 2:50 pm
by Leguhx
while recording a demo at the bottom of the screen if the mod is not running it shows up as a missing texture, for one thing the exp bar is non existent in cod2 except for on the king-clan servers

Re: Recording

PostPosted: Tue Dec 06, 2016 12:15 am
by BadBoy
Leguhx wrote:while recording a demo at the bottom of the screen if the mod is not running it shows up as a missing texture, for one thing the exp bar is non existent in cod2 except for on the king-clan servers

That can be fixed by the user...

Put the king mod files in your main folder.

Re: Recording

PostPosted: Tue Dec 06, 2016 7:09 am
by Leguhx
I still would rather not have the EXP bar showing to be honest.

Re: Recording

PostPosted: Tue Dec 06, 2016 7:17 am
by BadBoy
To hide the XP bar i'll need to change its HUD to be client side rather than server-side. This is bad because we've pretty much already used all available client-side HUD's and adding more will cause issues and we'll run into engine limits.

If iznogod reads this, he can probably explain it better.

So yeah, unless you give me a very good reason for changing it, I won't be allowing the xp bar to be hidden.

Re: Recording

PostPosted: Tue Dec 06, 2016 9:38 am
by iznogod
Replace the xp bar texture with a custom one (dont use "white" or "black" as they're stock textures), then put those in the 000Empty file. That way, clients can override it with a custom localized_english_iw00.iwd in their fs_game where they replace the custom textures with a full alpha-channel texture.

Re: Recording

PostPosted: Tue Dec 06, 2016 9:47 am
by BadBoy
iznogod wrote:Replace the xp bar texture with a custom one (dont use "white" or "black" as they're stock textures), then put those in the 000Empty file. That way, clients can override it with a custom localized_english_iw00.iwd in their fs_game where they replace the custom textures with a full alpha-channel texture.

Question remaining is will Leguhx do all those steps? I don't want to waste my time making it possible if he's not going to do it.