Guides/GoldSrc: Difference between revisions

From MaPicDB Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


For all common games, you can just type <code>map [mapname]</code> in the console (as long as you have never previously opened another map). You will appear as if you were in Half-Life, without weapons and without HUD. Then you can just use <code>sv_cheats 1</code> along with <code>noclip</code> (this sometimes requires you to <code>restart</code> the map) to freely navigate the map.
For all common games, you can just type <code>map [mapname]</code> in the console (as long as you have never previously opened another map). You will appear as if you were in Half-Life, without weapons and without HUD. Then you can just use <code>sv_cheats 1</code> along with <code>noclip</code> (this sometimes requires you to <code>restart</code> the map) to freely navigate the map.
Use also <code>crosshair 0</code> to remove crosshair drawing in case it's there and <code>r_drawviewmodel 0</code> to hide first-person models.
== Counter-Strike ==
If for some reason you don't want to use the common steps above, this game already has this command called <code>hud_hide 0</code> which allows you to hide the HUD (doesn't work on spectator), but the only way to use noclip on a server is by using [https://www.amxmodx.org/ AMX Mod X] along with [https://forums.alliedmods.net/showthread.php?p=199742 this plugin].


== HL Rally ==
== HL Rally ==
Line 9: Line 13:


== Sven Co-op ==
== Sven Co-op ==
The map command doesn't work here as it will load a listen server instead.
The <code>map</code> command doesn't work here as it will load a listen server instead.


If you're on 3.0, then the only way to take a HUD-less screenshot is by using AMX Mod X and installing these two plugins: [https://forums.alliedmods.net/showthread.php?p=199742 Noclip and Godmode] and [https://forums.alliedmods.net/showthread.php?p=199427 Notarget].
If you're on 3.0, unfortunately there's not a way to hide the HUD.


If you're on 4.0 and below, you can use <code>sv_cheats 2</code> and <code>cl_noclip 1</code> along with <code>cl_notarget 1</code>.
If you're on 4.0 and up, you can use <code>sv_cheats 2</code> and <code>cl_noclip 1</code> along with <code>cl_notarget 1</code>.

Revision as of 02:46, 28 November 2025

This guide will explain how to take HUD-less screenshots on GoldSrc-based games/mods.

For all common games, you can just type map [mapname] in the console (as long as you have never previously opened another map). You will appear as if you were in Half-Life, without weapons and without HUD. Then you can just use sv_cheats 1 along with noclip (this sometimes requires you to restart the map) to freely navigate the map. Use also crosshair 0 to remove crosshair drawing in case it's there and r_drawviewmodel 0 to hide first-person models.

Counter-Strike

If for some reason you don't want to use the common steps above, this game already has this command called hud_hide 0 which allows you to hide the HUD (doesn't work on spectator), but the only way to use noclip on a server is by using AMX Mod X along with this plugin.

HL Rally

Unfortunately this mod doesn't have a free-look spectator mode and doing noclip with sv_cheats feels broken as this mod doesn't have vertical movement.

The only way to take HUD-less screenshots on this mod is copying all the maps files to Half-Life and launching them from there with the common commands listed at the beginning of this article.

Sven Co-op

The map command doesn't work here as it will load a listen server instead.

If you're on 3.0, unfortunately there's not a way to hide the HUD.

If you're on 4.0 and up, you can use sv_cheats 2 and cl_noclip 1 along with cl_notarget 1.