Overview
Remove your Weapon and Hud from the screen. Useful for screenshots and videos.Works for many Source-Engine games.
Preparation
1. At first, you have to active the ingame console. I think there are many guides, so I will skip this step.
2. Load a game, load a map or start a new game. You have to be in the game for the next steps.
Remove the HUD
1. Open the ingame console.
2. Enter “sv_cheats 1” – so this will only work in singleplayer games or on your own server.
3. Enter “cl_drawhud 0” – this will remove the HUD, the weapon is still visable.
The result could look like the following picture:
Remove the weapon
1. Open the ingame console.
2. Enter “sv_cheats 1” – so this will only work in singleplayer games or on your own server.
3. Enter “r_drawviewmodel 0” – this will remove the weapon.
Another way to remove the weapon, enter “impulse 200” – but if r_drawviewmodel 0 is working, that one is better.
The result could look like the following picture:
End
I hope this guide will help some people to create cool things. 🙂