Shot by cHota gAbbar
Summary
| Feature | Supported |
|---|---|
| Vanilla Photo Mode | No |
| Hotsampling | No |
| DSR | Yes |
| Custom Aspect Ratios | Yes |
| Reshade | Yes |
| Ansel | No |
| Graphics API | DirectX 9 |
Workflow
Enable Console
Start the game, open Settings and then the Keyboard section. Click on Advanced, and in the new window, tick the select box that says Enable Developer Console. By default, the tilde key is used to toggle the console window.
Console Commands
-
Server Cheats: To allow you to use the next command, you need to enable cheats in the server (local). To do so, you can do either of the following:-
- Open your console and type
sv_cheats 1to enable cheats (andsv_cheats 0to disable them). -
Open your console and type the following two commands. This will allow you to enable and disable server cheats by pressing
xandzrespectively.*bind "x" "sv_cheats 1"bind "z" "sv_cheats 0"
- Open your console and type
-
NoClip: To freely move (rather levitate) through a level, you need to use the
noclipcommand. Keep in mind, you need to have server cheats enabled for this to work. Do either of the following:-- Open your console and type
noclipto toggle it on and off. - Open your console and type
bind "v" "noclip". Now, you can pressvto togglenoclipon and off.
- Open your console and type
-
HUD and Crosshair: You can show (or hide) the HUD and crosshair by doing either of the following:-
- Open your console and type
cl_drawhud 0to hide the HUD and Crosshair (andcl_drawhud 1to show them). -
Open your console and type the following two commands. This will allow you to show and hide the HUD and Crosshair by pressing
gandhrespectively.*bind "g" "cl_drawhud 0"bind "h" "cl_drawhud 1"
- Open your console and type
-
ViewModel: You can show and hide your gun viewmodel by doing either of the following:
- Open your console and type
r_drawviewmodel 0to hide your viewmodel (andr_drawviewmodel 1to show it). -
Open your console and type the following two commands. This will allow you to show and hide the gun viewmodel by pressing
bandnrespectively.*bind "b" "r_drawviewmodel 0"bind "n" "r_drawviewmodel 1"
- Open your console and type
* Keep in mind if you have other actions bound to these keys, you may experience unwanted behaviour. Feel free to replace these with keys of your choices.
Depth Buffer
To properly set up the Depth Buffer access, follow this guide. You will most probably need to check the Copy depth buffer before clear operations box. You may also have to disable MSAA. Go to Options -> Video -> Advanced and select Antialiasing mode as None.