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

Difference between revisions of "Common YOLOL"

From Starbase wiki
Jump to navigation Jump to search
m (Forgot to add a goto 1, apologies for the double edit)
Line 15: Line 15:
''The Laborer has renamed field names by default so this version will work for the tutorial ship.''
''The Laborer has renamed field names by default so this version will work for the tutorial ship.''


  :Generator=100-:Battery_1/100
  :Generator=100-:Battery_1/100 goto 1


==Single lever forward/backward script (Basic YOLOL Chip)==
==Single lever forward/backward script (Basic YOLOL Chip)==

Revision as of 03:16, 20 June 2021

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 goto 1

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.