Space Engineers

Space Engineers

Isy's Ship Refueler
Showing 21-30 of 30 entries
< 1  2  >
Update: 17 Jan, 2018 @ 3:37pm

Corrected some typos..

Update: 17 Jan, 2018 @ 3:34pm

Version 1.4.0:

- Added: support for tanks. Tanks are now set to stockpile when the ship is docked. That way, they are filled very fast from other tanks on the station.
- Added: emergency reactor activation. If the batteries on your ship are overloaded or run low on power, additional reactors on your ship are turned on. You can set the values when the script should detected that cases in the config section.
- Added: new LCD output. The LCD now shows all information about your batteries, tanks, light control and more in a much clearer and more organized way with level bars. You can also enable or disable certain information in the config section as well as adjust the font size there.
- Changed: the scriptname is changed to "Isy's Ship Refueler"
- Changed: while charging, the battery with most charge is now assigned as a backup battery (set to in/out).
- Changed: overhauled the config section to be more clear and better readable.
- Changed: the script is now timed by the time since last ran rather than tick rate. Also a faster execution is applied when you are docked to help setting the batteries faster to in/out mode if you undock.
- Internal: reorganized all code pieces into different methods for a better, more structured script. Also changed all comments of all methods to follow the default commenting rules.

Update: 25 Nov, 2017 @ 6:33am

Version 1.3.3:

- Changed the charging behavior to be more balanced between all batteries. This especially means the cycling between the batteries that are kept on as backup batteries.
- Full batteries are now kept in recharging mode to avoid self recharging on the same ship.
- Added the ability to show the current status an the fill level percentage in the battery's name. This feature is active by default and can be deactivated in the config section.
- Some minor code improvements and changes.

Update: 19 Nov, 2017 @ 5:10am

Version 1.3.2:

- light control now only checks solar panels on the same grid as the programmable block
- adjusted some help texts

Update: 19 Nov, 2017 @ 2:47am

Version 1.3.1:

- Adapted the newest patch changes
- From now on, no timer is required to run my script anymore. Please deactivate or grind down all your old timers, that ran the program block. The script is now able to run itself in the proper interval.
- Implemented a proper recalculation of the output of the batteries up to PW (Peta Watt = 1.000.000.000.000.000 W). Mods get crazy, but I'm prepared :P
- New battery statistics including percentages

Update: 14 Nov, 2017 @ 2:51pm

Version 1.3.0:

- You no longer have to specify a battery group in order for the script to work. Now, all batteries are balanced when charging and a backup battery is always available in order to keep the script running when undocking. Specifying a battery group is still available as an optional feature.
- Changed the programm block and LCD output to show more information about what it's doing at the moment.
- Added scrolling LCD Text if the text shown on the LCD gets too long.
- New feature: light control! Now you can automatically switch on or off your ship's lights based on the light level. In order to read the light level, a solar panel is required. The script will then constantly check the light level and if it's below 50% of the max read solar panel output, the lights will turn on. You can also set up specific groups for the lights if you only want to turn on or off certain lights on your ship.
- Added lots of new warning message that appear if something is set up wrong.
- Fixed several bugs that could influence other ship's batteries when docked to a station.
- Internal polishment

Update: 25 Apr, 2017 @ 2:51pm

Updated thumbnail

Update: 23 Apr, 2017 @ 5:13pm

Version 1.2.0:

- added the ability to monitor only specific connectors for a connection. this could be useful for ships with several connectors which not all are used for docking to a station

Update: 8 Feb, 2017 @ 3:00am

Version 1.1.0:

- added support for outputting the status to lcd or text panels

Update: 7 Feb, 2017 @ 5:30pm

Version 1.0.0