Sb forum speech.png DiscordLink.png FacebookLink.png RedditLink.png SteamLink.png TwitterLink.png YoutubeLink.png

Common YOLOL

From Starbase wiki
Jump to navigation Jump to search

Standard Generator Script (Basic YOLOL Chip)

Default Fields

:FuelChamberUnitRateLimit=100-:StoredBatteryPower/100 goto 1

Non Default Fields

This version of the script assumes either "GeneratorUnitRateLimit" or "FuelChamberRateLimit" (preferably the latter) are renamed to "limit", and at least one battery exists on the network with it's "StoredBatteryPower" field renamed to "bat".

:limit=100-:bat/100 goto 1

Tutorial Laborer

The Laborer has renamed field names by default so this version will work for the tutorial ship.

:Generator=100-:Battery_1/100

Single lever forward/backward script (Basic YOLOL Chip)

Default device fields

:FcuBackward=-:FcuForward goto 1

Note: This script assumes you have a center lever bound to FcuForward


This page is a WIP. Please contribute to it!

Cookies help us deliver our services. By using our services, you agree to our use of cookies.