• Hi-Rez Studios
  •  Language
    • English - United StatesEnglish
  • Games
    • SMITE
      • Home
      • Refer A Friend
      • My referrals
      • Gods
      • Items
      • Player Stats
      • Teams
      • Leaderboard
    • Tribes
      • Home
      • Refer A Friend
      • My Referrals
    • Global Agenda
  • Support
  • Store
FAQ • Login • Register

Board index » Tribes: Ascend - Official Forums » Tribes: Ascend - General Public Forums » Tribes: Ascend - Feedback & Constructive Discussion

All times are UTC - 5 hours [ DST ]


Forum rules


Please click here to view the forum rules

[tweak] Zoom sensitivity

Moderator: Cyberlink



Post new topic Reply to topic  Page 3 of 7
 [ 69 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Previous topic | Next topic 
 [tweak] Zoom sensitivity 
Author Message
SkepticTA
User avatar


Joined: Mon Dec 06, 2010 7:41 pm
Posts: 3062
Post Re: [tweak] Zoom sensitivity
Here is another one that I believe does what you want, frznvimes.

Code:
Bindings=(Name="TWEAK_Zoom0",Command="ReleasedZoom | SetSensitivity 9.0 | OnRelease SetBind LeftShift TWEAK_Zoom1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="TWEAK_Zoom1",Command="PressedZoom | DemagnifyZoom | SetSensitivity 6.0 | OnRelease SetBind LeftShift TWEAK_Zoom2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="TWEAK_Zoom2",Command="MagnifyZoom | SetSensitivity 4.0 | OnRelease SetBind LeftShift TWEAK_Zoom0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="LeftShift",Command="TWEAK_Zoom1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)


This turns leftshift into a step function zoom, pressing the button cycles between levels 0-2, with different sensitivity for each. No problems with it so far, but any weirdness can be fixed by tapping zoom key. I didn't care for the feel of tapping leftshift, so I tested swapping melee/zoom buttons and it felt pretty good.
_________________
Image
(AHK) T:A Physics Profiler


Fri Mar 02, 2012 4:53 am
Profile
Pumpelche
User avatar


Joined: Tue Aug 09, 2011 2:22 am
Posts: 1895
Location: Switzerland
Steam Gamer Name: Pumpelche
Post Re: [tweak] Zoom sensitivity
And if HiRez offers now a 3rd zoom level in between the normal view and the first zoom level - ALL IS PERFECT!
_________________
«LONG WAY» Juggernaut Montage (more Gameplay, less Killshots) *NEW*

How God imagined Juggernauts should be played..


Fri Mar 02, 2012 5:00 am
Profile ICQ
frznvimes
User avatar


Joined: Wed Oct 19, 2011 9:09 pm
Posts: 1381
Post Re: [tweak] Zoom sensitivity
I'm not actually looking for different sensitivities on different zoom levels, what I'm trying to do is use toggle zoom:
tap a - zoom+lower sensitivity
mouse wheel - change zoom level (default function)
tap a again - zoom out+raise sensitivity

Code:
Bindings=(Name="TWEAK_Zoom0",Command="ReleasedZoom | SetSensitivity 9.0 | OnRelease SetBind LeftShift TWEAK_Zoom1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="TWEAK_Zoom1",Command="PressedZoom | DemagnifyZoom | SetSensitivity 6.0 | OnRelease SetBind LeftShift TWEAK_Zoom2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="TWEAK_Zoom2",Command="MagnifyZoom | SetSensitivity 4.0 | OnRelease SetBind LeftShift TWEAK_Zoom0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="LeftShift",Command="TWEAK_Zoom1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

This one would zoom in+6 sensitivity on the first tap, zoom in and 4 sensitivity on the second tap, 9 sensitivity on the third tap, zoom out+6 sensitivity on the fourth tap, 4 sensitivity on the fifth tap, and finally raise it to 9 again on the sixth tap.
I tried cutting out TWEAK_Zoom2 and it was pretty close.
Code:
Bindings=(Name="TWEAK_Zoom0",Command="ReleasedZoom | SetSensitivity 36 | OnRelease SetBind A TWEAK_Zoom1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="TWEAK_Zoom1",Command="PressedZoom | DemagnifyZoom | SetSensitivity 18 | OnRelease SetBind A TWEAK_Zoom0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="A",Command="TWEAK_Zoom1",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

One tap zoom+lower sensitivity, 2nd tap raises it, 3rd zooms out and lowers it, 4th raises it again). It's also not doing any weird things with changing weapons or stepping on inventory stations, but it is a bit awkward pressing a once when I want to zoom in to snipe and 3 times when I want to zoom out to move normally.
_________________
vawlk wrote:
I was telling my son today that back in the day, we could kill our teammates and he was like :o


Fri Mar 02, 2012 6:17 am
Profile
frznvimes
User avatar


Joined: Wed Oct 19, 2011 9:09 pm
Posts: 1381
Post Re: [tweak] Zoom sensitivity
haha, I got it. I went to the top of the file and changed "bUseToggleZoom=True" to "bUseToggleZoom=False". Works beautifully now. Thanks!
_________________
vawlk wrote:
I was telling my son today that back in the day, we could kill our teammates and he was like :o

Last edited by frznvimes on Sun Mar 04, 2012 9:01 pm, edited 1 time in total.

Fri Mar 02, 2012 6:28 am
Profile
illerFFN
User avatar


Joined: Wed Apr 14, 2010 6:52 pm
Posts: 1174
Post Re: [tweak] Zoom sensitivity
POST CODE NOT WORKING CORRECTLY. DELETED

Last edited by illerFFN on Mon Mar 05, 2012 1:10 am, edited 3 times in total.

Sun Mar 04, 2012 8:14 pm
Profile WWW
frznvimes
User avatar


Joined: Wed Oct 19, 2011 9:09 pm
Posts: 1381
Post Re: [tweak] Zoom sensitivity
illerFFN wrote:
EDIT: I have no idea why BB tags are working for everyone else but not for me.... WTF??

try ="fruitcup" instead of :fruitcup, and only place it in the first tag (I'm not sure it works with the code tag though, never tried)
_________________
vawlk wrote:
I was telling my son today that back in the day, we could kill our teammates and he was like :o


Sun Mar 04, 2012 8:25 pm
Profile
illerFFN
User avatar


Joined: Wed Apr 14, 2010 6:52 pm
Posts: 1174
Post Re: [tweak] Zoom sensitivity
DONT COPY ANYTHING IN THIS POST. IT WILL RESULT IN MASSIVE BUGS

illerFFN wrote:
EDIT: I have no idea why BB tags aren't working for everyone else but not for me.... WTF??
Does someone above me have an open Tag? [/code]

============================================================


With the example above, there's defiitely an issue with using the Resupply stands. They reverse the sensitivity order somehow so you have to wait 15 seconds before you can un-reverse it.

Here's my exact code (Modified hybrid of the 2 listed in this thread)
Code:
------------------------------------------------------------------------------------------
Bindings=(Name="GBA_MagnifyZoom",Command="MagnifyZoom | setsensitivity 6.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="GBA_DemagnifyZoom",Command="DemagnifyZoom | setsensitivity 10.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="MyDoZoom",Command="PressedZoom | SetSensitivity 8 | SetBind RightMouseButton MyDoUnzoom",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="MyDoUnzoom",Command="PressedZoom | SetSensitivity 16 | SetBind RightMouseButton MyDoZoom",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="RightMouseButton",Command="MyDoZoom",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,.................)
------------------------------------------------------------------------------------------

I'm thinking I now need a separate bind that resets the setbinds order as well....
I've got "PressedZoom" twice instead of closing instance of "ReleasedZoom"

----------------------------------------------------------

OH LOOK, now BBCode just magically works again....
/FAILFORUMS

Last edited by illerFFN on Mon Mar 05, 2012 8:05 am, edited 7 times in total.

Sun Mar 04, 2012 8:30 pm
Profile WWW
illerFFN
User avatar


Joined: Wed Apr 14, 2010 6:52 pm
Posts: 1174
Post Re: [tweak] Zoom sensitivity
doublepost

Last edited by illerFFN on Mon Mar 05, 2012 8:03 am, edited 2 times in total.

Sun Mar 04, 2012 8:33 pm
Profile WWW
Tramadolol


Joined: Sat Feb 04, 2012 9:47 am
Posts: 610
Post Re: [tweak] Zoom sensitivity
Great script Skeptic!
I've tried to get something like this working for a long time.. especially the zoomreset part.
Thanks for making my headache go away! :P


Sun Mar 04, 2012 8:59 pm
Profile
illerFFN
User avatar


Joined: Wed Apr 14, 2010 6:52 pm
Posts: 1174
Post Re: [tweak] Zoom sensitivity
BUMP.

Now that some keys are saved on the Server instead of client, you apparently have to Clear those keys from all functions before you can "free them up" to be used here. ...Can't just overwrite existing or reserved keys anymore since the Game just rewrites them back over the Client.


Thu Mar 22, 2012 5:38 am
Profile WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  Page 3 of 7
 [ 69 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

Board index » Tribes: Ascend - Official Forums » Tribes: Ascend - General Public Forums » Tribes: Ascend - Feedback & Constructive Discussion

All times are UTC - 5 hours [ DST ]


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 post attachments in this forum

Jump to:  
Powered by phpBB © phpBB Group.
Phpbb Style Designed and Copyrighted by Vjacheslav Trushkin for Free Forums/DivisionCore.
Terms of Service and Privacy Policy

All content © Hi-Rez Studios.