View previous topic :: View next topic |
Author |
Message |
clone rizzo Registered User
Joined: 08 Apr 2004
Posts: 106
|
Posted: Thu Apr 29, 2004 12:37 am Post subject: |
|
|
the difference b/w 1 and 1.5 isnt very much and i find its just enough to help with the bar. yeah i switch on the fly but only when i pick up the bar. stg is not to hard to controll but bar with 1 sensitivity is not advisable
i dont know about switching on the fly, but yeah some people use dif sens. when playing. especially in matches as a common combo is kar/bar since these are considered the power weapons. 3 is a good compromize for all _________________
|
|
Back to top |
|
|
clone rizzo Registered User
Joined: 08 Apr 2004
Posts: 106
|
Posted: Thu Apr 29, 2004 12:52 am Post subject: |
|
|
wow the grammar in the above post is horrible... i apologize and i must go to sleep now _________________
|
|
Back to top |
|
|
kubrick Registered User
Joined: 29 Dec 2003 Location: Southern Oregon Posts: 459
|
Posted: Thu Apr 29, 2004 11:36 am Post subject: |
|
|
Ten Yard wrote: | ... That is freaking nuts Rizzo. Just goes to prove that there's a lot out there - the technical nuances of the game that can help a guy play better.
Do you recommend toggling sensitivities like that? I've never really found it hard to play at any sensitivity under 6 - I can adapt quickly when I switch it around it seems. But I think actually toggling it on the fly would be different, does it take a while to get used to it? |
I don't seem to have a problem with it. And I agree, rifles are much more accurate at lower sens. I'll have to give the fps_max setting a try though.
I don't know if I could handle 1-3 sens. It's tough after getting used to turn with higher settings. |
|
Back to top |
|
|
vTEC Server Admin
Joined: 15 Aug 2003
Posts: 1495
|
Posted: Thu Apr 29, 2004 12:28 pm Post subject: |
|
|
my sensitivity is set at 5.5 its good...i can control the bar with it _________________ I am TheCheat |
|
Back to top |
|
|
Violent Pacifist Registered User
Joined: 29 Dec 2001 Location: Ft. Worth, TX Posts: 1776
|
Posted: Thu Apr 29, 2004 3:36 pm Post subject: |
|
|
Switching on the fly would only help you if you can't find a comfortable medium IMHO. As I said, my 5.5 allows me to control smg recoil, shoot very accurately with rifles, and still lets me use twitch manuverability as rizzo put it, so there would be no need for me to bind keys to different sensitivities.
Quote: | how do you disable your mouse drivers, VP? |
Windows automatically uses its own drivers for any mouse I plug in, so my drivers aren't really necessary to begin with. However, the extra features that are included with them tend to mess up my mouse when I'm playing a half-life game (still havn't found out why). I just go to the task manager and end the process that is running my mouse drivers.
It's not just the special features doing it either. I've taken off the ones I can (the rest are embedded into the drivers and cannot be turned off without turning the drivers off), and the same problems still occur. I've also adjusted windows settings that are used for any mouse, and it didn't help at all. But, I found the solution, so I don't really care now anyways. _________________
We are the music makers, and we are the dreamers of dreams. |
|
Back to top |
|
|
Ten Registered User
Joined: 12 Feb 2004
Posts: 636
|
Posted: Sun May 02, 2004 1:18 am Post subject: |
|
|
Gwar, I require assitance.
I imputted the code that Rizzo wrote into console (with different sensitivies) but it's screwed. It worked for a while, but I think v was bound to alias "riflemode" when I was in riflemode, so it wouldn't change or something I have no clue.
Anyway, I need v back! It used to be my voice commands, what do I bind it to in order to replace it?
This is what I want to do, I need some help. I wanna:
1) Bind [ to "riflemode", crosshair style 9, sensitivity 3.
2) Bind ] to "barmode", crosshair style 2, sensitivity 5.5.
Can someone help? I'm confuzzled, do I just type the yet to be determined code into console or what? |
|
Back to top |
|
|
Violent Pacifist Registered User
Joined: 29 Dec 2001 Location: Ft. Worth, TX Posts: 1776
|
Posted: Sun May 02, 2004 1:53 am Post subject: |
|
|
To achieve Rizzo's bindings, you're going to need to go into your dod directory. Make a new text document and name it whatever you want to, however, be sure to change the file type to a config file (end the name with .cfg. Ex. "blahblah.cfg")
Open the cfg file and add this to it (edited version of rizzo's script):
alias riflemode "sensitivity 3;wait;cl_xhair_style 9;wait;fps_max 100"
alias barmode "sensitivity 5.5;wait;cl_xhair_style 2;wait;fps_max 50"
bind "[" "riflemode"
bind "]" "barmode"
NOTE: If you don't want your maximum fps to change in between the two modes, then simply remove or edit "fps_max 100/50" from both alias definitions.
------------------------------------------
Save that and then create another file in the same way, but name this one autoexec.cfg (if you already have one in your directory, open it instead). Type this line into it:
exec "WhateverYouNamedYourCFGFileForTheScriptWithoutTheQuotes".cfg
This will execute your script everytime you join a game so that the aliases will be read. If you don't want it to exec every time, then just bind a button to "exec "samethingiputintheexampleaboveqithoutquotes.cfg". Just hit that button every time you want the config holding your script to be executed. It should last the entire length of time that you play, but you'll have to exec it again next time you log on to dod.
Hope this helps _________________
We are the music makers, and we are the dreamers of dreams. |
|
Back to top |
|
|
Ten Registered User
Joined: 12 Feb 2004
Posts: 636
|
Posted: Sun May 02, 2004 12:38 pm Post subject: |
|
|
Yes. Thank you VP, it's working now. |
|
Back to top |
|
|
Paddyjack Registered User
Joined: 15 Jan 2002 Location: Québec, Canada Guild: <eVa> Posts: 1722
|
Posted: Sun May 02, 2004 4:15 pm Post subject: |
|
|
If I was not lazy, I would made an alias that automatically increase sensitivity when I'm shooting, and goes back to normal when I release the fire button. That is easy to do, really. If I was in a competing clan, I would do it, but I don't see why I would bother while playing on pubs. I'm doing well enough with the BAR using a sensitivity of 7, however when I use the Bren, I use a sensitivity of 15. _________________ PJ --- ancient IDIOT with a rusty CROWBAR....
but still SWINGING!
Rock2..... JUST SAY NO!!!!! |
|
Back to top |
|
|
Violent Pacifist Registered User
Joined: 29 Dec 2001 Location: Ft. Worth, TX Posts: 1776
|
Posted: Sun May 02, 2004 5:08 pm Post subject: |
|
|
Paddyjack wrote: | If I was not lazy, I would made an alias that automatically increase sensitivity when I'm shooting, and goes back to normal when I release the fire button. That is easy to do, really. If I was in a competing clan, I would do it, but I don't see why I would bother while playing on pubs. I'm doing well enough with the BAR using a sensitivity of 7, however when I use the Bren, I use a sensitivity of 15. |
alias +shoot "SS;wait;+attack"
alias -shoot "NS;wait;-attack"
alias SS "sensitivity ????"
alias NS "sensitivity ????"
Bind mouse1 "+shoot"
Took about 2 minutes, including testing it. Lasy bum
NOTE: If you want to use this script, follow the process I described to ten yard in my post above. Be sure to change the ????'s in SS and NS to the sensitivities that you want.
NS = normal sensitivity
SS = sensitivity while shooting
[edit] If anyone else wants help in designing or installing a script, I'd be glad to help D34tH 2 ScRiPt h4t3zors!! _________________
We are the music makers, and we are the dreamers of dreams. |
|
Back to top |
|
|
Shovel me Silly Registered User
Joined: 01 Jan 2004 Location: Minnesota Clan: Pub-X Posts: 796
|
Posted: Sun May 02, 2004 5:16 pm Post subject: |
|
|
Violent Pacifist wrote: | Paddyjack wrote: | If I was not lazy, I would made an alias that automatically increase sensitivity when I'm shooting, and goes back to normal when I release the fire button. That is easy to do, really. If I was in a competing clan, I would do it, but I don't see why I would bother while playing on pubs. I'm doing well enough with the BAR using a sensitivity of 7, however when I use the Bren, I use a sensitivity of 15. |
alias +shoot "SS;wait;+attack"
alias -shoot "NS;wait;-attack"
alias SS "sensitivity ????"
alias NS "sensitivity ????"
Bind mouse1 "+shoot"
Took about 2 minutes, including testing it. Lasy bum
NOTE: If you want to use this script, follow the process I described to ten yard in my post above. Be sure to change the ????'s in SS and NS to the sensitivities that you want.
NS = normal sensitivity
SS = sensitivity while shooting
[edit] If anyone else wants help in designing or installing a script, I'd be glad to help D34tH 2 ScRiPt h4t3zors!! |
You should try it out in a real game experience and see if it is worth trying out. |
|
Back to top |
|
|
Violent Pacifist Registered User
Joined: 29 Dec 2001 Location: Ft. Worth, TX Posts: 1776
|
Posted: Sun May 02, 2004 5:24 pm Post subject: |
|
|
Shovel Me Silly wrote: | Violent Pacifist wrote: | Paddyjack wrote: | If I was not lazy, I would made an alias that automatically increase sensitivity when I'm shooting, and goes back to normal when I release the fire button. That is easy to do, really. If I was in a competing clan, I would do it, but I don't see why I would bother while playing on pubs. I'm doing well enough with the BAR using a sensitivity of 7, however when I use the Bren, I use a sensitivity of 15. |
alias +shoot "SS;wait;+attack"
alias -shoot "NS;wait;-attack"
alias SS "sensitivity ????"
alias NS "sensitivity ????"
Bind mouse1 "+shoot"
Took about 2 minutes, including testing it. Lasy bum
NOTE: If you want to use this script, follow the process I described to ten yard in my post above. Be sure to change the ????'s in SS and NS to the sensitivities that you want.
NS = normal sensitivity
SS = sensitivity while shooting
[edit] If anyone else wants help in designing or installing a script, I'd be glad to help D34tH 2 ScRiPt h4t3zors!! |
You should try it out in a real game experience and see if it is worth trying out. |
That's what "testing it" is It works, it gave me more control over my gun when firing and still allowed me to move normally while I wasn't. Try it out if you want. _________________
We are the music makers, and we are the dreamers of dreams. |
|
Back to top |
|
|
Paddyjack Registered User
Joined: 15 Jan 2002 Location: Québec, Canada Guild: <eVa> Posts: 1722
|
Posted: Sun May 02, 2004 8:57 pm Post subject: |
|
|
Violent Pacifist wrote: | Paddyjack wrote: | If I was not lazy, I would made an alias that automatically increase sensitivity when I'm shooting, and goes back to normal when I release the fire button. That is easy to do, really. If I was in a competing clan, I would do it, but I don't see why I would bother while playing on pubs. I'm doing well enough with the BAR using a sensitivity of 7, however when I use the Bren, I use a sensitivity of 15. |
alias +shoot "SS;wait;+attack"
alias -shoot "NS;wait;-attack"
alias SS "sensitivity ????"
alias NS "sensitivity ????"
Bind mouse1 "+shoot"
Took about 2 minutes, including testing it. Lasy bum |
Told you it was easy, and told you I was lazy
The thing that bother me is the trying out part. I mean, load up Steam, try the script, forgot a "," somewhere, go back, load up Steam, Steam fails to load, Steam is updating, etc...
Bah, too much bother.
Might try out yours though, now that you have done the work for me _________________ PJ --- ancient IDIOT with a rusty CROWBAR....
but still SWINGING!
Rock2..... JUST SAY NO!!!!! |
|
Back to top |
|
|
Violent Pacifist Registered User
Joined: 29 Dec 2001 Location: Ft. Worth, TX Posts: 1776
|
Posted: Sun May 02, 2004 9:18 pm Post subject: |
|
|
Paddyjack wrote: | Told you it was easy, and told you I was lazy
The thing that bother me is the trying out part. I mean, load up Steam, try the script, forgot a "," somewhere, go back, load up Steam, Steam fails to load, Steam is updating, etc...
Bah, too much bother.
Might try out yours though, now that you have done the work for me |
Pfff... I've gone through that kind of process, but I've gotten smarter since then. Just alt-tab out, make the changes, save it, go back to the game, exec it again and voila.
Lazy canucks (v*-.-) _________________
We are the music makers, and we are the dreamers of dreams. |
|
Back to top |
|
|
Ten Registered User
Joined: 12 Feb 2004
Posts: 636
|
Posted: Sun May 02, 2004 9:22 pm Post subject: |
|
|
Um, VP I need your help again. V is bound to nothing now, I need it bound to voice commands so I can voice spam the spawn again. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|