<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.starbasegame.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Archaegeo</id>
	<title>Starbase wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.starbasegame.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Archaegeo"/>
	<link rel="alternate" type="text/html" href="https://wiki.starbasegame.com/index.php?title=Special:Contributions/Archaegeo"/>
	<updated>2026-04-20T15:13:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.starbasegame.com/index.php?title=Common_YOLOL&amp;diff=28358</id>
		<title>Common YOLOL</title>
		<link rel="alternate" type="text/html" href="https://wiki.starbasegame.com/index.php?title=Common_YOLOL&amp;diff=28358"/>
		<updated>2021-08-03T11:16:06Z</updated>

		<summary type="html">&lt;p&gt;Archaegeo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Standard Generator Script (Basic YOLOL Chip)==&lt;br /&gt;
&lt;br /&gt;
''Note: This script will require enough batteries on the ship to act as a buffer for the generator spool up time.''&lt;br /&gt;
&lt;br /&gt;
===Default Fields===&lt;br /&gt;
&lt;br /&gt;
 :FuelChamberUnitRateLimit=100-:StoredBatteryPower/100 goto 1&lt;br /&gt;
&lt;br /&gt;
===Non Default Fields===&lt;br /&gt;
&lt;br /&gt;
''Note: This version of the script assumes either &amp;quot;'''GeneratorUnitRateLimit'''&amp;quot; or &amp;quot;'''FuelChamberRateLimit'''&amp;quot; (preferably the latter) are renamed to &amp;quot;'''limit'''&amp;quot;, and at least one battery exists on the network with it's &amp;quot;'''StoredBatteryPower'''&amp;quot; field renamed to &amp;quot;'''bat'''&amp;quot;.''&lt;br /&gt;
&lt;br /&gt;
 :limit=100-:bat/100 goto 1&lt;br /&gt;
&lt;br /&gt;
===Tutorial Laborer===&lt;br /&gt;
&lt;br /&gt;
''Note: The Laborer has renamed field names by default so this version will work for the tutorial ship.''&lt;br /&gt;
&lt;br /&gt;
 :Generator=100-:Battery_1/100 goto 1&lt;br /&gt;
&lt;br /&gt;
==Settable on/off Generator flag==&lt;br /&gt;
 c=(c&amp;lt;1)*(:Battery_1&amp;lt;5000)+c*(:Battery_1&amp;lt;9999) :Gen=c*22+0.001 goto 1&lt;br /&gt;
Fitting this code on the Laborer Module requires renaming at least one device. (here the Generator was renamed Gen) &lt;br /&gt;
&lt;br /&gt;
5000 and 9999 are the start-charging and stop-charging levels. 22 is just enough charge to run the stock two box thrusters.&lt;br /&gt;
&lt;br /&gt;
==Single lever forward/backward script (Basic YOLOL Chip)==&lt;br /&gt;
&lt;br /&gt;
''Note: This script assumes you have a center lever bound to FcuForward''&lt;br /&gt;
&lt;br /&gt;
===Default device fields===&lt;br /&gt;
&lt;br /&gt;
 :FcuBackward=-:FcuForward goto 1&lt;br /&gt;
&lt;br /&gt;
==Material Scanner Code==&lt;br /&gt;
&lt;br /&gt;
''Note: To use, on your scanner, rename :Material to :MatS, :Volume to :VolS, and :Index to :IndS.   Then you need a display unit that will show :Material and another that shows :Volume''&lt;br /&gt;
&lt;br /&gt;
  //Material Scanner&lt;br /&gt;
  if :MatScan == 1 then :Scan=1 else goto 1 end&lt;br /&gt;
  Index=:IndS :Material=:MatS :Volume=:VolS&lt;br /&gt;
  X=:ScanResults-1&lt;br /&gt;
  &lt;br /&gt;
  if Index&amp;lt;X then :IndS=:IndS+1 goto 3 else goto 2 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''This page is a WIP. Please contribute to it!''&lt;/div&gt;</summary>
		<author><name>Archaegeo</name></author>
	</entry>
	<entry>
		<id>https://wiki.starbasegame.com/index.php?title=Common_YOLOL&amp;diff=28345</id>
		<title>Common YOLOL</title>
		<link rel="alternate" type="text/html" href="https://wiki.starbasegame.com/index.php?title=Common_YOLOL&amp;diff=28345"/>
		<updated>2021-08-02T15:01:04Z</updated>

		<summary type="html">&lt;p&gt;Archaegeo: Added Material Scanner code.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Standard Generator Script (Basic YOLOL Chip)==&lt;br /&gt;
&lt;br /&gt;
''Note: This script will require enough batteries on the ship to act as a buffer for the generator spool up time.''&lt;br /&gt;
&lt;br /&gt;
===Default Fields===&lt;br /&gt;
&lt;br /&gt;
 :FuelChamberUnitRateLimit=100-:StoredBatteryPower/100 goto 1&lt;br /&gt;
&lt;br /&gt;
===Non Default Fields===&lt;br /&gt;
&lt;br /&gt;
''Note: This version of the script assumes either &amp;quot;'''GeneratorUnitRateLimit'''&amp;quot; or &amp;quot;'''FuelChamberRateLimit'''&amp;quot; (preferably the latter) are renamed to &amp;quot;'''limit'''&amp;quot;, and at least one battery exists on the network with it's &amp;quot;'''StoredBatteryPower'''&amp;quot; field renamed to &amp;quot;'''bat'''&amp;quot;.''&lt;br /&gt;
&lt;br /&gt;
 :limit=100-:bat/100 goto 1&lt;br /&gt;
&lt;br /&gt;
===Tutorial Laborer===&lt;br /&gt;
&lt;br /&gt;
''Note: The Laborer has renamed field names by default so this version will work for the tutorial ship.''&lt;br /&gt;
&lt;br /&gt;
 :Generator=100-:Battery_1/100 goto 1&lt;br /&gt;
&lt;br /&gt;
==Settable on/off Generator flag==&lt;br /&gt;
 c=(c&amp;lt;1)*(:Battery_1&amp;lt;5000)+c*(:Battery_1&amp;lt;9999) :Gen=c*22+0.001 goto 1&lt;br /&gt;
Fitting this code on the Laborer Module requires renaming at least one device. (here the Generator was renamed Gen) &lt;br /&gt;
&lt;br /&gt;
5000 and 9999 are the start-charging and stop-charging levels. 22 is just enough charge to run the stock two box thrusters.&lt;br /&gt;
&lt;br /&gt;
==Single lever forward/backward script (Basic YOLOL Chip)==&lt;br /&gt;
&lt;br /&gt;
''Note: This script assumes you have a center lever bound to FcuForward''&lt;br /&gt;
&lt;br /&gt;
===Default device fields===&lt;br /&gt;
&lt;br /&gt;
 :FcuBackward=-:FcuForward goto 1&lt;br /&gt;
&lt;br /&gt;
==Material Scanner Code==&lt;br /&gt;
&lt;br /&gt;
''Note: To use, on your scanner, rename :Material to :MatS, :Volume to :VolS, and :Index to :IndS.   Then you need a display unit that will show :Material and another that shows :Volume''&lt;br /&gt;
&lt;br /&gt;
  //Material Scanner by CubeMaster_1&lt;br /&gt;
  if :MatScan == 1 then :Scan=1 else goto 1 end&lt;br /&gt;
  Index=:IndS :Material=:MatS :Volume=:VolS&lt;br /&gt;
  X=:ScanResults-1&lt;br /&gt;
  &lt;br /&gt;
  if Index&amp;lt;X then :IndS=:IndS+1 goto 3 else goto 2 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''This page is a WIP. Please contribute to it!''&lt;/div&gt;</summary>
		<author><name>Archaegeo</name></author>
	</entry>
</feed>