Skull132 Posted June 1, 2015 Share Posted June 1, 2015 Okay, before we get started. Let's review at how the gravity code is made to function right now: Every area ingame has a variable "has_gravity". If variable is 1, then the area has gravity (simple, no?) The gravity generator onboard the station affects the entire 1st Z-level, and acts, as of now, as the sole thing in control of the has_gravity variable for the areas on Z-level 1 On every other Z-level, has_gravity is equal 1 to one by default Now, the very crucial point here is point one. Gravity is area dependent, not tile dependent. Keep it in mind, and we'll swing around to how it'll affect things. So, what am I proposing? A localized gravity generator, that functions similarly to the shield generators. Basically: a 1x1 tile machine that can be wrenched down ontop a wire, turned on, and it'll start generating a localized gravity field. Initial thought is to have the radius of the gravity field generated be somehow tied to the amount of power you feed into the machine (probably something like range = power^2 or something, we'll see). Why did I ask you to keep the dependency on areas in mind? Because it'd generate a few funky results. Basically: it wouldn't be a perfect circular radius, but it'd catch all of the areas in the radius. The biggest silly would be noticed with the central hallway ring. But, other than that, it should work. Give it a snazzy nanoUI interface, and we should be good. Hopefully. Thoughts? Link to comment
Serveris Posted June 1, 2015 Share Posted June 1, 2015 How easy to sabotage are we planning to make these? I see a lot of delicious opportunities for antags to cause havoc using this system. How much power would they draw from an area? Will engineering start with a couple of these in storage? I think regardless, cargo should be able to order these generators. Link to comment
Skull132 Posted June 1, 2015 Author Share Posted June 1, 2015 Cargo should be able to order, RnD + engineering able to construct, maybe give engineering one or half of one to start off with. Also, for sabotage: literally, just find the "OFF" switch. As for power drain, the equation is something I'm stuck behind. I do not know what a reasonable amount of powerdrain per gravity is. BUT, it should be an exponential relationship, otherwise you could power the entire station with one. If we figure out the maximum radius you can reach with one, then we can work backwards and basically create an exponential equation to match. Link to comment
Conservatron Posted June 1, 2015 Share Posted June 1, 2015 how would they work lorewise? as it stands I (perhaps wrongly) assumed the gravity generator is powering the station's rotational thrusters to rotate at a rate capable of simulating gravity and when the generator fails there is an emergency shutdown. I just find it weird from a physics standpoint that you can have gravity in one room and not another Link to comment
Skull132 Posted June 1, 2015 Author Share Posted June 1, 2015 I'd personally assume that there's something under the flooring that, when energized, starts generating a gravity field. Since the energy projection from a smaller device is more localized, only certain areas would be affected. Plus, as it stands, we don't exactly have a replacement for the master gravity generator. So lore or no lore, I think this would be a neat alternative. Link to comment
Gollee Posted June 1, 2015 Share Posted June 1, 2015 Exponential equation linking radius and power in a logical manner: P=4117.665441e^0.1941515502R This gives a reasonable power relationship between R=1 and R=20. Link to comment
Skull132 Posted June 1, 2015 Author Share Posted June 1, 2015 If anyone's curious about the nerd side of things, this would roughly be the curve: http://puu.sh/i8ozx/5fcb235aca.png / http://lmgtfy.com/?q=f(x)%3D4200+*+e%5E(0.2+*+x) Y axis - power drain in watts X axis - radius of tiles affected It'll get rounded through code, and the final function may get changed a little. But that's a pretty damn fine curve, if I do say so myself. Link to comment
Conservatron Posted June 2, 2015 Share Posted June 2, 2015 will there be a visual cue or more of an 'OH SHIT no gravity' kind of thing Link to comment
jackfractal Posted June 2, 2015 Share Posted June 2, 2015 Might be possible to put a fizzle or visual feedback for a second or two before a generator shuts off. Link to comment
Kiwidaninja Posted June 2, 2015 Share Posted June 2, 2015 Will there be an upper limit to the distance the generators will be able to effect? If not, then someone could just crank up the power and use the generator as a makeshift powersink. Link to comment
Conservatron Posted June 2, 2015 Share Posted June 2, 2015 as for makeshift powersink, I'd assume the device will be on apc net not wire grid, meaning the absolute worst it could do is blank an apc, maybe stop a few from charging if the output isn't high enough Link to comment
Skull132 Posted June 2, 2015 Author Share Posted June 2, 2015 I want to make it workable like an emitter: that is, dependent on the output of the SMES, and not that of the APC. So in effect, yes, you could turn it into powersink, if you don't know how to manage it properly. Why do I want to do it like this? Because it's sort of like, auxiliary equipment. It can be installed when you lack proper power infrastructure, and still be used. Also, to Kiwi. If you look at that graph, you'll see that anything beyond 25-ish tiles is super draining on the wires. So, while there technically won't be a limit, there is one realistically, as dictated by the obscene power requirement and drain. Link to comment
EvilBrage Posted June 3, 2015 Share Posted June 3, 2015 When emagged, drains more power and creates an oppressive field that does constant pressure damage. Oh yes, I like this alright. Link to comment
Recommended Posts