<?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=WallE</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=WallE"/>
	<link rel="alternate" type="text/html" href="https://wiki.starbasegame.com/index.php?title=Special:Contributions/WallE"/>
	<updated>2026-06-05T04:20:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.starbasegame.com/index.php?title=User:WallE&amp;diff=28687</id>
		<title>User:WallE</title>
		<link rel="alternate" type="text/html" href="https://wiki.starbasegame.com/index.php?title=User:WallE&amp;diff=28687"/>
		<updated>2021-08-14T17:24:01Z</updated>

		<summary type="html">&lt;p&gt;WallE: Created page with &amp;quot;{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;float: right; clear: right; margin: 0 0 1em 1em; width: 300px;&amp;quot; |- | style=&amp;quot;text-align: center; font-size: 90%;&amp;quot; |ADD THE IMAGE PATH HERE (Image:Fi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;float: right; clear: right; margin: 0 0 1em 1em; width: 300px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center; font-size: 90%;&amp;quot; |[[ADD THE IMAGE PATH HERE (Image:FileName.jpg)]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| style=&amp;quot;width: 300px; margin: 0 auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #5794D5; font-size: 120%; text-align: center;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;span style=&amp;quot;color: #FFFFFF;&amp;quot;&amp;gt; TITLE &amp;lt;/span&amp;gt;&lt;br /&gt;
|- style=&amp;quot;vertical-align: top;&amp;quot;&lt;br /&gt;
|'''TEXT ON THE LEFT'''||TEXT ON THE RIGHT&lt;br /&gt;
|-&lt;br /&gt;
|'''NEW LINE OF TEXT'''||TEXT ON THE RIGHT&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color: #000000; font-size: 120%; text-align: center;&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;span style=&amp;quot;color: #FFFFFF;&amp;quot;&amp;gt; NEW TITLE &amp;lt;/span&amp;gt;&lt;br /&gt;
|- style=&amp;quot;vertical-align: top;&amp;quot;&lt;br /&gt;
|'''TEXT ON THE LEFT'''||TEXT ON THE RIGHT&lt;br /&gt;
|-&lt;br /&gt;
|'''NEW LINE OF TEXT'''||TEXT ON THE RIGHT&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>WallE</name></author>
	</entry>
	<entry>
		<id>https://wiki.starbasegame.com/index.php?title=Common_YOLOL&amp;diff=28686</id>
		<title>Common YOLOL</title>
		<link rel="alternate" type="text/html" href="https://wiki.starbasegame.com/index.php?title=Common_YOLOL&amp;diff=28686"/>
		<updated>2021-08-14T17:20:31Z</updated>

		<summary type="html">&lt;p&gt;WallE: /* Material Point Scanner Script */&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;
==Receiver Signal Display==&lt;br /&gt;
Using a display named '''Nav'''&lt;br /&gt;
 if :SignalStrength&amp;gt;0 then goto2 else :Nav=&amp;quot;No Signal&amp;quot; goto1 end&lt;br /&gt;
 :Nav=:Message+&amp;quot;\n&amp;quot;+(1000000-:SignalStrength)/1000+&amp;quot; km&amp;quot; goto1&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 Point Scanner Script==&lt;br /&gt;
''Note: Additionally to two output panels for '''&amp;quot;Material&amp;quot;''' and '''&amp;quot;Volume&amp;quot;''' and two buttons to toggle '''&amp;quot;Active&amp;quot;''' and '''&amp;quot;Scan&amp;quot;''' install a third button and rename '''&amp;quot;ButtonState&amp;quot;''' to '''&amp;quot;Next&amp;quot;''' and set its '''&amp;quot;ButtonStyle&amp;quot;''' to '''1'''.''&lt;br /&gt;
 :Material=:Material :Volume=:Volume&lt;br /&gt;
 :Index=(:Index+:Next)*(:Index&amp;lt;:ScanResults) :Next=0 goto 1&lt;br /&gt;
&lt;br /&gt;
==Continuous Material Point Scanner Script==&lt;br /&gt;
''Note: This is a modified version of the above script''&lt;br /&gt;
 :Material=:Material :Volume=:Volume&lt;br /&gt;
 :Index=(:Index+:Next)*(:Index&amp;lt;:ScanResults) :Next=1&lt;br /&gt;
 //pause&lt;br /&gt;
 :Scan=1&lt;br /&gt;
 goto 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''This page is a WIP. Please contribute to it!''&lt;/div&gt;</summary>
		<author><name>WallE</name></author>
	</entry>
</feed>