Simple Questions Thread

General SS13 Chat
User avatar
FantasticFwoosh
Joined: Mon May 04, 2015 11:25 pm
Byond Username: FantasticFwoosh

Re: Simple Questions Thread

Post by FantasticFwoosh » #294378

Bottom post of the previous page:

Steelpoint wrote:Boy do I love hidden features with no reference to them.

If a power cell is damaged from a explosion there should be a visual tell that its damage and a way to repair it.

I don't mind plasma sabotage, but dying because you did not know of a obscure feature with no warning is shitty.
Besides the point that its a trap, applied onto the plasma batteries and anything else it touches.

Spoiler:
Image
Image
User avatar
Screemonster
Joined: Sat Jul 26, 2014 7:23 pm
Byond Username: Scree

Re: Simple Questions Thread

Post by Screemonster » #294380

FantasticFwoosh wrote:
Steelpoint wrote:Boy do I love hidden features with no reference to them.

If a power cell is damaged from a explosion there should be a visual tell that its damage and a way to repair it.

I don't mind plasma sabotage, but dying because you did not know of a obscure feature with no warning is shitty.
Besides the point that its a trap, applied onto the plasma batteries and anything else it touches.
he's talking about random explosion damage, not deliberate traps
User avatar
Steelpoint
Github User
Joined: Thu Apr 17, 2014 6:37 pm
Byond Username: Steelpoint
Github Username: Steelpoint
Location: The Armoury

Re: Simple Questions Thread

Post by Steelpoint » #294381

Yeah I'm talking about this chance where power cells exposed to damage from explosions will blow up when used.

I'm perfectly fine with sabotage being undetectable or at least being really hard to notice unless you're aware of it prior.
Image
User avatar
XDTM
Github User
Joined: Fri Mar 04, 2016 8:38 pm
Byond Username: XDTM
Github Username: XDTM
Location: XDTM

Re: Simple Questions Thread

Post by XDTM » #294454

If you said the SM exploded it might've been a rogue tesla bolt
a.k.a. Duke Hayka

Coder of golems, virology, hallucinations, traumas, nanites, and a bunch of miscellaneous stuff.
User avatar
Remie Richards
Joined: Thu Apr 17, 2014 7:11 pm
Byond Username: CrimsonVision
Location: England, UK, Earth, Sol, Milky Way, Local Group, Virgo Supercluster, Known Universe
Contact:

Re: Simple Questions Thread

Post by Remie Richards » #296222

CosmicScientist wrote:
Steelpoint wrote:Boy do I love hidden features with no reference to them.

If a power cell is damaged from a explosion there should be a visual tell that its damage and a way to repair it.

I don't mind plasma sabotage, but dying because you did not know of a obscure feature with no warning is shitty.
I don't remember if there is anything you can examine on a battery to find out either. Players don't tend to examine things anyway. But besides that, yeah I feel you but that's pretty much the game entirely and the response is always GITGUD no matter how frustrating and one off the adversity was. Technically clone damage falls under this but it's only because it has frequent exposure or at least a practiced solution (cryo) that it isn't a real problem. The battery thing just never comes up (and we don't even know if you died because of it or malicious intent) and that either makes it an interesting feature or a frustration causing crap one.

Code: Select all

/obj/item/weapon/stock_parts/cell/examine(mob/user)
	..()
	if(rigged)
		to_chat(user, "<span class='danger'>This power cell seems to be faulty!</span>")
	else
		to_chat(user, "The charge meter reads [round(src.percent() )]%.")

Code: Select all

/obj/item/weapon/stock_parts/cell/proc/corrupt()
	charge /= 2
	maxcharge = max(maxcharge/2, chargerate)
	if (prob(10))
		rigged = 1 //broken batterys are dangerous

Code: Select all

/obj/item/weapon/stock_parts/cell/ex_act(severity, target)
	..()
	if(!QDELETED(src))
		switch(severity)
			if(2)
				if(prob(50))
					corrupt()
			if(3)
				if(prob(25))
					corrupt()
I'll say no more.
私は完璧
User avatar
D&B
Joined: Mon Jun 13, 2016 2:23 am
Byond Username: Repukan
Location: *teleports behind you*

