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.


Messages - 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
For the record, I haven't really seen any others in a while because I've been busy preparing for school.

3
It's been a little over a month now, and I'm ready for judgement day. Lets do this!

4
Currently gone at a Church Camp until Saturday, 7/3/2017.

5
I try to be on as much as possible, but I've been a little busy this summer season. But I'm glad you guys are reasonable.

6
  • 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.

7
+1


[size=-webkit-xxx-large]Shifty For Admin :)[/size][/color]

8
Staff Applications / Re: Sticky's Admin Application
« on: February 02, 2017, 05:10:38 pm »
1

9
Approved Applications / Re: Moderator Application for TromboneShorty
« on: October 06, 2016, 02:19:26 pm »
Okay, I admit that was rude. Ill see you guys in an hour front this post. I just wasn't aware that you were so busy, bloxgate.

10
Approved Applications / Re: Moderator Application for TromboneShorty
« on: October 04, 2016, 10:17:02 pm »
@bloxgate
Two or three things.
1. I haven't visited SB3 in a while, though I know the advanced bits of it still.

2. If you want to see me again, if like to see you in game voice to voice so I... Repeat.. I... know your at least wanting to try this time.

3. @bloxgate .... Check the forum more often, bud.


11
 
  • 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]