Space Engineers

Space Engineers

WeaponCore - 2.5
Showing 141-150 of 162 entries
< 1 ... 13  14  15  16  17 >
Update: 20 Apr, 2024 @ 12:22am

- Added SkipBlocksForAOE option under ObjectsHit in ammo definition

Update: 18 Apr, 2024 @ 11:39am

- Added option to prohibit cooling when a weapon is turned off
- Corrected wiki/git links
- Fixed chat command for mod development debug mode

Update: 13 Mar, 2024 @ 6:35pm

- Corrected character targeting failure if a player was hiding behind an unowned grid/armor blocks

Update: 10 Mar, 2024 @ 7:39pm

- Added prohibit options for shot delay and burst count under weapon UI. This is meant for instances where players utilizing quirks of salvos may go against intended balance/impair functionality of weapons.

Update: 7 Mar, 2024 @ 4:23pm

- Reworked hit particles to remove a chance of them appearing to lag in space behind the actual impact point
- Added support for TimedSpawn proximity for painted targets

Update: 5 Mar, 2024 @ 7:25am

- Reworked warheads/critical reactions
- Fixed searchlights to maintain their orientation between world loading events

Update: 3 Mar, 2024 @ 1:32am

- Fixed certain particles related to animation states (like prefire) hanging in space indefinitely after block removal
- Fixed TimedSpawns criteria for using the DirectAimCone- it's now only used if the pointing mode is direct AND DirectAimCone has a value

Update: 28 Feb, 2024 @ 7:44pm

Fixed camera aiming voxel prefetch for planets (camera ray wouldn't return terrain if no grids nearby, causing weapons to aim around erratically or enabling selection of grids that should have been blocked)
Voxel prefetch above utilized to return coordinates of voxel being looked at- manual aiming (Control Mode Manual + panning camera) should be more precise on planets
Added Supportive PD Terminal and Hotbar controls - players can now choose if their weapons can try to target all enemy projectiles in the area (option on) vs only projectiles targeting the construct that the weapon is on (option off)
Added Disable Supporting PD option to weapons, in the UI def section. Default is false. If set to true, the weapon will be limited to defending the construct it's on and the Terminal/Hotbar options will not be available

Fixed WC fixed weapons sometimes being present in Ship Weapons category

Update: 25 Feb, 2024 @ 8:03pm

Updated ProjectileLockedOn and ProjectileLockedOnPos API methods to utilize master AI to account for subgrids

Update: 25 Feb, 2024 @ 4:49pm

-Fixed cases where searchlights might have idle movement enabled, which couldn't be cycled off by players as the control was removed. Resulted in some jittering of searchlights in some cases.
-Bugfix to cache faction info on projectiles. (showed up as NRE in TargetProjectile)