Advertisement
tavarner17

Handy TribesInput.ini changes

Nov 15th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ~Other Handy Changes~
  2.  
  3. Weapon Swap Script
  4.  
  5. 1. In your TribesInput.ini, delete the lines that contain "Bindings=(Name="One"..." and "Bindings=(Name="Two"..." in them.
  6. 2. Replace the line that held you previous quick swap key bind, shown under (Default), with the lines shown under (Modified).
  7. (Default)
  8. Bindings=(Name="Q",Command="GBA_NextWeapon")
  9.  
  10. (Modified)
  11. Bindings=(Name="GBA_SwitchWeaponA",Command="EquipPrimary | SetBind Q GBA_SwitchWeaponB",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  12. Bindings=(Name="GBA_SwitchWeaponB",Command="EquipSecondary | SetBind Q GBA_SwitchWeaponA",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  13. Bindings=(Name="Q",Command="GBA_SwitchWeaponB",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
  14.  
  15. This change is intended to fix what might be a bug. When you use the "GBA_NextWeapon" function by pressing Q, the client sends a packet to the server to confirm the swap, and when the packet comes back the weapon swap animation begins. However, when you press 1 or 2 to switch weapons, no packet is sent and the animation begins immediately. The consequence is that by using Q instead of 1 or 2 it takes a bit longer for the swap to occur, and that time difference is your ping. This script binds the function 1 and 2 use to your quick swap key, so you save a bit of time everytime you swap weapons. I think the difference is significant, shown especially well when I spam the quick swap key. It seems to keep up with how fast I can spam the key instead of having a bit of a delay.
  16.  
  17. Remove Weapon Swap on Scroll Wheel
  18.  
  19. 1. Find the lines below in you TribesInput.ini:
  20.  
  21. Bindings=(Name="MouseScrollUp",Command="GBA_WeaponSwitchWithFilter | GBA_MagnifyZoom")
  22. Bindings=(Name="MouseScrollDown",Command="GBA_WeaponSwitchWithFilter | GBA_DemagnifyZoom")
  23.  
  24. 2. In both lines delete the series of characters within the quotations below (including the spaces):
  25.  
  26. "GBA_WeaponSwitchWithFilter | "
  27.  
  28. Examine Collsion Boxes of Rocks
  29.  
  30. 1. This bind ONLY works in Roam Mode.
  31.  
  32. 2. Under the "[Engine.PlayerInput]" section, add the series of characters below:
  33.  
  34. Bindings=(Name="F5",Command="Show BSP | Show COLLISION | Show SKELMESHES | Show FOG | Show DECALS | Show LEVELCOLORATION,",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement