Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - TromboneShorty

Pages: [1]
1
Expression 2 (E2) Code / Highly Efficient Gas System Manager
« on: August 09, 2017, 12:08:13 am »
Code: [Select]
@name Life_Support_Manager
@inputs E_Storage O_Storage T_Storage D_Storage M_Storage
@outputs T_Collector D_Collector M_Collector T_Inverter D_Inverter M_Inverter Collector_Mult Inverter_Mult Mute

Collector_Mult = 100
Inverter_Mult = 10
Mute = 1

 if (E_Storage)
{
T_Collector = 1
D_Collector = 1
M_Collector = 1
}
else
{
T_Collector = 0
D_Collector = 0
M_Collector = 0
}

if (T_Storage >= 5000)
{
    T_Inverter = 1
}
else
{
    T_Inverter = 0
}

if (D_Storage >= 5000)
{
    D_Inverter = 1
}
else
{
    D_Inverter = 0
}

if (M_Storage >= 5000)
{
    M_Inverter = 1
}
else
{
    M_Inverter = 0
}

You can guess it...
  • Mult is multiplier, make sure to connect to the right components.
  • E_Storage is value from the Battery Cells / Resource caches
  • T is Tritium
  • D is Deuterium
  • M is Methane.
Not really complicated E2, but operates on duped if wired correctly. and i made this because I'm lazy and I hate wiring LS every time I build a ship..

2
  • IGN: Mr. Keating
  • Current Rank: Moderator
  • Playtime: Approximately 3 days of playtime
  • SteamID: STEAM_0:0:48769079
  • Age: 17
  • Rank Applying For: Admin
  • Have you been banned from one of our servers? No
  • Why you are applying: I want to move up in the Bloxgaming staff hierarchy, along with having more abilities to assist those in need.
  • How can you help the server: Be encouraging in general, and give help to those who are not certain about building a space ship, including advanced building technique, light wire mod ability.
  • Any staff that can/have vouch(ed) for you: No, still no.

3
 
  • IGN: I Feel Like Joe Connor
  • Current Rank: Trusted
  • Playtime: 2 months from 2015, and started playing again this August.
  • SteamID: STEAM_0:0:48769079
  • Age: 16
  • Rank Applying For: Moderator
  • Have you been banned from one of our servers? No
  • Why you are applying: I want to help this server with building, LS systems, and more.
  • How can you help the server: Assist new players with simple, yet advanced building techniques.
  • Any staff that can/have vouch(ed) for you: No

Pages: [1]