Re: Simple Questions Thread

Post by D&B » #296338

>batterys

Reeeeeeeeeeeeeeeee
Spoiler:
[20:26:02]ADMIN: PM: [censored admin]->[censored]: Welp. It was just a prank bro isn't a very good excuse when it comes to unprovoked nonantag murder, but since this is your first time doing it and you seem to understand the problem instead of a bannu I'm just going to leave you with a warning. Please PLEASE don't do this again in the future, as funny as crackhead broken bottle memes can be. Alrighty? Do you have any input on this?
[20:26:39]ADMIN: PM: [censored]->[censored admin]: Alright, no problem. I have some input. Fuck my boy pussy.
[20:27:06]ADMIN: PM: [censored admin]->[censored]: Okay then. Have fun.
[20:31:29]ADMIN: PM: [censored admin]->[censored]: Excuse me?
J_Madison wrote: that's a stupid fucking stat
you don't play, you've never played
lying little shit with your bullshit stat
fuck you
ColonicAcid wrote:and with enough practise i too could blow my own dick so well that only the gods know how it feels.
User avatar
tacolizard
Joined: Wed Jul 06, 2016 11:39 pm
Byond Username: Tacolizard
Github Username: Tacolizard
Location: the endless void

Re: Simple Questions Thread

Post by tacolizard » #296376

Steelpoint wrote:Firstly, what can cause a APC to blow up in your face? I encountered this during a round where I was placing a new Power Cell into a APC only for the APC to explode and take my leg with it.

it could be a malf ai using Overload Machine.

Fun fact: using Overload Machine on a holopad while someone is on that holopad can crit them and can take several limbs as well.
User avatar
MrEousTranger
Joined: Thu May 19, 2016 11:54 pm
Byond Username: Mr.EousTranger
Location: Stuck in 2005.

Re: Simple Questions Thread

Post by MrEousTranger » #296692

Can you remove someones heart and force feed it to them?
User avatar
Anonmare
Joined: Sun Mar 15, 2015 8:59 pm
Byond Username: Anonmare

Re: Simple Questions Thread

Post by Anonmare » #296699

MrEousTranger wrote:Can you remove someones heart and force feed it to them?
Yep, it's a good way to dispose of excess hearts as an abductor
Image
Image
Image
User avatar
Armhulen
Global Moderator
Joined: Thu Apr 28, 2016 4:30 pm
Byond Username: Armhulenn
Github Username: bazelart
Location: The Grand Tournament

Re: Simple Questions Thread

Post by Armhulen » #296966

MrEousTranger wrote:Can you remove someones heart and force feed it to them?
yes
User avatar
Remie Richards
Joined: Thu Apr 17, 2014 7:11 pm
Byond Username: CrimsonVision
Location: England, UK, Earth, Sol, Milky Way, Local Group, Virgo Supercluster, Known Universe
Contact:

Re: Simple Questions Thread

Post by Remie Richards » #297235

