Space Engineers

Space Engineers

Nebulous Radar Framework
Ergebnisse 1–10 von 42
< 1  2  3  4  5 >
Update: 19. Okt. um 21:52

someone forgot a good many things that broke this mod, should be fixed

Update: 19. Okt. um 21:41

Update: 19. Okt. um 21:37

Update: 19. Okt. um 21:35

Update: 19. Okt. um 21:09

# Neb Radar Framework
- Mod disables itself when the unstable branch is present.
- Added a lot more debugging logging.
- Theoretically fixed CTD on DS.
- Fixed jammers working even if they were not supplied enough power.
- Jammers can now be of type `IMyConveyorSorter` and `IMyUpgradeBlock`
- Jammer sorters will have their sorter actions removed.
- Theoretically if the jammer are of these types they are compatible with WC
- Exceptions now use ModCrashedExceptions (shows a separate crash window with instructions). Thanks aristeas for letting me use `CustomCrashModContext`
- Added string `AzimuthSubpartName` to jammer definitions
- Azimuth subpart for the model. Should be parented by the main model. Do not include the prefix 'subpart_'. Not used if the jammer is an interior turret.
- Added string `ElevationSubpartName` to jammer definitions
- Elevation subpart for the model. Should be parented by the azimuth subpart. Do not include the prefix 'subpart_'. Not used if the jammer is an interior turret
- Added string `MuzzleEmptyName` to jammer definitions
- Empty where the jammer cone comes from. Not used if block is interior turret, uses block + block.Up*0.5 instead
- Added floats `AzimuthSpeed` and `ElevationSpeed` to jammer definitions
- Speed in degrees per second to rotate the azimuth/elevation subparts respectively. Not used if the jammer is an interior turret
- Added floats `MinAzimuth` and `MaxAzimuth` to jammer definitions
- Angle in degrees from grid forward to allow the subpart to go to left/right respectively. -180 & 180 means unlimited. Not used if the jammer is an interior turret
- Added floats `MinElevation` and `MaxElevation` to jammer definitions
- Angle in degrees from grid forward to allow the subpart to go to down/up respectively. -90 & 90 means unlimited. Not used if the jammer is an interior turret

Update: 18. Okt. um 18:01

revert to sep 17 update

Update: 18. Okt. um 17:41

Update: 18. Okt. um 17:24

Update: 17. Sep. um 14:59

Update: 8. Sep. um 11:40