Disable Viewpoint changing for F12?

Status
Not open for further replies.

DSiDewd

Member
Is it possible to disable viewpoint changing when pressing F12? I'm trying to take screenshots in Steam, and I don't want to have that annoying "Viewpoint: DSiDewd" in the corner.
 
To take a screenshoot on SRB2, use F8.
Otherwise, I have not checked, but there must be ... I think you can configure the screenshoot button in the Options ==> Configure.
 
If you want to hide the messages like "Viewpoint: DSiDewd":
Code:
 con_hudlines 0
... bringing it back:
Code:
 con_hudlines 5
or:
Code:
 con_hudtime 0
... bringing it back:
Code:
 con_hudtime 5
If you want to hide the hud elements ("Lives", "Rings", "Score" etc):
Code:
showhud 0
... bringing it back:
Code:
showhud 1

There's more here: http://wiki.srb2.org/wiki/Console
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top