Guides/GoldSrc: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
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. | 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, 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 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>. | |||
Revision as of 02:28, 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.
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, then the only way to take a HUD-less screenshot is by using AMX Mod X and installing these two plugins: Noclip and Godmode and Notarget.
If you're on 4.0 and below, you can use sv_cheats 2 and cl_noclip 1 along with cl_notarget 1.