[Help] Config's Weap, Sens and Zoom.
[Help] Config's Weap, Sens and Zoom.
I am looking for a way to set up my weapons with different sens like in q3. I hear you can do it now since m_accel is now enable.
|-----|
Well this should get you started. I tested this and it works fine. Just make sure all your binds and numeral values are what you want before using. What this is doing is binding each weapon to a key, setting a crosshair, setting a crosshair color, setting your fov, and then finally setting the mouse sensitivity.xchaser wrote:yea I know accel has nothing to do with it. I am looking for an example. I have no idea where to begin.
bind LEFTCTRL "doImpulse _impulse0;g_crosshairCustomFile 0;g_fov 120;sensitivity 5" //gauntlet
bind LEFTSHIFT "doImpulse _impulse5;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 120;sensitivity 5" //ng
bind z "doImpulse _impulse9;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 120;sensitivity 5" //dmg
bind c "doImpulse _impulse8;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 120;sensitivity 5" //lg
bind 3 "doImpulse _impulse4;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 120;sensitivity 5" //gl
bind e "doImpulse _impulse6;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 120;sensitivity 5" //rl
bind f "doImpulse _impulse3;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 120;sensitivity 5" //hp
bind 2 "doImpulse _impulse1;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 110;sensitivity 3" //mg
bind q "doImpulse _impulse2;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 110;sensitivity 3" //sg
bind r "doImpulse _impulse7;g_crosshairCustomFile gfx/guis/crosshairs/crosshair_q3_6.tga;g_crosshaircolor 0 1 0 1;g_fov 110;sensitivity 3" //rg
[color=Green]I Root 4 Chaos ![/color]
-
- Posts: 7
- Joined: Wed Oct 26, 2005 6:01 pm
I've been messing around with the custom crosshair/weapon deal. Basically I'm using the defualt crosshairs for the singlel playergame, but with custom sizes and colors... A little problem I notice, for instance, I'll have the RL, run out of ammo, then it will auto switch to the next most powerful weapon(lets say RG), but the crosshair from the RL will still be displayed on the hud. I will have to manually press my keybind for the RG to get its own custom crosshair to be shown ont the hud.