Space Engineers

Space Engineers

Nebulous Radar Framework
Mostrando 1-10 de 43 aportaciones
< 1  2  3  4  5 >
Actualización: 19 OCT a las 11:59 p. m.

Actualización: 19 OCT a las 9:52 p. m.

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

Actualización: 19 OCT a las 9:41 p. m.

Actualización: 19 OCT a las 9:37 p. m.

Actualización: 19 OCT a las 9:35 p. m.

Actualización: 19 OCT a las 9:09 p. m.

# 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

Actualización: 18 OCT a las 6:01 p. m.

revert to sep 17 update

Actualización: 18 OCT a las 5:41 p. m.

Actualización: 18 OCT a las 5:24 p. m.

Actualización: 17 SEP a las 2:59 p. m.