Game Development Community

GUI makes mouse not work? help please

by Christian · in Game Design and Creative Issues · 12/11/2006 (12:39 pm) · 4 replies

I'm trying to modify the default fps GUI. When I move the healthbar/energybar/chat window to a different location on the screen my mouse doesn't control the game anymore. I can move my mouse arroy around the screen but it doesn't make my character look anymore. Any ideas how to fix this?

#1
12/11/2006 (1:13 pm)
This may help.
#2
12/11/2006 (1:41 pm)
Thanks, works great now. One more question. The text bar that you type in when you press 'u' in default. What gui is that under? I am trying to move it but haven't found it in any of them.
#3
12/11/2006 (3:34 pm)
Search your scripts for 'MessageHud'. The 'u' key is unhooked in my project but by looking at key binds, i see it was hooked into "toggleMessageHud".
#4
12/13/2006 (11:00 pm)
See parameter
nocursor=0