Automatic Generator Output With Basic YOLOL

Automatic Generator Output With Basic YOLOL

Introduction

You can easily modify your ship to save tons of energy and avoid replacing fuel rods every so often.

With a basic script coded in YOLOL, Starbase's programming language, your ship generator will turn off and on automatically depending on battery charge and regulate how much output is currently necessary.

It's a simple solution to avoid having to turn the generator on and off manually every time the ship stops moving.

What You Need


Automatic Generator Output With Basic YOLOL image 5
Automatic Generator Output With Basic YOLOL image 6

A ship equipped with a generator and battery.

A YOLOL Chip Socket

A Basic YOLOL Chip

Cable and bolt tools.You can get these from the auction house or craft them yourself at a crafting bench.

Install The YOLOL Chip


Automatic Generator Output With Basic YOLOL image 12

Simply bolt the YOLOL Chip Socket to a beam on your ship using the bolt tool.

Then, put the Basic YOLOL Chip inside the Socket.

Finally, link the Socket to the generator network using the cable tool.

Program The YOLOL Chip


Automatic Generator Output With Basic YOLOL image 17

To edit the YOLOL script inside the chip, press the center lock and slide it down.

Put the following line of code inside on the first line.

:FuelChamberUnitRateLimit=100-:StoredBatteryPower/100 goto 1

Debugging


Automatic Generator Output With Basic YOLOL image 22

You can always rename the device fields FuelChamberUnitRateLimit as GeneratorOutput and StoredBatteryPower as BatteryCharge for example if you want to.

In fact, they should have similar names in the YOLOL script and the battery and the generator fuel chamber installed on your ship.

To rename device fields, use the universal tool. Press u pointing at the device, then go to the data tab to edit.

Show Me Some Love


Automatic Generator Output With Basic YOLOL image 27

-

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2569219306					

More Starbase guilds