Posts: 383
Threads: 35
Joined: Apr 2016
BYOND Username: fosstar
Character Name: Montgommery Scott
Alright so when you crash a degenerate loaf into a wall at extreme speeds (more then 14 gravitrons) It causes the wall to for some reason break, then create 20-30 girders in it's place, basically creating a unpassable wall of girders.
Posts: 685
Threads: 33
Joined: Feb 2016
BYOND Username: CyberTripping
Character Name: Casey Batts
somehow fitting that degenerate quark matter fucking breaks everything
Posts: 349
Threads: 13
Joined: May 2016
BYOND Username: Triacontakai
Posts: 2,722
Threads: 143
Joined: Sep 2012
BYOND Username: Powmonkey
It says right in the description: "you should probably call a physicist"
Posts: 2,056
Threads: 51
Joined: Jan 2017
BYOND Username: warc
I guess BYOND doesnt like superimposed states. You're supposed to collapse to *ONE* of the possible girders, not all of em.
Posts: 1,584
Threads: 151
Joined: Jun 2016
BYOND Username: Lady Birb
Character Name: Allie Allison
Quote:Crashing a degenerate loaf into a wall at supersonic speeds causes bugs.
Posts: 445
Threads: 68
Joined: Mar 2014
The solution to this is probably going to be prevent overlapping gravitons from applying multiple concurrent throws to one item. Will take a look at it later.
Posts: 383
Threads: 35
Joined: Apr 2016
BYOND Username: fosstar
Character Name: Montgommery Scott
(06-19-2018, 02:49 PM)Grayshift Wrote: The solution to this is probably going to be prevent overlapping gravitons from applying multiple concurrent throws to one item. Will take a look at it later.
When you make a bug report thread and accidentally get your favorite part of the game NERFED INTO THE GROUND
Posts: 1,324
Threads: 57
Joined: Jul 2016
BYOND Username: Mordent
(06-19-2018, 08:13 PM)fosstar Wrote: When you make a bug report thread and accidentally get your favorite part of the game NERFED INTO THE GROUND
I'm sure there'll be a benefit to having multiple gravitons firing a thing, just not a buggy as heck one (or maybe it will be? Who knows?)
Posts: 383
Threads: 35
Joined: Apr 2016
BYOND Username: fosstar
Character Name: Montgommery Scott
06-20-2018, 08:23 AM
(This post was last modified: 06-20-2018, 08:24 AM by fosstar. Edited 1 time in total.)
(06-20-2018, 07:44 AM)Mordent Wrote: (06-19-2018, 08:13 PM)fosstar Wrote: When you make a bug report thread and accidentally get your favorite part of the game NERFED INTO THE GROUND
I'm sure there'll be a benefit to having multiple gravitons firing a thing, just not a buggy as heck one (or maybe it will be? Who knows?)
I actually had a idea last night, add a check here
https://github.com/goonstation/goonstati...ss.dm#L741 and make it so if you have more then 5 gravitrons on a tile only one gravitron acts and it's throw force becomes additive to a limit of let's say 20, IE if you have 10 gravitrons it becomes spawn(0) AM.throw_at(target, ((50)*gravitroncount), (1*gravitroncount)) Or something like that.
Posts: 445
Threads: 68
Joined: Mar 2014
I understand the concern, being able to accelerate things to ludicrous speeds is cool. The problem is being able to stack all the gravitons on a single tile.
I would prefer to use something like requiring you to build a linear accelerator - a long chain of gravitons, with a limit of one graviton per tile. So you could still hit superluminal, bug-inducing speeds, you would just need a runway (and some timing logic) to make it happen.
A stack limit is not a bad solution, it's definitely a fallback idea if the linear accelerator idea doesn't work. The problem is going to be race conditions, we can't just count the number of gravitons on a tile and use that as the gravs might not have the same triggering signals, so... yeah. Annoying.
But this isn't an urgently needed fix so for now until I get some time it can stay broken.
Posts: 420
Threads: 136
Joined: Aug 2014
07-03-2018, 10:10 PM
(This post was last modified: 07-03-2018, 10:12 PM by sartorius. Edited 1 time in total.)
Bring back gib throwforce! In all seriousness though, the stacked gravitons can turn anything into a station-shredding coilgun pellet, so enforcing a limit is fine by me - I have gotten brought down to red health by an eyeball blasted from one of those - I'm pretty sure we don't need to make loaves even deadlier.