x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

lock please 8)

Created 6th November 2009 @ 22:10

Locked Pages: « Previous 1 2 3 Next »

Wlkr

?
¤_¤

I just get a shitty purple and black square as my crosshair and cant change weapons. So its safe to say that really didn’t work xD

Skyride

DUCS

I just get a shitty purple and black square as my crosshair and cant change weapons. So its safe to say that really didn’t work xD

type cl_crosshair_file in console and say what it puts out.

klu

-[MG]-
MG//

A) brut never asked about being able to use Q for last weapon.

sigh…

Dunno if that matters but I use the mousewheel to change weapons.

I use the mousewheel to change weapons.

mousewheel

Are you just looking for an argument or is there some other reason you’re being a dick?

How does using mousewheel equate to needing lastweapon?

Rele

Are you just pretending being so stupid?

He asked for a script that allows him to have custom crosshairs and colors for his weapons while still being able to use mousewheel to change weapons. You came up with something along the lines of bind 1 stuff, bind 2 stuff2, bind 3 stuff3 = useless for him.

I quoted your statement that he didnt ask for a functioning lastweapon button because you obviously didnt get my point and still didnt get it after the second time.

ozonE

Bring!

bind 1 “slot1; viewmodel_fov 0; cl_crosshair_file crosshair7; cl_crosshair_blue 0; cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_scale 30” +HAXXXXX

bind 2 “slot2; viewmodel_fov 0; cl_crosshair_file crosshair3; cl_crosshair_blue 0; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_scale 48” +EXEC payard.cfg

bind 3 “slot3; viewmodel_fov 83; cl_crosshair_file crosshair3; cl_crosshair_blue 0; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_scale 48” launch kondor.exe

dont forget to add bind 1/2/3 slot1/2/3 to other classes if its only for soldier

fixed it for you

+1

Pedman

sextant

Are you just pretending being so stupid?

He asked for a script that allows him to have custom crosshairs and colors for his weapons while still being able to use mousewheel to change weapons. You came up with something along the lines of bind 1 stuff, bind 2 stuff2, bind 3 stuff3 = useless for him.

I quoted your statement that he didnt ask for a functioning lastweapon button because you obviously didnt get my point and still didnt get it after the second time.

Rele on fire ;)
cheers!

Brutallus

I’m sorry relentless but it still doesn’t work, my crosshair shows up as a big square filled with little black and purple squares…
It’s just the crosshairs that need to be fixed, the rest works fine.
Any idea what might be wrong?

Cycles

lolwow

Are you just pretending being so stupid?

He asked for a script that allows him to have custom crosshairs and colors for his weapons while still being able to use mousewheel to change weapons. You came up with something along the lines of bind 1 stuff, bind 2 stuff2, bind 3 stuff3 = useless for him.

I quoted your statement that he didnt ask for a functioning lastweapon button because you obviously didnt get my point and still didnt get it after the second time.

I don’t get why you did all this either. I use the mousewheel to, I bind mwheelup to _slot1 and mwheeldown to _slot2. Melee is by pressing “q” Don’t see all the need for this last weapon scripting stuff unless you actually use that, but as klu said – he didn’t ask for that :S

Rele

Are you just pretending being so stupid?

He asked for a script that allows him to have custom crosshairs and colors for his weapons while still being able to use mousewheel to change weapons. You came up with something along the lines of bind 1 stuff, bind 2 stuff2, bind 3 stuff3 = useless for him.

I quoted your statement that he didnt ask for a functioning lastweapon button because you obviously didnt get my point and still didnt get it after the second time.

I don’t get why you did all this either. I use the mousewheel to, I bind mwheelup to _slot1 and mwheeldown to _slot2. Melee is by pressing “q” Don’t see all the need for this last weapon scripting stuff unless you actually use that, but as klu said – he didn’t ask for that :S

Cant change to melee with mousewheel though which can be confusing when changing to other classes (that dont have a script like this).

@brut, I did a slight mistake. This should be correct (soldier.cfg):

alias "weapon1" "viewmodel_fov 0; cl_crosshair_file crosshair7; cl_crosshair_scale 30; cl_crosshair_red 0; cl_crosshair_blue 0; cl_crosshair_green 255; slot1; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;"
alias "weapon2" "viewmodel_fov 0; cl_crosshair_file crosshair3; cl_crosshair_scale 40; cl_crosshair_red 255; cl_crosshair_blue 0; cl_crosshair_green 255; slot2; alias nextweap select32; alias prevweap select12; alias select1 select12; alias select2 weapon2; alias select3 select32;"
alias "weapon3" "viewmodel_fov 83; cl_crosshair_file crosshair3; cl_crosshair_scale 40; cl_crosshair_red 255; cl_crosshair_blue 0; cl_crosshair_green 255; slot3; alias nextweap select13; alias prevweap select23; alias select1 select13; alias select2 select23; alias select3 weapon3;"
alias "select12" "weapon1; alias toggleweap select21"
alias "select13" "weapon1; alias toggleweap select31"
alias "select21" "weapon2; alias toggleweap select12"
alias "select23" "weapon2; alias toggleweap select32"
alias "select31" "weapon3; alias toggleweap select13"
alias "select32" "weapon3; alias toggleweap select23"
select12
bind "q" "toggleweap"
bind "1" "select1"
bind "2" "select2"
bind "3" "select3"
bind "MWHEELUP" "prevweap"
bind "MWHEELDOWN" "nextweap"

