View Single Post
  #1 (permalink)  
Old January 1st, 2007
santa_sh0t_tupac's Avatar
santa_sh0t_tupac santa_sh0t_tupac is offline
forum regular
 
Join Date: November 25th, 2006
Location: Alabama. Where beating your wife is fine and gambling is illegal because it says so in the Bible.
Status: No Status
Posts: 181
Default DOT xhair sprites.

This is a .spr file which contains 16 different colored DOTS for xhairs. Put it in your /steam/steamapps/YOURNAME/day of defeat/dod/sprites folder. I've also included a simple toggle script to scroll through the sprites. You can put it in your /steam/steamapps/YOURNAME/day of defeat/dod/userconfig.cfg file to load whenever DOD launches. NOTE: Setting cl_xhair_style to 0 should make it the original game sprite you selected. ;d

Code:
alias xhair "xtog1" alias xtog0 "gl_spriteblend 1; cl_xhair_style 0; alias xhair xtog1" alias xtog1 "gl_spriteblend 0; cl_xhair_style 1; alias xhair xtog2" alias xtog2 "gl_spriteblend 0; cl_xhair_style 2; alias xhair xtog3" alias xtog3 "gl_spriteblend 1; cl_xhair_style 3; alias xhair xtog4" alias xtog4 "gl_spriteblend 1; cl_xhair_style 4; alias xhair xtog5" alias xtog5 "gl_spriteblend 1; cl_xhair_style 5; alias xhair xtog6" alias xtog6 "gl_spriteblend 1; cl_xhair_style 6; alias xhair xtog7" alias xtog7 "gl_spriteblend 0; cl_xhair_style 3; alias xhair xtog8" alias xtog8 "gl_spriteblend 0; cl_xhair_style 4; alias xhair xtog9" alias xtog9 "gl_spriteblend 0; cl_xhair_style 5; alias xhair xtog10" alias xtog10 "gl_spriteblend 0; cl_xhair_style 6; alias xhair xtog11" alias xtog11 "gl_spriteblend 1; cl_xhair_style 7; alias xhair xtog12" alias xtog12 "gl_spriteblend 1; cl_xhair_style 8; alias xhair xtog13" alias xtog13 "gl_spriteblend 1; cl_xhair_style 9; alias xhair xtog14" alias xtog14 "gl_spriteblend 1; cl_xhair_style 10; alias xhair xtog15" alias xtog15 "gl_spriteblend 0; cl_xhair_style 11; alias xhair xtog16" alias xtog16 "gl_spriteblend 0; cl_xhair_style 12; alias xhair xtog17" alias xtog17 "gl_spriteblend 0; cl_xhair_style 13; alias xhair xtog18" alias xtog18 "gl_spriteblend 0; cl_xhair_style 14; alias xhair xtog19" alias xtog19 "gl_spriteblend 1; cl_xhair_style 15; alias xhair xtog20" alias xtog20 "gl_spriteblend 0; cl_xhair_style 16; alias xhair xtog0" bind w xhair

DL the following:
dodcross_multi.zip


I DID NOT MAKE THE SPRITES OR THE SCRIPT. They were ganked from some old ass forum listing and I wish I had paid more attention to who created it. Props to that nigger.

EDIT: Make sure you bind xhair to a key you want...so if you wanted it to be your p key..it would be:
Code:
bind p xhair


Last edited by diamond-optic; May 6th, 2007 at 11:24 PM. Reason: removed cdrive shit....
Reply With Quote