Forum
Crosshair troubles
Created 26th October 2013 @ 20:30
Add A Reply Pages: 1
Hey everyone,
Looking to get the same crosshair as this video http://www.youtube.com/watch?v=3mcto2UsZGA
Downloaded the cfg in the description, can’t get the same. My resolution is 1920×1080, and I’m using yA_hud. He combined default crosshair with konrwings.
My second problem is that I’m unable to disable my color crosshair switcher
My cfg with the script:
// color toggler
alias dotxhaircolor “dotxhaircolorb”
alias dotxhaircolorb “cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc”
alias dotxhaircolorc “cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord”
alias dotxhaircolord “cl_crosshair_blue 240; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorb”
// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)
bind z +mfwd
bind s +mback
bind q +mleft
bind d +mright
alias +mfwd “-back;+forward;alias checkfwd +forward;dotxhaircolor”
alias +mback “-forward;+back;alias checkback +back;dotxhaircolor”
alias +mleft “-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor”
alias +mright “-moveleft;+moveright;alias checkright +moveright;dotxhaircolor”
alias -mfwd “-forward;checkback;alias checkfwd none;dotxhaircolor”
alias -mback “-back;checkfwd;alias checkback none;dotxhaircolor”
alias -mleft “-moveleft;checkright;alias checkleft none;dotxhaircolor”
alias -mright “-moveright;checkleft;alias checkright none;dotxhaircolor”
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none “”
Last edited by Nevo,
lolmovementscript
^ Fuck scripts.
what’s wrong with Movement script? it gives only advantage to players, there’s just no reason not to use it
Don’t even know what’s a movement script, I use the stabby stabby’s null-cancel script that I copy pasted from the Steam forum. And I know null-cancel are allowed. Anything about the crosshair rather than my ugly cfg ?
alias +mfwd “-back;+forward;alias checkfwd +forward”
alias +mback “-forward;+back;alias checkback +back”
alias +mleft “-moveright;+moveleft;alias checkleft +moveleft”
alias +mright “-moveleft;+moveright;alias checkright +moveright”
alias -mfwd “-forward;checkback;alias checkfwd none”
alias -mback “-back;checkfwd;alias checkback none”
alias -mleft “-moveleft;checkright;alias checkleft none”
alias -mright “-moveright;checkleft;alias checkright none”
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none “”
Fixed one problem, what exactly is the problem with the konrwings? Doesn’t show up/not centered? Did you add it in your own hud files (clientscheme.res, hudlayout.res, font file)?
Last edited by zen1th,
Thanks for the color fix. Next the konrwings.
The crosshair appears, but he’s to thin, and huge: nothing like in the video. If I take all the clockwork’s content, I obtain the right base crosshair but the konrwings still to huge and to thin. Btw like your channel zen.
Will provide screenshot tomorrow, no pc atm
Last edited by Nevo,
Add A Reply Pages: 1