Page 1 of 1

MQ2HUD

Posted: Fri May 21, 2004 1:19 pm
by Mysteryman
I have tried to modify the mq2hud.ini file, inserted elements, etc... and I can't get anything to show up on the screen..

When I do a /plugin list, it's loaded.

Is there some secret trick to getting this stuff to show on screen?

Basicly, my mq2hud.ini looks like this...

[Elements]
Blah=3,512,384,255,255,0,SHOWUP


With that i would expec tto get the word "SHOWUP" on the screen at 512,384, with the color 255,255,0 ... i get nothing at all. Any clues?

Posted: Fri May 21, 2004 2:09 pm
by Fuergrissa
ok insert this in your hudini file

Code: Select all

GameTime=3,5,35,255,255,255,GameTime - ${GameTime} - ${If[${String[${GameTime.Night}].Equal["TRUE"]},Night Time,]}${If[${String[${GameTime.Night}].NotEqual["TRUE"]},Day Time,]}
the gametime will be displayed TOPLEFT if it is not try pressing F11.

Posted: Fri May 21, 2004 2:28 pm
by Mysteryman
Wow... as simple as pressing F11.... I havn't looked at that in so long iI forget the key existed ;)

Thanks.. It was all about the f11