Page 1 of 1

Deus Ex/UT2k4 HUD Disabling

PostPosted: Thu Jul 24, 08 12:01 am
by Tonnochi
I forgot how to disable my HUD as a console command. I'm trying to do a UT2k4 machinima and I'm wondering if it might work for that as well. Anyone have any answers?

PostPosted: Thu Jul 24, 08 12:21 am
by Dae
You can turn off HUD in Deus Ex and UT2k4 using

Code: Select all
showhud false

PostPosted: Thu Jul 24, 08 1:28 am
by Dex
I thought it was showhud 0? Or can I type false or 0 then true or 1?

PostPosted: Thu Jul 24, 08 2:24 am
by Tonnochi
Dextruktor wrote:I thought it was showhud 0? Or can I type false or 0 then true or 1?


It's optional.

And thanks Dae.

PostPosted: Thu Jul 24, 08 11:36 am
by Dae
Dextruktor wrote:I thought it was showhud 0? Or can I type false or 0 then true or 1?

You can use 0 instead of false, or 1 instead of true with all boolean console functions. It's optional as Zeitgeist said.

PostPosted: Thu Jul 24, 08 2:16 pm
by Dex
Ah I see. Thanks.