MrEousTranger wrote:Can you remove someones heart and force feed it to them?
All organs are edible by default.
Just be aware, once they've been bitten once they've turned into a food object, and no longer work as an organ (ie: they lose their effects and stop working)
私は完璧
User avatar
Limey
Joined: Mon Sep 12, 2016 12:59 pm
Byond Username: Limed00d
Location: (´・ω・`)

Re: Simple Questions Thread

Post by Limey » #297309

How many units of chemicals can I fit inside foodstuffs?
Usually plays as Aya Shameimaru, Remilia Scarlet or Rumia Kuroda depending.
Spoiler:
Image
Image
NSFW:
Image
User avatar
darkpaladin109
Joined: Wed Apr 15, 2015 6:48 pm
Byond Username: Darkpaladin109
Location: MM8BDM, MM5NAP

Re: Simple Questions Thread

Post by darkpaladin109 » #297318

So I've had this question on my mind for a while now:
How exactly do you do special moves with martial arts? Do you just have to switch between intents or do you have to also use them on something or someone?
User avatar
Remie Richards
Joined: Thu Apr 17, 2014 7:11 pm
Byond Username: CrimsonVision
Location: England, UK, Earth, Sol, Milky Way, Local Group, Virgo Supercluster, Known Universe
Contact:

Re: Simple Questions Thread

Post by Remie Richards » #297319

darkpaladin109 wrote:So I've had this question on my mind for a while now:
How exactly do you do special moves with martial arts? Do you just have to switch between intents or do you have to also use them on something or someone?
use each intent in order on your victim.
For example, if you have plasma fist:
HARM, DISARM, DISARM, DISARM, HARM on the same person will gib them instantly.
私は完璧
User avatar
darkpaladin109
Joined: Wed Apr 15, 2015 6:48 pm
Byond Username: Darkpaladin109
Location: MM8BDM, MM5NAP

Re: Simple Questions Thread

Post by darkpaladin109 » #297320

Remie Richards wrote:
darkpaladin109 wrote:So I've had this question on my mind for a while now:
How exactly do you do special moves with martial arts? Do you just have to switch between intents or do you have to also use them on something or someone?
use each intent in order on your victim.
For example, if you have plasma fist:
HARM, DISARM, DISARM, DISARM, HARM on the same person will gib them instantly.
That was fast; Thanks for clarifying.
User avatar
Anonmare
Joined: Sun Mar 15, 2015 8:59 pm
Byond Username: Anonmare

Re: Simple Questions Thread

Post by Anonmare » #297348

What's everyone's favourite SM gas mixes?

I personally use 66% N2O and 33% O2 as I've found it a good compromise between power and stability. I know there are more power efficient mixes though, there was one guy who made this complicated mix but I don't remember what the percentages were but it had CO2, plasma, O2 and N2O and he got some really incredible power outage with full room temp plasma tanks.
Image
Image
Image
Septavius

Re: Simple Questions Thread

Post by Septavius » #297367

Malkevin wrote:When I'm running through the hall, and I try to fire my taser it seems the clicks only have around a 30% chance of actually registering, does anyone else get this?
anything that uses electrodes seem to stutter.
Swindly
Joined: Wed Jul 27, 2016 5:21 pm
Byond Username: Swindly

Re: Simple Questions Thread

Post by Swindly » #297455

Limey wrote:How many units of chemicals can I fit inside foodstuffs?
That's highly variable. Each food has a different capacity.
User avatar
tacolizard
Joined: Wed Jul 06, 2016 11:39 pm
Byond Username: Tacolizard
Github Username: Tacolizard
Location: the endless void

Re: Simple Questions Thread

Post by tacolizard » #297638

Septavius wrote:
Malkevin wrote:When I'm running through the hall, and I try to fire my taser it seems the clicks only have around a 30% chance of actually registering, does anyone else get this?
anything that uses electrodes seem to stutter.
It's not related to electrodes, it's all click-related actions. The default game FPS is 20 and input (afaik) is tied to client side FPS. This would mean that holding down a movement key is 'using frames' and blocking the click action so you are only firing when your click is timed on a frame that isn't being 'used'.

tl;dr it's because of the game's low framerate. If you go into game preferences and increase the framerate to like 40, 60 or 100 it will register your clicks much better. The trade off is that higher FPS's are kinda janky.
User avatar
SpaceInaba
Joined: Wed Sep 21, 2016 1:03 pm
Byond Username: SpaceInaba
Location: everyone's favorite sjw

Re: Simple Questions Thread

Post by SpaceInaba » #297641

is it even worth it to screwdriver the detective's revolver
Spoiler:
ImageImageImage
fuck,
User avatar
D&B
Joined: Mon Jun 13, 2016 2:23 am
Byond Username: Repukan
Location: *teleports behind you*

Re: Simple Questions Thread

Post by D&B » #297667

If Lady luck is in your side, yeah
Spoiler:
[20:26:02]ADMIN: PM: [censored admin]->[censored]: Welp. It was just a prank bro isn't a very good excuse when it comes to unprovoked nonantag murder, but since this is your first time doing it and you seem to understand the problem instead of a bannu I'm just going to leave you with a warning. Please PLEASE don't do this again in the future, as funny as crackhead broken bottle memes can be. Alrighty? Do you have any input on this?
[20:26:39]ADMIN: PM: [censored]->[censored admin]: Alright, no problem. I have some input. Fuck my boy pussy.
[20:27:06]ADMIN: PM: [censored admin]->[censored]: Okay then. Have fun.
[20:31:29]ADMIN: PM: [censored admin]->[censored]: Excuse me?
J_Madison wrote: that's a stupid fucking stat
you don't play, you've never played
lying little shit with your bullshit stat
fuck you
ColonicAcid wrote:and with enough practise i too could blow my own dick so well that only the gods know how it feels.
User avatar
Anonmare
Joined: Sun Mar 15, 2015 8:59 pm
Byond Username: Anonmare

Re: Simple Questions Thread

Post by Anonmare » #297693

SpaceInaba wrote:is it even worth it to screwdriver the detective's revolver
That depends. Do you feel lucky? Well? Do ya punk?
Image
Image
Image
User avatar
Remie Richards
Joined: Thu Apr 17, 2014 7:11 pm
Byond Username: CrimsonVision
Location: England, UK, Earth, Sol, Milky Way, Local Group, Virgo Supercluster, Known Universe
Contact:

Re: Simple Questions Thread

Post by Remie Richards » #298236

tacolizard wrote:
Septavius wrote:
Malkevin wrote:When I'm running through the hall, and I try to fire my taser it seems the clicks only have around a 30% chance of actually registering, does anyone else get this?
anything that uses electrodes seem to stutter.
It's not related to electrodes, it's all click-related actions. The default game FPS is 20 and input (afaik) is tied to client side FPS. This would mean that holding down a movement key is 'using frames' and blocking the click action so you are only firing when your click is timed on a frame that isn't being 'used'.

tl;dr it's because of the game's low framerate. If you go into game preferences and increase the framerate to like 40, 60 or 100 it will register your clicks much better. The trade off is that higher FPS's are kinda janky.
Clicks aren't dropped for moving, clicks are only dropped if you manage to do them between frames.
This is why higher framerate games feel more fluid and responsive, there's far less chance for them to miss your input.

Regardless, upping your client fps should help, yes.
私は完璧
User avatar
MrEousTranger
Joined: Thu May 19, 2016 11:54 pm
Byond Username: Mr.EousTranger
Location: Stuck in 2005.

Re: Simple Questions Thread

Post by MrEousTranger » #301299

What actually is "tabling" and how would one "table" another?
User avatar
DemonFiren
Joined: Sat Dec 13, 2014 9:15 pm
Byond Username: DemonFiren

Re: Simple Questions Thread

Post by DemonFiren » #301309

>being this new
Image
Image
Image
ImageImageImageImageImage

non-lizard things:
Spoiler:
Image
nsos
Joined: Sat Apr 19, 2014 4:09 pm
Byond Username: NOSENSEOFSELF

Re: Simple Questions Thread

Post by nsos » #301311

answer the question or shut the fuck up you pussy bitch
MrEousTranger wrote:What actually is "tabling" and how would one "table" another?
the process of, most frequently through quickgrabbing someone, grabbing someone aggressively/by the neck and placing them on a table to quickly disarm them in combat.
User avatar
Anonmare
Joined: Sun Mar 15, 2015 8:59 pm
Byond Username: Anonmare

Re: Simple Questions Thread

Post by Anonmare » #301332

I miss quick-tabling and tactical tables
Image
Image
Image
User avatar
Armhulen
Global Moderator
Joined: Thu Apr 28, 2016 4:30 pm
Byond Username: Armhulenn
Github Username: bazelart
Location: The Grand Tournament

Re: Simple Questions Thread

Post by Armhulen » #301587

MrEousTranger wrote:What actually is "tabling" and how would one "table" another?
Holy fuck
User avatar
MrEousTranger
Joined: Thu May 19, 2016 11:54 pm
Byond Username: Mr.EousTranger
Location: Stuck in 2005.

Re: Simple Questions Thread

Post by MrEousTranger » #301619

Ikr been here a year and doesn't know what tabling is.

Fag

Oh wait
User avatar
Qbopper
Joined: Fri Jul 10, 2015 6:34 pm
Byond Username: Qbopper
Github Username: Qbopper
Location: Canada

Re: Simple Questions Thread

Post by Qbopper » #301625

nsos wrote:answer the question or shut the fuck up you pussy bitch
it's "simple questions" not "ask a question and get judged"
Limey wrote:its too late.
User avatar
oranges
Code Maintainer
Joined: Tue Apr 15, 2014 9:16 pm
Byond Username: Optimumtact
Github Username: optimumtact
Location: #CHATSHITGETBANGED

Re: Simple Questions Thread

Post by oranges » #301670

DemonFiren wrote:>being this new
you fucking dumb ligger
User avatar
DemonFiren
Joined: Sat Dec 13, 2014 9:15 pm
Byond Username: DemonFiren

Re: Simple Questions Thread

Post by DemonFiren » #301718

oranges wrote:
DemonFiren wrote:>being this new
you fucking dumb ligger
i'm right, though
you literal fruit
Image
Image
Image
ImageImageImageImageImage

non-lizard things:
Spoiler:
Image
User avatar
calzilla1
Joined: Wed Jun 01, 2016 5:55 pm
Byond Username: Calzilla1

Re: Simple Questions Thread

Post by calzilla1 » #301817

Is plasma fist still in the game?
Life is too short for anything meaningful and too long for anything memeingful
Super Aggro Crag wrote: The best shitpost youll ever be responsible for will be your obituary.
Quality debate brought to you by ColonicAcid wrote:imagine having this little empathy

do you have autism bud? does your brain not see these people as humans? are they just a faceless statistic to you?
User avatar
Nilons
Joined: Tue Oct 04, 2016 5:38 pm
Byond Username: NIlons
Location: Canada

Re: Simple Questions Thread

Post by Nilons » #301838

calzilla1 wrote:Is plasma fist still in the game?
unfortunately
I play Ostrava of Nanotrasen (good name) and Rolls-The-Bones (Crag Given name god bless)
Signature Memes
Image

Image
Image
User avatar
calzilla1
Joined: Wed Jun 01, 2016 5:55 pm
Byond Username: Calzilla1

Re: Simple Questions Thread

Post by calzilla1 » #301916

Can you disarm flashbangs with a screw driver?
Life is too short for anything meaningful and too long for anything memeingful
Super Aggro Crag wrote: The best shitpost youll ever be responsible for will be your obituary.
Quality debate brought to you by ColonicAcid wrote:imagine having this little empathy

do you have autism bud? does your brain not see these people as humans? are they just a faceless statistic to you?
User avatar
Armhulen
Global Moderator
Joined: Thu Apr 28, 2016 4:30 pm
Byond Username: Armhulenn
Github Username: bazelart
Location: The Grand Tournament

Re: Simple Questions Thread

Post by Armhulen » #301917

Nilons wrote:
calzilla1 wrote:Is plasma fist still in the game?
unfortunately
Not op!
Swindly
Joined: Wed Jul 27, 2016 5:21 pm
Byond Username: Swindly

Re: Simple Questions Thread

Post by Swindly » #301921

calzilla1 wrote:Can you disarm flashbangs with a screw driver?
No.
User avatar
Limski
Joined: Tue Aug 02, 2016 5:07 pm
Byond Username: Limski
Location: Israel

Re: Simple Questions Thread

Post by Limski » #301933

are traps gay?
User avatar
Armhulen
Global Moderator
Joined: Thu Apr 28, 2016 4:30 pm
Byond Username: Armhulenn
Github Username: bazelart
Location: The Grand Tournament

Re: Simple Questions Thread

Post by Armhulen » #301942

Limski wrote:are traps gay?
y
User avatar
Anonmare
Joined: Sun Mar 15, 2015 8:59 pm
Byond Username: Anonmare

Re: Simple Questions Thread

Post by Anonmare » #302067

This isn't a question but rather, an answer in anticipation of a question. The difference between the various pumps:-
  • Gas Pump - Bog-standard pump. Great for precise levels and can pump up to a maximum pressure of 4500 kPA. Doesn't handle high pressures well and is slower than the other pump.
  • Volume Pump - Like its name suggests, pumps via volume rather than going for pressure with its maximum output of 200l/s being equivalent to 9000kPA. A volume pump is great for anything where precision is not needed (like the waste pipes).
  • Passive Gate - This isn't really a pump but most people don't understand it very well. A passive gate doesn't pump like the other examples, but rather, it only lets a certain amount of pressure through. So if you set it to 1500kPA, only that amount of pressure will be able to pass through it. You can think of it as a digital valve that only works one way. Maximum pressure of 4500 kPA.
Also a side note on heat exchangers. Heat exchangers equalize the temperature between two pipe networks without actually mixing the gasses, so set two up to face each other and they'll do their best to equalise pressure. As an example of how you can use them, you can use them to make a cold, isolated space loop filled with gas and have them exchange heat with the waste line to make the waste loop cold without actually making it go through space.


Actually, now that I've typed this out, I'm wondering if you can use freon and heat exchangers as a replacement for freezers in cryogenics.
Image
Image
Image
Dr_bee
Joined: Fri Dec 23, 2016 6:31 pm
Byond Username: DrBee

Re: Simple Questions Thread

Post by Dr_bee » #302120

Anonmare wrote: Actually, now that I've typed this out, I'm wondering if you can use freon and heat exchangers as a replacement for freezers in cryogenics.
You can chug cryoxidone and stand on a space tile and get healed, it doesnt matter where the cold comes from, just that the body temp gets low enough. so yeah, heat exchanger cooling works.
User avatar
BeeSting12
Joined: Sat Apr 16, 2016 1:11 am
Byond Username: BeeSting12
Github Username: BeeSting12
Location: 'Murica

Re: Simple Questions Thread

Post by BeeSting12 » #302242

actually a fun fact, chugging cryox and then going into space allows you to survive when you're in space.
Edward Sloan, THE LAW
Melanie Flowers, Catgirl
Borgasm, Cyborg
Spoiler:
OOC: Hunterh98: to be fair sloan is one of the, if not the, most robust folks on tg

DEAD: Schlomo Gaskin says, "sloan may be a faggot but he gets the job done"

DEAD: Rei Ayanami says, "YOU'RE EVERYWHERE WHERE BAD SHIT IS HAPPENING"
DEAD: Rei Ayanami says, "IT'S ALWAYS FUCKING EDWARD SLOAN"
oranges wrote:Bee sting is honestly the nicest admin, I look forward to seeing him as a headmin one day
[2020-05-21 01:21:48.923] SAY: Crippo/(Impala Chainee) "Shaggy Voice - She like... wants to get Eiffel Towered bro!!" (Brig (125, 166, 2))
hows my driving?
User avatar
Tokiko2
Joined: Mon Apr 21, 2014 12:18 am
Byond Username: Tokiko1

Re: Simple Questions Thread

Post by Tokiko2 » #302595

Anonmare wrote:What's everyone's favourite SM gas mixes?

I personally use 66% N2O and 33% O2 as I've found it a good compromise between power and stability. I know there are more power efficient mixes though, there was one guy who made this complicated mix but I don't remember what the percentages were but it had CO2, plasma, O2 and N2O and he got some really incredible power outage with full room temp plasma tanks.
If the Freon dissipation is still disabled, then Freon Breeding Reactor. Freon + energy = more freon. How can you not love that?

Alternatively, I'll put some of the mixes I came up with when coding this nonsense. Keep in mind, I have not played in a month or two or three because I'm kinda busy so they might work slightly different since you guys changed the processing speed so keep that in mind.

Low pressure, pure oxygen: Low pressure mixes do stuff a bit differently, and a lot of people overlook them. Due to the very low amounts of oxygen in the chamber, the plasma waste will actually end up making up a significant percentage of the mix count as plasma. So depending on how little gas you have in the chamber and how fast you siphon it, you might end up with 10%-60% plasma in the mix, even though you're running a pure oxygen setup. And that's extremely power efficient and extremely easy to cool. However, if the vents ever get clogged or if you move the gas too slowly, this mix goes bad extremely fast.

High Pressure, warm 50% N2O and 50% Oxygen: This is a good mix to learn hot setups. You want to run this at around 3x the amount of K that room temperature is, whatever that amount is. How do you keep this setup just warm enough but not too warm and not too cold? That's for you to figure out. Get creative and start repiping stuff. It is a very good idea to run this setup at high pressures, since those lose/gain heat much slower which makes it much easier to keep a consistant temperature.

20% CO2, 80% N2: A good starting point for the charge inertia chain reactions. Why would you run this as a non traitor? I don't know, plenty of CEs ran stage 4 singulos too. It's dangerous. It's fun. It makes stupid amounts of powers and kills everyone if you make a tiny mistake. Consider turning off some emitters for this setup. If you manage to get CO2 high, you might even want to turn off all emitters, since the crystal will produce just enough from its own heat. By the way, too much power damages the crystal directly, but you can stabilize that to a certain point by cooling the crystal enough so even these setups can end up stable.

70% Plasma, 30% CO2: Probably the weirdest setup, it resembles an oversized turbine. You cannot run this with the normal chamber, you have to move stuff around and replace some walls with spacetiles and possibly add other venting methods. The idea is that you mix this in atmos and then pipe it into the supermatter chamber. It creates absurdly high amounts of waste gas so you will want to vent it straight into space.
User avatar
Dax Dupont
In-Game Admin
Joined: Sun Apr 20, 2014 9:07 pm
Byond Username: DaxYeen
Github Username: DaxDupont
Location: Belgium

Re: Simple Questions Thread

Post by Dax Dupont » #307434

Whats the best grenade you can make that's not overly complicated?
User avatar
Anonmare
Joined: Sun Mar 15, 2015 8:59 pm
Byond Username: Anonmare

Re: Simple Questions Thread

Post by Anonmare » #307437

Probably nitroglycerin. All you need is a lot of corn and a grinder
Image
Image
Image
User avatar
tacolizard
Joined: Wed Jul 06, 2016 11:39 pm
Byond Username: Tacolizard
Github Username: Tacolizard
Location: the endless void

Re: Simple Questions Thread

Post by tacolizard » #307439

What's the point of finding a good sm setup when the beginner setup easily provides enough power for the station
User avatar
Anonmare
Joined: Sun Mar 15, 2015 8:59 pm
Byond Username: Anonmare

Re: Simple Questions Thread

Post by Anonmare » #307441

You're not a real engineer until you construct an excessively powerful, needlessly dangerous engine that produces far more power than anyone will ever use in the history of ever.

I remember CEs of old who would make it a project of theirs to contain a stage 4 Singularity or have a dual engine. Or a dual stage 4 engine.
Image
Image
Image
User avatar
Dax Dupont
In-Game Admin
Joined: Sun Apr 20, 2014 9:07 pm
Byond Username: DaxYeen
Github Username: DaxDupont
Location: Belgium

Re: Simple Questions Thread

Post by Dax Dupont » #307445

Anonmare wrote:You're not a real engineer until you construct an excessively powerful, needlessly dangerous engine that produces far more power than anyone will ever use in the history of ever.

I remember CEs of old who would make it a project of theirs to contain a stage 4 Singularity or have a dual engine. Or a dual stage 4 engine.
I really miss the singularity engine. The SM engine is why I stopped playing engineer.
Muncher21
Joined: Tue Apr 25, 2017 2:53 pm
Byond Username: Muncher21

Re: Simple Questions Thread

Post by Muncher21 » #307544

AdAstraPerAspera wrote: I really miss the singularity engine.
User avatar
Qbopper
Joined: Fri Jul 10, 2015 6:34 pm
Byond Username: Qbopper
Github Username: Qbopper
Location: Canada

Re: Simple Questions Thread

Post by Qbopper » #307573

tacolizard wrote:What's the point of finding a good sm setup when the beginner setup easily provides enough power for the station
what's the point of doing anything but hiding in a locker until the shuttle arrives and then getting onto an escape pod
Limey wrote:its too late.
User avatar
tacolizard
Joined: Wed Jul 06, 2016 11:39 pm
Byond Username: Tacolizard
Github Username: Tacolizard
Location: the endless void

Re: Simple Questions Thread

Post by tacolizard » #307637

Qbopper wrote:
tacolizard wrote:What's the point of finding a good sm setup when the beginner setup easily provides enough power for the station
what's the point of doing anything but hiding in a locker until the shuttle arrives and then getting onto an escape pod
whats the point of life
Post Reply

Who is online

Users browsing this forum: No registered users