Space Engineers

Space Engineers

Revived Large Ship Railguns (With penetration and shield damage!)
Mostrando 11-20 de 36 aportaciones
< 1  2  3  4 >
Actualización: 14 JUL 2019 a las 6:21 p. m.

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

Actualización: 13 JUL 2019 a las 11:17 p. m.

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

Actualización: 7 JUN 2019 a las 6:43 p. m.

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

Actualización: 15 MAY 2019 a las 8:51 p. m.

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

Actualización: 6 MAY 2019 a las 5:01 p. m.

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

Actualización: 5 MAY 2019 a las 9:18 p. m.

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

Actualización: 24 MAR 2019 a las 10:23 p. m.

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

Actualización: 21 OCT 2018 a las 6:24 p. m.

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.

Actualización: 21 OCT 2018 a las 6:08 p. m.

Faulty upload. Sorry!

Actualización: 20 OCT 2018 a las 8:11 p. m.

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