BluE* Posted April 7, 2014 Share Posted April 7, 2014 i dont know where to put in cfg Quote Link to comment Share on other sites More sharing options...
-=First=- Posted April 7, 2014 Author Share Posted April 7, 2014 Prefer a small dot that is cyan, no draw gun. I do have this for changing the colors of my dot but, Cyan is mostly what I use. seta cg_drawcrosshair "5" seta cg_crosshairColor "cyan" seta cg_crosshairColorAlt "cyan" seta cg_crosshairPulse "0" seta cg_crosshairSize "40" bind del "vstr crosshair_color" set crosshair_color "vstr crosshair_red" set crosshair_blue "cg_crosshairColor blue; cg_crosshairColorAlt blue; echo ^4Crosshair color blue; set crosshair_color vstr crosshair_red" set crosshair_red "cg_crosshairColor red; cg_crosshairColorAlt red; echo ^1Crosshair color red; set crosshair_color vstr crosshair_cyan" set crosshair_cyan "cg_crosshairColor cyan; cg_crosshairColorAlt cyan; echo ^5Crosshair color cyan; set crosshair_color vstr crosshair_lightblue" set crosshair_lightblue "cg_crosshairColor 0xa0c0ff; cg_crosshairColorAlt 0xa0c0ff; echo ^dCrosshair color Light Blue; set crosshair_color vstr crosshair_olive" set crosshair_olive "cg_crosshairColor 0xA0FFC0; cg_crosshairColorAlt 0xA0FFC0; echo ^MCrosshair color olive; set crosshair_color vstr crosshair_white" set crosshair_white "cg_crosshairColor white; cg_crosshairColorAlt white; cg_crosshairColorAlt white; echo ^7Crosshair color White; set crosshair_color vstr crosshair_blue" 2013-11-09-143456-beerrun_b7a.jpg Tought the cg_crosshaircolor was for the border of the dot when "cg_drawcrosshair 5" (dot only) ?? if it is, why don't you use black border to make it more visible etc.. @Slayer : you've 2 times this cvar "cg_crosshairColorAlt white; cg_crosshairColorAlt white" @BluE : create a config on a notepad, name it for example blue.cfg, put it in your etmain folder. Once you start the game, press the lil 2 to open the console, and then type /exec blue.cfg @All : Btw, does anyone have tried my crosshair yet ? Quote Link to comment Share on other sites More sharing options...
Ann!b@l Posted April 7, 2014 Share Posted April 7, 2014 (edited) seta cg_crosshairAlpha "1.0" seta cg_crosshairAlphaAlt "1.0" seta cg_crosshairColor "Cyan" seta cg_crosshairColorAlt "Cyan" seta cg_crosshairHealth "0" seta cg_crosshairPulse "0" seta cg_drawCrosshair "5" seta cg_crosshairSize "28" seta cg_crosshairX "0" seta cg_crosshairY "0" edit: I often use different colors for my CH like cyan, red, yellow, green and orange.. Depends the map.. Edited April 7, 2014 by Ann!b@l Quote Link to comment Share on other sites More sharing options...
-=First=- Posted April 7, 2014 Author Share Posted April 7, 2014 seta cg_crosshairColor "Cyan" seta cg_crosshairColorAlt "Cyan" seta cg_crosshairSize "28" seta cg_crosshairColor "Cyan" // what's this line for drawcrosshair 5 if not border of dot ? seta cg_crosshairColorAlt "Cyan" seta cg_crosshairSize "28" // isn't it invisible? ^^ the minimal for me is 37 Quote Link to comment Share on other sites More sharing options...
Haruhi Suzumiya Posted April 7, 2014 Share Posted April 7, 2014 (edited) seta cg_crosshairSize "48"seta cg_drawCrosshair "2"seta cg_crosshairPulse "0"seta cg_crosshairColor "cyan"seta cg_crosshairAlpha "0"seta cg_crosshairColorAlt "cyan"seta cg_crosshairalphaalt "1.0" These are my default settings though I constantly change color, size, and transparency of the outer portion of the crosshair/alpha depending on the map or if my eyes are acting up (which they always seem to be.) Here's the scripts I use to toggle settings. The color script will work for any crosshair but the others require a 2 part crosshair. Scripts include "idiot proofing" for those who easily become infatuated with buttons... Myself //Crosshair Colorbind x "vstr color"set color "vstr c1"set c1 "cg_crosshaircolor cyan; cg_crosshaircoloralt cyan; set color vstr c2;"set c2 "cg_crosshaircolor red; cg_crosshaircoloralt red; set color vstr c3;"set c3 "cg_crosshaircolor green; cg_crosshaircoloralt green; set color vstr c4"set c4 "cg_crosshaircolor white; cg_crosshaircoloralt white; set color vstr c5"set c5 "cg_crosshaircolor yellow; cg_crosshaircoloralt yellow; set color vstr c1"//Crosshair Sizebind x "vstr chsize"set chsize "vstr ch1"set ch1 "cg_crosshairsize 37; set chsize vstr ch2"set ch2 "cg_crosshairsize 38; set chsize vstr ch3"set ch3 "cg_crosshairsize 39; set chsize vstr ch4"set ch4 "cg_crosshairsize 40; set chsize vstr ch5"set ch5 "cg_crosshairsize 41; set chsize vstr ch6"set ch6 "cg_crosshairsize 42; set chsize vstr ch7"set ch7 "cg_crosshairsize 43; set chsize vstr ch8"set ch8 "cg_crosshairsize 44; set chsize vstr ch9"set ch9 "cg_crosshairsize 45; set chsize vstr ch10"set ch10 "cg_crosshairsize 46; set chsize vstr ch11"set ch11 "cg_crosshairsize 47; set chsize vstr ch12"set ch12 "cg_crosshairsize 48; set chsize vstr ch13"set ch13 "cg_crosshairsize 49; set chsize vstr ch14"set ch14 "cg_crosshairsize 50; set chsize vstr ch15"set ch15 "cg_crosshairsize 51; set chsize vstr ch16"set ch16 "cg_crosshairsize 52; set chsize vstr ch17"set ch17 "cg_crosshairsize 53; set chsize vstr ch18"set ch18 "cg_crosshairsize 54; set chsize vstr ch19"set ch19 "cg_crosshairsize 55; set chsize vstr ch20"set ch20 "cg_crosshairsize 56; set chsize vstr ch21"set ch21 "cg_crosshairsize 57; set chsize vstr ch22"set ch22 "cg_crosshairsize 58; set chsize vstr ch23"set ch23 "cg_crosshairsize 59; set chsize vstr ch24"set ch24 "cg_crosshairalpha 0; cg_crosshairalphaalt 0; echo ^pDude... Slow down.; wait 150; cg_crosshairalpha 0; cg_crosshairalphaalt 1; set chsize vstr ch1"//Crosshair Alt Transbind x "vstr chtrans"set chtrans "vstr chtstart"set cht11 "cg_crosshairalpha 1; echo ^7Trans^p: ^qMAX; set chtrans vstr cht1"set cht1 "cg_crosshairalpha 0.9; set chtrans vstr cht2"set cht2 "cg_crosshairalpha 0.8; set chtrans vstr cht3"set cht3 "cg_crosshairalpha 0.7; set chtrans vstr cht4"set cht4 "cg_crosshairalpha 0.6; set chtrans vstr cht5"set cht5 "cg_crosshairalpha 0.5; set chtrans vstr cht6"set cht6 "cg_crosshairalpha 0.4; set chtrans vstr cht7"set cht7 "cg_crosshairalpha 0.3; set chtrans vstr cht8"set cht8 "cg_crosshairalpha 0.2; set chtrans vstr cht9"set cht9 "cg_crosshairalpha 0.1; set chtrans vstr cht10"set cht10 "cg_crosshairalpha 0; echo ^7Trans^p: ^qOFF; wait 150; set chtrans vstr cht11"set chtstart "cg_crosshairalpha 1; set chtrans vstr cht1" Edited April 7, 2014 by Haru 2 Quote Link to comment Share on other sites More sharing options...
Clan Friend SunLight Posted April 8, 2014 Clan Friend Share Posted April 8, 2014 Another important thing for the crosshair is r_texturemode, if you want it to be really clear and not blurred you cannot use the default (GL_LINEAR_MIPMAP_NEAREST) , but you have to change it (something like GL_NEAREST_MIPMAP_LINEAR). pity that in some etpro servers they force r_texturemode (stupid imho) And another thing, the only crosshair dot which is really 'in the middle' is #9, #5 has a little offset - I read about this probably on crossfire years ago, but in order to prove it you need to do a little modding, I guess. It's a tiny amount, I don't think you will ever miss a headshot because of this even in long range, but good to know. 2 Quote Link to comment Share on other sites More sharing options...
von Rantala Posted April 8, 2014 Share Posted April 8, 2014 I think Sensitivity and aim settings is very individual. Some like fast mouse or some like big aim (example) In my aim i usually use cyan dot but if i play long my eyes get used to cyan so i change red dot for one map. I use red dot when i play winter maps sometimes too. In my case i use cyan for one year then red abou half year and now used cyan about half year again. Here is my settings. seta cg_crosshaircolor "cyan"seta cg_crosshairHealth "0"seta cg_crosshairPulse "0"seta cg_crosshairSize "47"seta cg_crosshairX "0"seta cg_crosshairY "0" Quote Link to comment Share on other sites More sharing options...
Platinum VIP Dest!Ny Posted April 8, 2014 Platinum VIP Share Posted April 8, 2014 seta cg_crosshairAlpha 1.0 seta cg_crosshairAlphaAlt 1.0 seta cg_crosshairColor White seta cg_crosshairColorAlt White seta cg_crosshairHealth 1 seta cg_crosshairPulse 0 seta cg_crosshairSize 42 seta cg_crosshairX 0 seta cg_crosshairY 0 seta cg_cursorHints 3 seta cg_drawCrosshair 5 seta cg_drawCrosshairNames 1 seta cg_drawCrosshairPickups 1 using this white dot on every map, using health info since thats how I learned to play. I am actually colorblind but I learned to play with this since I hate no health info 1 Quote Link to comment Share on other sites More sharing options...
rAmbolike Posted April 8, 2014 Share Posted April 8, 2014 seta cg_crosshairAlphaAlt "1.0" seta cg_drawCrosshair "5" seta cg_crosshairpulse "0" seta cg_crosshairSize "45" seta cg_crosshairHealth "0" seta cg_crosshairColorAlt "cyan" seta cg_crosshairAlpha "1.0" seta cg_crosshairColor "cyan" mine ! Quote Link to comment Share on other sites More sharing options...
BossHK Posted April 8, 2014 Share Posted April 8, 2014 seta cg_drawcrosshair "5"seta cg_crosshairColor "cyan"seta cg_crosshairPulse "0"seta cg_crosshairSize "30" seta cg_crosshairHealth "0" seta cg_drawGun "0" seta r_customaspect "1"seta r_customheight "1080"seta r_customwidth "1920" seta r_textureMode "GL_LINEAR_MIPMAP_LINEAR" And ofc for smooth aiming: seta r_displayrefresh "120" (with 120hz monitor ofc) Picture: Quote Link to comment Share on other sites More sharing options...
Ann!b@l Posted April 8, 2014 Share Posted April 8, 2014 (edited) seta cg_crosshairColor "Cyan" seta cg_crosshairColorAlt "Cyan" seta cg_crosshairSize "28" seta cg_crosshairColor "Cyan" // what's this line for drawcrosshair 5 if not border of dot ? seta cg_crosshairColorAlt "Cyan" seta cg_crosshairSize "28" // isn't it invisible? ^^ the minimal for me is 37 I play with a resolution of minimum 1280x1024 and a screen of 37 inches. Sometimes for fun with more, until 1920x1080, and a size of dot between 22 and 24. The dot is still visible, allows me more hs and a better accuracy on the body of my opponent. I don't want any border (inside and outside), nor runny colors and make the crosshair thicker or blurred. Only something clear and distinct. Whatever the crosshair. Just a matter of habit. Edited April 8, 2014 by Ann!b@l 1 Quote Link to comment Share on other sites More sharing options...
lyo Posted April 10, 2014 Share Posted April 10, 2014 just a smal point whit health bar info.But guys my panza still kickin as.es Quote Link to comment Share on other sites More sharing options...
krAzy :) Posted April 10, 2014 Share Posted April 10, 2014 //Crosshair seta cg_zoomStepFG "10" seta cg_zoomStepSnooper "5" seta cg_zoomStepBinoc "3" seta cg_zoomDefaultFG "55" seta cg_zoomDefaultSnooper "40" seta cg_zoomDefaultBinoc "45" seta cg_zoomfov "40" seta cg_zoomstepsniper "10" seta cg_zoomDefaultSniper "55" seta cg_crosshairSize "39" seta cg_crosshairY "0" seta cg_crosshairX "0" seta cg_crosshairHealth "0" seta cg_crosshaircolor "Cyan" seta cg_crosshairColorAlt "Cyan" seta cg_crosshairAlpha "1" seta cg_drawCrosshair "5" seta cg_crosshairAlphaAlt "1" seta cg_crosshairpulse "0" Quote Link to comment Share on other sites More sharing options...
ancientmule Posted June 4, 2014 Share Posted June 4, 2014 seta "cg_crosshairAlpha" "1" seta "cg_crosshairAlphaAlt" "1.0" seta "cg_crosshairColor" "white" seta "cg_crosshairColorAlt" "cyan" seta "cg_crosshairHealth" "0" seta "cg_crosshairPulse" "0" seta "cg_crosshairSize" "44" seta "cg_crosshairX" "0" seta "cg_crosshairY" "0" seta cg_drawCrosshair "5" seta cg_crosshairPulse "0" seta cg_crosshairHealth "0" Quote Link to comment Share on other sites More sharing options...
razer Posted June 5, 2014 Share Posted June 5, 2014 (edited) since i have new PC and lost my config i only use the settings that i have changed in the game options, its a red dot size is small. works well. Edited June 5, 2014 by razer Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.