Thanks, sorry about my english
changing fovs
changing fovs
I would like to know if I can have different fovs in each weapon. For example 90 fov in rail, and in the others weapons 110.
Thanks, sorry about my english
Thanks, sorry about my english
oh right. quite gay indeedOeloe wrote:MKJ wrote:bind "x" "_impulse5; g_fov 90" would prolly workCommands starting with _ can't be combined with other commands. Maybe later with a patch/point release. This has been known since the day of the release and been discussed plenty... We'll just have to wait/keep bugging Raven about it.
i was just thinking in q3 terms so i assumed itd work in q4 :O
[url=http://profile.mygamercard.net/Emka+Jee][img]http://card.mygamercard.net/sig/Emka+Jee.jpg[/img][/url]
Try this:
bind "x" "exec rl.cfg; exec rlfov.cfg"
rl.cfg:
_impulse6
rlfov.cfg:
set "g_fov" "110"
Haven't tried that myself, but it theoretically should work. Unfortunately, it requires you to have 2 config files for each weapon you bind, but it's a workaround.
bind "x" "exec rl.cfg; exec rlfov.cfg"
rl.cfg:
_impulse6
rlfov.cfg:
set "g_fov" "110"
Haven't tried that myself, but it theoretically should work. Unfortunately, it requires you to have 2 config files for each weapon you bind, but it's a workaround.
Last edited by R00k on Mon Oct 24, 2005 3:24 pm, edited 3 times in total.
-
Freakaloin
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
It is my understanding that there is currently no way to do what you want to do. In short, the only way you can currently bind and use a weapon is:Pro*Neo wrote:Please nobody knowssssss???????
Other thing I would like to change is the zoom sensivity, :S
bind [character] "_impulse#" //where # is the specific weapon and character is what it binds to
You cannot add any addition instructions to the bind - it will not work. You cannot use the command _impulse# by itself in the console or in a config file - it will not work.
Read my post from this thread for further background discussion:
http://www.quake3world.com/forum/viewto ... 5&start=35
- Jason
-
INBetweener
- Posts: 3
- Joined: Mon Oct 17, 2005 7:41 pm
Yeah, scripting and multiple constructed configs work. I've found that if i use a config for my weapon, and then I can use one config for my sensitivity, field of view, m_smooth, etc. on the other config so for example I have:Oeloe wrote:UTFS. There is another thread about this where i posted a script.Pro*Neo wrote:Please nobody knowssssss???????
Other thing I would like to change is the zoom sensivity, :S
bind q "exec shotgun.cfg; exec sgsensitivity.cfg"
this works perfectly for me. I can have a differend field of view for each weapon and different mouse sensitivity for each weapon as well. The only thing I haven't figured out yet is why if I change weapons in mid sprint it makes my character stop running and I have to re-initiate my _forward key to start running again. Anyone with any ideas about that?
