Difference between revisions of "Common YOLOL"
Jump to navigation
Jump to search
m |
m (Added chip "levels" to the two existing scripts) |
||
Line 1: | Line 1: | ||
==Standard Generator Script== | ==Standard Generator Script (Basic YOLOL Chip)== | ||
===Default Fields=== | ===Default Fields=== | ||
Line 12: | Line 12: | ||
==Single lever forward/backward script== | ==Single lever forward/backward script (Basic YOLOL Chip)== | ||
===Default device fields=== | ===Default device fields=== |
Revision as of 00:14, 15 April 2021
Standard Generator Script (Basic YOLOL Chip)
Default Fields
:FuelChamberUnitRateLimit=100-:StoredBatteryPower/100 goto 1
Non Default Fields
:limit=100-:bat/100 goto 1
Note: It is recommended that you change the fuel chamber, not the generator unit, so the generator doesn't need to slowly spool up.
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!