Help - Search - Members - Calendar
Full Version: Dod Screenshot Script
Forum 17B > Hl1 Mods - Hl2 Mods - Other Mods > Half-Life / Half-LifeĀ² > Day of Defeat / DoD:Source
LiveWire
Here`s a script I made for taking screenshots, it removes the Hud icons on Day of defeat.

Put script in to your autoexec.cfg, and use F9 to switch them on/off

bind F9 "hudoff"

alias hudoff "hud_draw 0;cl_hud_objectives 0;cl_hud_health 0;cl_hud_ammo 0;cl_hud_reinforcements 0;cl_hud_objtimer 0;echo Hud Off;bind F9 hudon"

alias hudon "hud_draw 1;cl_hud_objectives 1;cl_hud_health 1;cl_hud_ammo 1;cl_hud_reinforcements 1;cl_hud_objtimer 1;echo Hud On;bind F9 hudoff"
Igrik
Thanks a lot ! I need it. felicitation.gif
S3B
Nice - Useful
Ch40$
nice icon_oui.gif have this now icon_kimouss.gif

http://www.17buddies.net/17b2/View/Map/904...rtarico_v1.html
Ch40$
make overviews self
cfg.: _cl_minimapzoom "2"
You must run game at 1024x768 resolution
Console:
sv_cheats 1
dev_overview 2
net_graph 0
Press F9 "hudoff"
Start Map and make a Screen: Save 256 Colors bitmap with paint
Console: dev_overview 1
Make a Screen:

(Data from dev_overview 1 screen in the overviews dod_mapname.txt)

// overview description file for dod_mapname

global
{
ZOOM 1.33
ORIGIN -1040.00 -64.00 588.00
ROTATED 1
}

layer
{
IMAGE "overviews/dod_mapname.bmp"
HEIGHT -305.00
}

for a RES.:

overviews/dod_mapname.txt
overviews/dod_Mapname.bmp

example : http://www.17buddies.net/17b2/View/Map/90240/dod_rushed.html
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.