Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. name = "Simspeed++"
  2. uid = "6ea135b9-1615-433b-a344-1bc5d1000009"
  3. version = 9
  4. description = "More perf more furious."
  5. author = "Azroc"
  6.  
  7. The mod is adding EXPERIMENTAL hive and kennel to the game.
  8. Speedimprovements are minimal.
  9.  
  10. ---------------------------------------------------------------------------------------------------------
  11. Mods\Simspeed++\hook\lua\sim\defaultweapons.lua
  12.  
  13. Hook CreateProjectileAtMuzzle()
  14. line local bp = self:GetBlueprint() was moved. No Speed improvement
  15.  
  16. hook CheckBallisticAcceleration()
  17. fake, no changes
  18.  
  19. hook GetWeaponRoF()
  20. fake, no changes
  21.  
  22. hook RackSalvoFiringState()
  23. RenderClockThread delayed, maybe a speed improvement
  24.  
  25. hook StartEconomyDrain()
  26. ForkedThread was moved in a extra function. This will make the game slower (extra function call)
  27.  
  28. ---------------------------------------------------------------------------------------------------------
  29. Mods\Simspeed++\hook\lua\defaultexplosions.lua
  30.  
  31. hook CreateScorchMarkSplat()
  32. Splat effect removed
  33.  
  34. hook CreateScorchMarkDecal()
  35. Splat effect removed
  36.  
  37. hook CreateRandomScorchSplatAtObject()
  38. Splat effect removed
  39.  
  40. hook CreateWreckageEffects()
  41. DefaultWreckageEffects removed
  42.  
  43. hook CreateDebrisProjectiles()
  44. Projectile removed
  45.  
  46. hook CreateDefaultExplosion()
  47. fake, no changes
  48.  
  49. hook CreateDestructionFire()
  50. effect removed
  51.  
  52. hook CreateDestructionSparks()
  53. effect removed
  54.  
  55. hook CreateFirePlume()
  56. effect removed
  57.  
  58. hook CreateExplosionProjectile()
  59. effect removed
  60.  
  61. hook CreateUnitDebrisEffects()
  62. effect removed
  63.  
  64. ---------------------------------------------------------------------------------------------------------
  65. \Mods\Simspeed++\hook\lua\system\Class.lua
  66.  
  67. hook ChangeState()
  68. removed assert validation. Minor speed improvement
  69.  
  70. ---------------------------------------------------------------------------------------------------------
  71. Mods\Simspeed++\hook\lua\system\Blueprints.lua
  72.  
  73. hook ModBlueprints()
  74. TargetCheckInterval set to 0.5 sec.
  75. Display.Tarmacs removed
  76. Display.BlinkingLights removed
  77. Display.BlinkingLightsFx removed
  78. Display.MovementEffects removed
  79. Display.LayerChangeEffects removed
  80. Display.IdleEffectsr emoved
  81. Display.AnimationOpen removed from MASSEXTRACTION and MASSFABRICATION
  82. AI.InitialAutoMode disabled
  83.  
  84. removing of special units when mod phantom is missing
  85. all_bps.Unit['aeb0304'] = nil
  86. all_bps.Unit['arb0404'] = nil
  87. all_bps.Unit['xea3304'] = nil
  88.  
  89. ---------------------------------------------------------------------------------------------------------
  90. Mods\Simspeed++\hook\lua\EffectUtilities.lua
  91.  
  92. hook CreateCybranBuildBeams()
  93. removed several effects
  94.  
  95. hook SpawnBuildBots()
  96. All bots removed
  97.  
  98. ---------------------------------------------------------------------------------------------------------
  99. Mods\Simspeed++\hook\lua\overspill.lua
  100.  
  101. hook DoOverspill()
  102. ForkedThread was moved in a extra function. This will make the game slower (extra function call)
  103.  
  104. ---------------------------------------------------------------------------------------------------------
  105. Mods\Simspeed++\hook\lua\sim\Unit.lua
  106.  
  107. DisableUnitIntel
  108. moved local function outside of the main function. This will make the game slower (extra function call)
  109.  
  110. EnableUnitIntel
  111. moved local function outside of the main function. This will make the game slower (extra function call)
  112.  
  113. ---------------------------------------------------------------------------------------------------------
  114. Mods\Simspeed++\hook\lua\victory.lua
  115.  
  116. hook CheckVictory()
  117. no changes, debug
  118.  
  119. hook CallEndGame)=
  120. no changes, debug
  121.  
  122. ---------------------------------------------------------------------------------------------------------
  123. Mods\Simspeed++\hook\lua\sim\weapon.lua
  124.  
  125. hook GetDamageTable
  126. caching of weapon stats. Speed improvement!
  127.  
  128. hook AddDamageRadiusMod
  129. removing weapon stats cache
  130.  
  131. hook AddDamageMod
  132. removing weapon stats cache
  133.  
  134. hook DisableBuff
  135. removing weapon stats cache
  136.  
  137. hook ReEnableBuff
  138. removing weapon stats cache
  139.  
  140. ---------------------------------------------------------------------------------------------------------
  141. C:\ProgramData\FAForever\repo\Mods\Simspeed++\hook\effects\Emitters\build_beam_02_emit.bp
  142.  
  143. beam render Thickness changed from 0.09 to 0.009
  144.  
  145. ---------------------------------------------------------------------------------------------------------
  146. Mods\Simspeed++\hook\units\UAB1104\UAB1104_Script.lua
  147.  
  148. hook InActiveState
  149. Added failsafe for missing animations.
  150.  
  151. ---------------------------------------------------------------------------------------------------------
  152. Mods\Simspeed++\hook\units\XEA0306\XEA0306_script.lua
  153.  
  154. failsafe for non existing shields
  155.  
  156. ---------------------------------------------------------------------------------------------------------
  157. Mods\Simspeed++\hook\units\XEB0204\XEB0204_script.lua
  158.  
  159. Animation removed
  160.  
  161. ---------------------------------------------------------------------------------------------------------
  162. Mods\Simspeed++\units\XEA3304\XEA3304_script.lua
  163. Mods\Simspeed++\units\XEA3304\XEA3304_unit.bp
  164.  
  165. New Unit. UEF kennel drone. 20 times stronger then normal kennel drone
  166.  
  167. ---------------------------------------------------------------------------------------------------------
  168. Mods\Simspeed++\units\ARB0404\ARB0404_script.lua
  169. Mods\Simspeed++\units\ARB0404\ARB0404_unit.bp
  170.  
  171. New Unit. Cybran EXPERIMENTAL hive.
  172.  
  173. ---------------------------------------------------------------------------------------------------------
  174. C:\ProgramData\FAForever\repo\Mods\Simspeed++\units\AEB0304\AEB0304_script.lua
  175. C:\ProgramData\FAForever\repo\Mods\Simspeed++\units\AEB0304\AEB0304_unit.bp
  176.  
  177. New Unit. UEF EXPERIMENTAL kennel.
  178.  
  179. ---------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement