Advertisement
jpWHY

Untitled

Aug 23rd, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. ---------------TAMods Lua Configuration Script--------------
  2. ---------Generated by TAMods Configuration Tool v0.7--------
  3. ------------------------------------------------------------
  4. ------------------------------------------------------------
  5.  
  6.  
  7. ----------------------------------------
  8. ------------Config Variables------------
  9. ----------------------------------------
  10.  
  11. ---General---
  12. showErrorNotifications = true
  13. recordStats = true
  14. recordTeamStats = true
  15. saveStats = true
  16. saveTeamStats = true
  17.  
  18. ---Display---
  19. showWeapon = true
  20. showHUDWeapons = true
  21. showBodyMesh = true
  22. showRainbow = false
  23. showCrosshair = true
  24. crosshairScale = 1
  25. showFirstPersonAmmo = true
  26. skiBarMin = 7
  27. skiBarMax = 300
  28. consoleSize = 0.75
  29. consoleTransparency = 0.8
  30.  
  31. ---HUD Icons---
  32. IFFScale = 1
  33. showObjectiveIcon = true
  34. showFlagBaseIcon = true
  35. showFlagHomeBaseIcon = true
  36. showCTFBaseIcon = true
  37. showNuggetIcon = true
  38. showPlayerIcon = true
  39. showVehicleIcon = true
  40. showSensorIcon = true
  41. showMineIcon = true
  42. showObjectiveText = true
  43. showMineText = true
  44.  
  45. ---HUD Colours---
  46.  
  47. ---Damage Numbers---
  48. damageNumbersLimit = 0
  49. showDamageNumberStream = false
  50. showChainBulletHitCount = false
  51. damageNumberStreamTimeout = 0.5
  52. damageNumbersOffsetX = 0
  53. damageNumbersOffsetY = 0
  54. damageNumbersScale = 1
  55. damageNumberCustomText = ""
  56. revertOriginalDamageNumbers = false
  57. revertOriginalDamageNumbersThreshold = 150
  58.  
  59. ---Magic Chain---
  60. useMagicChain = true
  61. useSmallBullets = false
  62. centerBulletSpawn = false
  63. bulletPingMultiplier = 1
  64. bulletSpawnDelay = 0
  65.  
  66. ---Mouse Sensitivity---
  67. useFOVScaling = true
  68. sens = 10
  69. sensZoom = 5
  70. sensZoooom = 2
  71.  
  72. ---Roam Map---
  73. disableBaseTurrets = true
  74. disablePower = true
  75. maxSpeedWithFlag = 0
  76. decelerationRateWithFlag = 10
  77.  
  78. ---Route Recording---
  79. routeDrawInterval = 500
  80. routeDrawETAInterval = 5
  81. routeReplayRotation = true
  82. routeCinematicMode = false
  83. showSavedLocations = true
  84.  
  85. ---Stopwatch---
  86. stopwatchStopOnCap = false
  87. stopwatchStopOnDeath = true
  88. stopwatchNotifications = true
  89.  
  90. ---Sounds---
  91. hitSoundMode = 0
  92. hitSoundPitchMin = 0.4
  93. hitSoundPitchMax = 1.6
  94. hitSoundDamageRef = 600
  95. volumeHitSound = 0.55
  96. volumeBluePlate = 1
  97. volumeAirMail = 1
  98. volumeHeadShot = 0.55
  99. volumeArtilleryShot = 0.5
  100. volumeHeadShotKill = 0.5
  101. volumeMeleeKill = 0.5
  102. volumeRoadKill = 0.5
  103. volumeFastGrab = 0.5
  104. volumeFirstBlood = 0.5
  105. volumeFlagBlueGrab = 0.5
  106. volumeFlagRedGrab = 0.5
  107. volumeFlagBluePickup = 0.5
  108. volumeFlagRedPickup = 0.5
  109. volumeFlagBlueCapture = 0.5
  110. volumeFlagRedCapture = 0.5
  111. volumeFlagBlueReturn = 0.5
  112. volumeFlagRedReturn = 0.5
  113. volumeFlagBlueDrop = 0.5
  114. volumeFlagRedDrop = 0.5
  115. volumeStreak1 = 0.5
  116. volumeStreak2 = 0.5
  117. volumeStreak3 = 0.5
  118. volumeStreak4 = 0.5
  119. volumeStreak5 = 0.5
  120. volumeMultiKill1 = 0.5
  121. volumeMultiKill2 = 0.5
  122. volumeMultiKill3 = 0.5
  123. volumeMultiKill4 = 0.5
  124. volumeMultiKill5 = 0.5
  125.  
  126. ---Miscellaneous---
  127.  
  128. ----------------------------------------
  129. -------------Custom Loadouts------------
  130. ----------------------------------------
  131.  
  132.  
  133. ----------------------------------------
  134. --------Global Crosshair Settings-------
  135. ----------------------------------------
  136.  
  137.  
  138. ----------------------------------------
  139. ---------Globally Muted Players---------
  140. ----------------------------------------
  141.  
  142.  
  143. ----------------------------------------
  144. ------------Projectile Swaps------------
  145. ----------------------------------------
  146.  
  147. ----------------------------------------
  148. ----------Modified Projectiles----------
  149. ----------------------------------------
  150.  
  151. ----------------------------------------
  152. ----------Swapped Weapon Models---------
  153. ----------------------------------------
  154.  
  155.  
  156. ----------------------------------------
  157. ---------Required Preset Configs--------
  158. ----------------------------------------
  159. require("presets/ubermenu/preset")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement