Taking Screenshots
Posted: Sat Oct 22, 2005 12:59 pm
By default, f12 takes screenshots. The screenshots are saved in your quake 4\q4base\screenshots directory. Screenshots are saved as .tga's, to view them you will need a graphics program such as photoshop. To take jpg screenshots, use the 'screenshotJPEG' command.
Here is a clean screenshot script. It binds the f11 key to take screenshots without the gun model and hud.
bind F11 "set ui_showGun 0; set g_showHud 0; screenshot; set g_showHud 1; set ui_showGun 1"
About youre scrip that works N1, i have change only 1 thing its;
bind F11 "set ui_showGun 0; set g_showHud 0; screenshotJPEG; set g_showHud 1; set ui_showGun 1"
I have replace the "screenshot" by "screenshotJPEG"
I dont understand why this script works and weapon script don't !!!
Here is a clean screenshot script. It binds the f11 key to take screenshots without the gun model and hud.
bind F11 "set ui_showGun 0; set g_showHud 0; screenshot; set g_showHud 1; set ui_showGun 1"
About youre scrip that works N1, i have change only 1 thing its;
bind F11 "set ui_showGun 0; set g_showHud 0; screenshotJPEG; set g_showHud 1; set ui_showGun 1"
I have replace the "screenshot" by "screenshotJPEG"
I dont understand why this script works and weapon script don't !!!