Space Engineers

Space Engineers

Boom Box (Virus Script)
Viser 1-10 af 40 forekomster
< 1  2  3  4 >
Opdatering: 13. juli 2020 kl. 3:25

Version 53:

Changes:
Fixed issue with out of date code.

Opdatering: 10. sep. 2019 kl. 10:41

- Fixed several bugs which were stopping some of the behaviours from running
- Added a new mode runAllAtOnce which will run all the behaviours in the behaviours list at once.

Opdatering: 31. mar. 2019 kl. 1:02

Opdatering: 23. sep. 2018 kl. 4:50

Version: 50
Fixed an issue with the script getting the error "Too Complex" when using it with large ships.

The script now depends on the terminal block count as to whether Clean Up will be available.

Opdatering: 3. sep. 2018 kl. 5:39

Version 49:
Fixed a bug that prevented the Lidar Behaviour (65) from working.

Opdatering: 31. aug. 2018 kl. 4:49

Version 48

New Behaviour:
29. Toggle Air Pressure - The air vents are toggled resulting in oxygen being sucked in or out

Performance Improvement:
Reworked the script so it will no longer attempt to run behaviours that cannot be performed. This should result in a significant performance improvement.

Command Line:
- Removed the ability to enter settings via the command line, this is now done only via templates
- Command Line now supports these options:
template, cleanup, stop, scan

Bug Fixes:
Fixed Script Too Complex Error
Tweaked the way behaviours work. All behaviours will run even if the resulting effect will be minimal or none ie telling a fixed station to accelerate.

Opdatering: 25. aug. 2018 kl. 17:14

Version 47:
Added new setting: disableJumping
When set to true the grid will never be able to jump as each jump will be aborted costing them fuel and having to recharge again.

New Behaviour:
46. Randomize Jump Drives. The jump drives on the grid have their blind jump ranges randomized and have recharge disabled.

Bug Fixes:
Fixed a bug with camoflage not working properly. Camoflage now also doesn't hide as a thruster anymore as it didn't match well enough.

Camoflage is now set to mode 3 by default
Debug Mode is now disabled by default.

Opdatering: 24. aug. 2018 kl. 23:51

Version 46:
- Added Templates.
Templates are entirely optional but they allow you to quickly swap in/out preset settings.
To add a template first run the command: <<TEMPLATE>> in the Boom Box's command line.
This will generate a default template. Then simply add any values you want between the >><< of each setting.
(Note that settings depending on their type take different inputs. See the guide for more details)

- Added 3 New Behaviours:
Activate Timer
Activate Program Block
Activate All Program Blocks & Timers

For these 3 behaviours to work pbList and timerList must contain the block names and optionally the values which are:
For the Program Block - the string you want it to run
For the Timer Block - the countdown time in seconds

- Fixed a large of bugs and made the script even better.

Opdatering: 21. aug. 2018 kl. 20:05

Fixed a small bug. Command Override now turns on antennas and assigns them to a PB.

Opdatering: 21. aug. 2018 kl. 19:50

Fixed a range of bugs and added the new commandOverride feature.