1

Topic: Hide demo player on mac

Hello guys,
i need some help with the tw demo player. There is no way to make the whole HUD invisible for edits/montages.
Do you know a client for OS X Mountain Lion ? I tried Sushi, but it dosn´t work with my OS X version.

Greetings :3

2

Re: Hide demo player on mac

You can easily compile your own. Just add a

if(g_Config.m_ClNoHud)
{
   ...
}

at the beginning of the last function of src/game/client/components/hud.cpp.
Also add the variable to src/game/variables.hpp (follow the usual pattern).

If you need further explanation just write here.

Not Luck, Just Magic.