klu

-[MG]-
MG//

Are you just pretending being so stupid?

He asked for a script that allows him to have custom crosshairs and colors for his weapons while still being able to use mousewheel to change weapons. You came up with something along the lines of bind 1 stuff, bind 2 stuff2, bind 3 stuff3 = useless for him.

I quoted your statement that he didnt ask for a functioning lastweapon button because you obviously didnt get my point and still didnt get it after the second time.

I don’t get why you did all this either. I use the mousewheel to, I bind mwheelup to _slot1 and mwheeldown to _slot2. Melee is by pressing “q” Don’t see all the need for this last weapon scripting stuff unless you actually use that, but as klu said – he didn’t ask for that :S

Exactly, he didn’t ask for lastweapon.

Brutallus

Still doesn’t seem to work…still black and purple squares as crosshair…any idea? :s

klu

-[MG]-
MG//

Still doesn’t seem to work…still black and purple squares as crosshair…any idea? :s

Instead of using cl_crosshairfile in the main aliases, use these:

// crosshair types
alias "default_xhair" "exec default_xhair.cfg"
alias "plus_dot" "cl_crosshair_file crosshair1"
alias "tee_dot" "cl_crosshair_file crosshair2"
alias "circle" "cl_crosshair_file crosshair3"
alias "ex" "cl_crosshair_file crosshair4"
alias "dot" "cl_crosshair_file crosshair5"
alias "plus_no_dot" "cl_crosshair_file crosshair6"
alias "solid_plus" "cl_crosshair_file crosshair7"

And then just use ex, dot, circle etc. to set crosshair type.

Rele

Exactly, he didn’t ask for lastweapon.

Srsly, just get the fuck out if you arent going to read what I’m typing:

Cant change to melee with mousewheel though which can be confusing when changing to other classes (that dont have a script like this).

The lastweapon button never was my intention with that script – being able to cycle through ALL weapons with mousewheel was.

@brut: I used , instead of ; a few times. Above version should now work really.

klu

-[MG]-
MG//

Exactly, he didn’t ask for lastweapon.

Srsly, just get the fuck out if you arent going to read what I’m typing:

Cant change to melee with mousewheel though which can be confusing when changing to other classes (that dont have a script like this).

The lastweapon button never was my intention with that script – being able to cycle through ALL weapons with mousewheel was.

@brut: I used , instead of ; a few times. Above version should now work really.

You raging?

pena


-attack
-attack2
_gun1

bind "mouse1" "+attack"
bind "mouse3" "_shovel"
bind "mwheelup" "_rl"
bind "mwheeldown" "_ssg"
bind "downarrow" "join_class soldier"

alias "_rl" "_xhair3sr;_gun0;slot1;-attack;cl_crosshair_red 0 ;cl_crosshair_green 255;cl_crosshair_blue 0"
alias "_ssg" "_xhair3ss;_gun0;slot2;-attack;cl_crosshair_red 255;cl_crosshair_green 255;cl_crosshair_blue 0"
alias "_shovel" "_xhair3ss;_gun1;slot3;-attack;cl_crosshair_red 255;cl_crosshair_green 255;cl_crosshair_blue 0"

alias toggle_rl "_rl;bind mouse2 toggle_ssg" ; alias toggle_ssg "_ssg;bind mouse2 toggle_rl" ; bind mouse2 toggle_rl

alias "_xhair0" "cl_crosshair_scale 0"
alias "_xhair3sr" "cl_crosshair_scale 37;cl_crosshair_file crosshair7"
alias "_xhair3ss" "cl_crosshair_scale 50;cl_crosshair_file crosshair3"
alias "_gun0" "r_drawviewmodel 0"
alias "_gun1" "r_drawviewmodel 1;viewmodel_fov 83"

As an added bonus. It switches between rl and sg when pressing mouse2, also switches to correct crosshairs at the same time. (can be disabled by deleting this: alias toggle_rl “_rl;bind mouse2 toggle_ssg” ; alias toggle_ssg “_ssg;bind mouse2 toggle_rl” ; bind mouse2 toggle_rl)

Locked Pages: « Previous 1 2 3 Next »