FSK405 Community Website Urban Terror, Bad Company 2 and BF3 Gaming Community!!
1

Forums


  • NVG & Cross-hair Color Changing Script

    Old news to some but if you are interested below is
    - NVG color changing script: bind is set to "0" but can be reassigned.
    - Friendly Fire cross-hair color change: Bind set to "=" but can be reassigned.
    - Enemy cross-hair color change: Bind set to "9" but can be reassigned.

    Simply copy and past the below scripts into your autoexec and change the binds to your desired keys. Recommendation, save your current autoexec prior to making the change.


    ------------------------

    // ================================
    // == Crosshair NVG Color Change ==
    // ================================
    set chc_01 "set chc_f vstr chc_02; cg_crosshairRGB 0,1,0,1; ut_echo CROSSHAIR COLOR GREEN"
        set chc_02 "set chc_f vstr chc_03; cg_crosshairRGB 1,1,0,1; ut_echo CROSSHAIR COLOR YELLOW"
        set chc_03 "set chc_f vstr chc_04; cg_crosshairRGB 1,0,0,1; ut_echo CROSSHAIR COLOR RED"
        set chc_04 "set chc_f vstr chc_00; cg_crosshairRGB 0,1,0,1; ut_echo CROSSHAIR COLOR GREEN"
        vstr chc_01     // Set default color
            bind 9 "vstr chc_f"   // Next color for standard x-hair

    set chf_00 "set chf_f vstr chf_01; cg_crosshairFriendRGB 1,1,1,1; ut_echo CROSSHAIR Friendly COLOR WHITE"
    set chf_01 "set chf_f vstr chf_02; cg_crosshairFriendRGB 0,1,0,1; ut_echo CROSSHAIR Friendly COLOR GREEN"
    set chf_02 "set chf_f vstr chf_03; cg_crosshairFriendRGB 0,0,1,1; ut_echo CROSSHAIR Friendly COLOR BLUE"
    set chf_03 "set chf_f vstr chf_04; cg_crosshairFriendRGB 1,0,0,1; ut_echo CROSSHAIR Friendly COLOR RED"
    set chf_04 "set chf_f vstr chf_00; cg_crosshairFriendRGB 0,0,0,1 ut_echo CROSSHAIR Friendly COLOR BLACK"
    vstr chf_04 // Set default color
    bind = "vstr chf_f" // Next color for friendly x-hair

    set toggle_nvg1 "set cg_nvg 0; ut_echo ^7NVG color [^21^7]; set toggle_nvg vstr toggle_nvg2"
    set toggle_nvg2 "set cg_nvg 1; ut_echo ^7NVG color [^22^7]; set toggle_nvg vstr toggle_nvg3"
    set toggle_nvg3 "set cg_nvg 2; ut_echo ^7NVG color [^23^7]; set toggle_nvg vstr toggle_nvg4"
    set toggle_nvg4 "set cg_nvg 3; ut_echo ^7NVG color [^24^7]; set toggle_nvg vstr toggle_nvg5"
    set toggle_nvg5 "set cg_nvg 4; ut_echo ^7NVG color [^25^7]; set toggle_nvg vstr toggle_nvg6"
    set toggle_nvg6 "set cg_nvg 5; ut_echo ^7NVG color [^26^7]; set toggle_nvg vstr toggle_nvg7"
    set toggle_nvg7 "set cg_nvg 6; ut_echo ^7NVG color [^27^7]; set toggle_nvg vstr toggle_nvg8"
    set toggle_nvg8 "set cg_nvg 7; ut_echo ^7NVG color [^28^7]; set toggle_nvg vstr toggle_nvg1"

    vstr toggle_nvg1
    bind 0 "vstr toggle_nvg"
    set goggle_on "ut_itemuse; set r_gamma 1; bind ; vstr goggle_off"
    set goggle_off "ut_itemuse; set r_gamma 2; bind ; vstr goggle_on"


     

  • Can I get an explanation of how to utilize this effectively? It enables me to change my crosshair color in game, & can change the color when I highlight a teammate. I'm not sure how to implement it to help me kill, kill, kill...
     

  • Color change is all it does.

    - Change cross hair color for team mate
    - Change cross hair color for enemy
    - Change NVG Color - I do find helpful for the rare times I wear them
     

  • I have found the color change for the NVG and the cross hairs very helpful and have used it for years. I think it has improved my game play (believe it or not lessened my tks).
    Good info!
    XP
     

Moderator(s): FSK405 Earl, Frog, DankRider, Fokker, LadyHellfire*, Reflux