Space Engineers

Space Engineers

Revived Large Ship Railguns (With penetration and shield damage!)
36件中 11-20 を表示
< 1  2  3  4 >
更新: 2019年7月14日 @ 18時21分

Fixed NRE associated with null muzzle flashes
https://gitlab.com/whiplash141/Revived-Railgun-Mod/merge_requests/21

更新: 2019年7月13日 @ 23時17分

Modularized Codebase
https://gitlab.com/whiplash141/Revived-Railgun-Mod/merge_requests/19
  • This makes creating new weapons based off of this framework quite a bit easier

更新: 2019年6月7日 @ 18時43分

Critical fix for ProtoBuf related crashes
https://gitlab.com/whiplash141/Revived-Railgun-Mod/merge_requests/18

  • This fixes issues with protobuf created by keen moving to netstandard

更新: 2019年5月15日 @ 20時51分

Configurable Rate of Fire
https://gitlab.com/whiplash141/Revived-Railgun-Mod/merge_requests/16
  • Railguns now have configurable rate of fire!
  • Attempted to fix ammo consumption bugs in survival. If you notice any bugs, please lmk
  • Projectiles now spawn from barrel dummies (accidentally reverted last patch, but fixed and improved)
  • Various minor changes in preparation of a refactor to make the code easier to modify for other weapon needs

更新: 2019年5月6日 @ 17時01分

Patch for Railguns Not Firing in Suvival
https://gitlab.com/whiplash141/Revived-Railgun-Mod/commit/16121421c60b1b0eb1a07348df3f864449e2526c
  • Worked around issue in Keen's block.IsWorking code which caused the railgun not to fire in survival

更新: 2019年5月5日 @ 21時18分

Shield Mod Interoperability
https://gitlab.com/whiplash141/Revived-Railgun-Mod/merge_requests/14

Primary Changes
  • Railgun projectiles will now impact the _surface_ of shields
  • Railguns deal extra damage to shields (default: 5x damage modifier)
    • Extra damage is configurable in the railgun config file

Bugfixes
  • Fixed issues with railgun firing when it shouldn't
  • Changed how tracer is drawn to eliminate visual phasing through shields and other blocks

更新: 2019年3月24日 @ 22時23分

Optimizations and Sync Fixes
https://gitlab.com/whiplash141/Revived-Railgun-Mod/merge_requests/12/diffs

Changes
  • Increased default railgun range to 5 km
    • Sync and view range are forced to railgun range if they are too short
  • Fixed voxel collisions
  • Guns no-longer turn off when power is overloaded
  • Added _many_ more options to the config file
  • Optimized tracer draw to use less network traffic
  • Moved all constants into their own file

更新: 2018年10月21日 @ 18時24分

Added Configuration File
GitHub: https://github.com/Whiplash141/Revived-Railgun-Mod/commit/354ed22b25cfa8c8241ad0e85d159f11c06acb6e
  • Added configuration file! You can configure railgun settings in:
C:\Users\<USER>\AppData\Roaming\SpaceEngineers\Storage\1431583896.sbm_Railgun\RailgunConfig.sbc
  • Buffed damage to 33k damage. Will monitor to see if this balance change is positive or negative.

更新: 2018年10月21日 @ 18時08分

Faulty upload. Sorry!

更新: 2018年10月20日 @ 20時11分

Revision 16
Github Link[github.com]
  • Better projectile trail drawing for projectiles that redirect
  • Projectiles can be deflected by artificial gravity gens!
  • Added 2x multiplier for artificial gravity influence on railgun projectiles
  • Projectile trail fades slower
  • Redesigned how projectiles detect collisions: Now scans backwards instead of forwards to avoid slight gaps due to projectile direction redirection