Jump to content

Fullscreen Toggle


Thor

Recommended Posts

This is mostly for Admins who constantly have several windows open or anyone who likes to multi-task while playing. This toggle will set your screen to Full screen or Small screen and back again, of course Alt/Enter does the same thing, this is just another way of doing that only with 1 button.

 

/////////////////////////////////////////////////////////////////

// Fullscreen Toggle

// Toggles between full screen and windowed view

// * set game resolution less than desktop!

// * restarts game!

// binds w

/////////////////////////////////////////////////////////////////

 

set window "set r_fullscreen 0; set togScreen vstr fullscreen; vid_restart;"

set fullscreen "set r_fullscreen 1; set togScreen vstr window;vid_restart;"

set togScreen "vstr window" // set first toggle

unbind w // make sure key unbound

bind w "vstr togScreen" // bind key to toggle

 

 

Thor! B)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.