Space Engineers

Space Engineers

WeaponCore - 2.5
Hiển thị 61-70 trong 186 mục
< 1 ... 5  6  7  8  9 ... 19 >
Cập nhật: 27 Thg04 @ 9:13pm

- Clarified HUD messages (right hand side) and terminal for weapon status, added new displays to indicate if a turret is turning to track a target, wep needs a target, or a potential target is inside min range or outside max range
- Clarified terminal ammo message to indicate if the selected ammo type isn't available, but other ammo is found in inventory (prompting user to check their selected ammo type)
- Added optional shield hit particle to ammo
- Corrected bug with fixed weps that need a target queueing up a shot with key toggle, causing them to unexpectedly fire at the next hud selected target

Cập nhật: 27 Thg04 @ 3:05pm

Cập nhật: 27 Thg04 @ 11:10am

- HUD improvements

Cập nhật: 27 Thg04 @ 1:33am

- Added ammo switching logic for interior turret ammo compatibility for legacy BPs upon placement

Cập nhật: 25 Thg04 @ 8:06am

Fixed subgrid layering corner cases that resulted in apparent phasing of damage
Prohibited "Focus Fire" terminal/hotbar option for weapons that rely on comms for their target

Cập nhật: 22 Thg04 @ 11:17am

Cập nhật: 16 Thg04 @ 3:41pm

fixed NRE in ray callback (fun combo of target closest + target grid center)

Cập nhật: 16 Thg04 @ 1:18pm

NRE chasing in NormalShootRayCallBack

Cập nhật: 16 Thg04 @ 10:15am

Code cleanup

Cập nhật: 14 Thg04 @ 4:19pm

- Added new weapon cfg option in "Other": AllowScopeOutsideObb. By default the LoS check origin is adjusted to be inside the weapon block bounds, setting this true uses the actual scope position. (coreparts structure update needed for modders)
- Changed CastRayParallel calls to CastRay. Delays for LoS checks should be eliminated and false-positive firing at terrain or friendlies should be further reduced
- Fixed a bug with LoS on weapons that target grid center, if there was nothing at the center of the grid the ray would return a false miss and the weapon would give up that grid target
- Added additional weapon debug draws for the scope and scope forward (yellow ball at scope and line)