danielmm8888 / TF2Classic

A repo containing the source code for Team Fortress 2 Classic
Other
40 stars 15 forks source link

Main menu avatar size #259

Open PistonMiner opened 8 years ago

PistonMiner commented 8 years ago

The main menu panel avatar is of 64x64 resolution while it should be 184x184.

NicknineTheEagle commented 8 years ago

Any progress on this?

PistonMiner commented 8 years ago

Backend code isn't working as intended, will debug that deeper later

ghost commented 8 years ago

k_EAvatarSize184x184 in CTFMainMenuPanel::PerformLayout doesn't work?

I've only seen Valve use 64x64 in the main menu before (back when live TF2 used to have one).

Yushe commented 8 years ago

Not sure if this has been fixed yet or is being fixed but on the scoreboard peoples avatars are cut off a bit at the bottom and at the top.

PistonMiner commented 8 years ago

This is a totally different thing, please open a seperate issue.

NicknineTheEagle commented 8 years ago

@SnowshoeIceboot I just tried it to see for myself, k_EAvatarSize184x184 doesn't work properly, you just get 64x64 avatar tucked into a corner.

PistonMiner commented 8 years ago

Aye, not sure what's causing it, shouldn't be happening at all, 32x32 and 64x64 work fine.