Quake – Guide for Adding Custom Add-On in Game + How to Create Multiplayer Rooms

Quake – Guide for Adding Custom Add-On in Game + How to Create Multiplayer Rooms 1 - steamlists.com
Quake – Guide for Adding Custom Add-On in Game + How to Create Multiplayer Rooms 1 - steamlists.com

A simple guide for taking clean screenshots at the click of a button.
 
 

How to:

  • Windows + R
  • Navigate to:
     
     
     
     
     

    %USERPROFILE%\Saved Games\Nightdive Studios\Quake\kexengine.cfg
  • Copy and paste the following code with your own keybind alteration:
     
     
     
     
     

    bind f4 "css_toggle"
    alias css_toggle "css_toggle_off"
    alias css_toggle_on "alias css_toggle css_toggle_off;cl_hud 1;crosshair 1;r_drawviewmodel 1"
    alias css_toggle_off "alias css_toggle css_toggle_on;cl_hud 0;crosshair 0;r_drawviewmodel 0"
    
  • Save
  • Press F4 (or whatever keybind you chose) in-game to turn on and off all hud elements. You can even bind it to the same key as your Steam screenshot key and use the wait command as a timer.
     
     
     
    Example:
     
     
     
     
     

    alias css_toggle "cl_hud 0;crosshair 0;r_drawviewmodel 0;wait;wait;wait;cl_hud 1;crosshair 1;r_drawviewmodel 1"

 
 
Quake - Guide for Adding Custom Add-On in Game + How to Create Multiplayer Rooms - How to: - E6EED62
 
 
Quake - Guide for Adding Custom Add-On in Game + How to Create Multiplayer Rooms - How to: - AF4D8BD
 
 

Written by Lord Bork

 
 
This is all about Quake – Guide for Adding Custom Add-On in Game + How to Create Multiplayer Rooms; I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*