Nexuiz Ninjaz - Practicing the Ninja Art of Nexuiz

Full Version: [cfg] Windowed Mode / Fullscreen toggle - alt/tabish
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hate closing Nexuiz to talk to clan mates or friends? Paste these binds into your personal binds cfg or an 'autoexec.cfg' file in your data directory.

The next release of the ninja pack will include these binds.

Quote:
bind F9 "+fullscreen" // Toggle fullscreen
alias +fullscreen ""
alias -fullscreen "fullscreen_off"
alias fullscreen_off "vid_fullscreen 0 ; vid_restart ; alias -fullscreen fullscreen_on"
alias fullscreen_on "vid_fullscreen 1 ; vid_restart ; alias -fullscreen fullscreen_off"

So when you push F9, you toggle fullscreen?
Yes, that is what the first line does and says:

Quote:
bind F9 "+fullscreen" // Toggle fullscreen

What i dont understand is: I always have windowed mode open, and when i F9 nothing happens, i have to press twice,...
I find this extremely useful, good job -z-. :D
I have made a preset on http://training.nexuizninjaz.com/
That also toggles fullscreen, this one always work, but you have to be in game.
is it possible to do this through the console? (sorry if the answer is obvious :P)
Yes, you just type toggle vid_fullscreen ; vid_restart

toggle turns "+" to "-" and reversed.

Or if you want an easier bind: bind F9 "toggle vid_fullscreen ; vid_restart"
I never try to multi-task when it comes to Nexuiz, it's way too fast for me.
Heh, I always ignore IRC sounds when I'm playing. But maybe I'll use it when someone highlights my name.
Reference URL's