1up Clan Forums

Gaming => Urban Terror => Topic started by: Lurker on August 03, 2010, 02:11:54 PM

Title: Lurker Needs Hax!!
Post by: Lurker on August 03, 2010, 02:11:54 PM
Hey guys,

So before this game I played assaultcube. In Assaultcube, the scope was a one click thing. Soon as you let go, it unscopes. However, right now my scope is two buttons: right click to zoom in, f to zoom out. Since I never zoom in past the first level, I was wondering if someone could help me figure out how to do this.

Thanks much,
Teh Lurkz
Title: Re: Lurker Needs Hax!!
Post by: Casper on August 03, 2010, 02:44:11 PM
//Zoom
set zoom_on    "ut_zoomin; cg_fov 90; sensitivity 3"
set zoom_off    "ut_zoomreset; cg_fov 110; sensitivity 10"
bind mouse2 "+vstr zoom_on zoom_off"

add this to ur autoconfig. this decrease fov and sensitivity while zooming, but if you know the slightest thing about scripting you can remove them. this is copied straight from my autoconfig lol
Title: Re: Lurker Needs Hax!!
Post by: Lurker on August 03, 2010, 02:46:15 PM
//Zoom
set zoom_on    "ut_zoomin; cg_fov 90; sensitivity 3"
set zoom_off    "ut_zoomreset; cg_fov 110; sensitivity 10"
bind mouse2 "+vstr zoom_on zoom_off"

add this to ur autoconfig. this decrease fov and sensitivity while zooming, but if you know the slightest thing about scripting you can remove them. this is copied straight from my autoconfig lol
Nope.
Title: Re: Lurker Needs Hax!!
Post by: Casper on August 03, 2010, 03:07:09 PM
//Zoom
set zoom_on    "ut_zoomin; cg_fov 90; sensitivity 3"
set zoom_off    "ut_zoomreset; cg_fov 110; sensitivity 10"
bind mouse2 "+vstr zoom_on zoom_off"

add this to ur autoconfig. this decrease fov and sensitivity while zooming, but if you know the slightest thing about scripting you can remove them. this is copied straight from my autoconfig lol
Nope.
//Zoom
set zoom_on    "ut_zoomin"
set zoom_off    "ut_zoomreset"
bind mouse2 "+vstr zoom_on zoom_off"

there thats zoom only
Title: Re: Lurker Needs Hax!!
Post by: Lurker on August 03, 2010, 08:12:58 PM
What's an autoconfig? I see

autoexec.cfg
q3config.cfg
Title: Re: Lurker Needs Hax!!
Post by: Biohazard on August 03, 2010, 08:18:44 PM
autoexec.cfg
Title: Re: Lurker Needs Hax!!
Post by: SnKQuaKe on August 03, 2010, 08:18:54 PM
autoexec.cfg is what he meant :P

I use that script.
Title: Re: Lurker Needs Hax!!
Post by: Lurker on August 03, 2010, 08:39:55 PM
autoexec.cfg is what he meant :P

I use that script.
The second or the first? Does that mean I need to go into my q3config.cfg and take out anything related to scoping?
Title: Re: Lurker Needs Hax!!
Post by: Casper on August 03, 2010, 09:10:31 PM
The second probably. everything in my autoexec is completely customized lol. i even have weapon sets F1-F5. and all u have to do is copy the code into autoexec. simple as that :)
Title: Re: Lurker Needs Hax!!
Post by: Lurker on August 03, 2010, 10:01:52 PM
autoexec.cfg is what he meant :P

I use that script.
The second or the first? Does that mean I need to go into my q3config.cfg and take out anything related to scoping?
Title: Re: Lurker Needs Hax!!
Post by: Casper on August 03, 2010, 10:10:57 PM
No. Just copy it into your autoexec