Quake 4
(Servono più voti)
Quake 4: HUD Free Screenshots
Da erc
Simple instructions for taking HUD-free screenshots with expanded FOV.
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Instructions
1) Go to your 'q4base' folder which is located under the game's installation directory.
2) Open autoexec.cfg with Notepad. If you do not have that file already, make a copy of Quake4Config.cfg found in the same folder, delete its contents and save.
3) Add the following lines (after the existing commands if you have any), then save and exit.
set ss1 "g_fov 120; g_showHud 0; ui_showGun 0; bind F3 vstr ss2"
set ss2 "g_fov 90; g_showHud 1; ui_showGun 1; bind F3 vstr ss1"
bind "F3" "vstr ss1"
Note that the FOV value in the first line (120 in this case) corresponds to the expanded FOV that is used in what may be called the 'Screenshot Mode', while the same value in the second line (90) is the one used throughout regular gameplay. You can change these two values to your liking. Likewise, the F3 key that is found in all three lines, which is used for switching between the two modes, can be replaced with any other key - if you intend to do so, be sure to change all three instances of it with the same key to not break the script.
The other variables included in the alias (which are there for disabling / enabling the HUD (including the crosshair) and the weapon model respectively) should not be modified as they are crucial for the HUD-free look.
You can now use the F3 key (or the key of your choice) to toggle between the two modes.
Here is the result with the above-mentioned values (which I personally use):
Shots were taken using 4x AI upscaled textures by deeppurple1968 which can be found here.
2 commenti
Rectäl Ragnarök 23 gen 2023, ore 7:42 
Hi, would you know of any commands that could disable autosave?
cs20yrs 9 lug 2022, ore 4:07 
+rep solid advice!