Space Engineers

Space Engineers

Revived Large Ship Railguns (With penetration and shield damage!)
Visar 11–20 av 36 poster
< 1  2  3  4 >
Uppdatering: 14 jul, 2019 @ 18:21

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

Uppdatering: 13 jul, 2019 @ 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

Uppdatering: 7 jun, 2019 @ 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

Uppdatering: 15 maj, 2019 @ 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

Uppdatering: 6 maj, 2019 @ 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

Uppdatering: 5 maj, 2019 @ 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

Uppdatering: 24 mar, 2019 @ 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

Uppdatering: 21 okt, 2018 @ 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.

Uppdatering: 21 okt, 2018 @ 18:08

Faulty upload. Sorry!

Uppdatering: 20 okt, 2018 @ 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