Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Poll

Which update would you like the most?

Randomized Backstories
- 67 (25.9%)
Genetic Additions
- 98 (37.8%)
Mess Hall
- 50 (19.3%)
Revamped Area
- 44 (17%)

Total Members Voted: 257


Pages: 1 ... 531 532 [533] 534 535 ... 950

Author Topic: Space Station 13 *READ RULES ON FIRST POST*  (Read 809745 times)

Mono124

  • Bay Watcher
  • Into the abyss you go!
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7980 on: March 05, 2010, 11:21:51 pm »

If you want someone out of toxins, call security, not attack him. He was either stunned or punched in the face.

This was more of the AI's fault then the captain's because he was saying junk like "i have old databases" and used that as an excuse to ignore the instructions from players even if it was something simple as opening atmos.

But making 4 bomb assemblies did not warrant trust in this case.

BUG: I got electrocuted about 30 times in a row while cutting wires. Please fix this as it is insta-death.

If you would have asked, you would have learned I was planning on filling those with N2O to be security bombs.... instead, you assumed "OMG CAPTAIN MAKING BOMBS"
Logged
Quote
Collin Quay- [145.9]-broadcasts: As a professional doctor, I have to say, dodge the fucking meteors or you will die.

Micro102

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7981 on: March 05, 2010, 11:22:37 pm »

And the heated plasma was for?
Logged

Jackrabbit

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7982 on: March 05, 2010, 11:26:13 pm »

Wow, ok I need an admin now. I am being metagamed to fucking shit. People don't realize YOU DON'T KNOW THERE IS A TRAITOR/WIZARD/METEORS/ETC before your CHARACTER actually knows it.

I was mortified when I did this. Also when I kept becoming captain because I didn't realize how job assigning worked. Fun times. Maybe I should start to play again, I can't do any worse than I did last time.
Logged

quinnr

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7983 on: March 05, 2010, 11:31:40 pm »

Also, the firefighter had a perfectly valid reason to be there. if there was a mistake with the bomb, he would need to be close by to put out fires.
Logged
To exist or not exist, that is the query. For whether it is more optimal of the CPU to endure the viruses and spam of outragous fortune, or to something something something.

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7984 on: March 06, 2010, 12:01:57 am »

BUG: I got electrocuted about 30 times in a row while cutting wires. Please fix this as it is insta-death.

As I have said countless times, the fix is simply to null the mob's current machine, so that they don't auto-activate it every second after being electrocuted.

Additionally, why not create a proc to close a machine window given it's string, and at the same time null the machine?

mob.machine = null
mob << browse(null, machine name)

Rather than all of the other places where it doesn't always do both.

Or maybe simply ensure that /obj/proc/updateUsrDialog() returns early for users where stat != 0? Anything that knocks a player over or kills them would stop the dialogs from updating then.

Alternatively, edit attack_hand() to check if they can even still use things.

Then there is the root of the problem, in the player's loop:

      if (src.stat != 2)
         if (src.machine)

Add more than src.stat != 2. Decide if laying down is enough to prevent machine use(Then it would be stc.stat == 0), or toss in a && (Generic check for other conditions like being electrocuted)

With so many ways to fix this, why hasn't it been done? I can't because of source merging issues(I generally like to mess around with my copy :), and so do others), although long ago Johbson(Did I get it wrong?) managed code merges generally well, although some sort of source control would probably work just as well...

Basically, with no "official" central person, code changes are harder to share, so I mostly share the concept behind the change rather than changing it myself.


And I have mentioned the players update while shocked fix many times before, yet it is still unfixed...
Logged
Eh?
Eh!

Googolplexed

  • Bay Watcher
  • My avatar is of whitespace, Not the firefox logo
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7985 on: March 06, 2010, 12:11:53 am »

We need a central SVN server.

The trouble is finding a host who is online often enough
Logged

QuakeIV

  • Bay Watcher
  • Cant resist... must edit post.
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7986 on: March 06, 2010, 11:21:16 am »

Well, my desktop is still online all day, pacific time.


So i can still do that.


Doubt you'll let me though.  :-\
Logged
GENERATION 9: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.
I wish my grass was emo, then it would cut itself.
Quote from: Jesus
Quote from: The Big Fat Carp
Jesus, you broke the site!
Sorry, Bro.
link to quote

Mono124

  • Bay Watcher
  • Into the abyss you go!
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7987 on: March 06, 2010, 02:32:39 pm »

Did the server just go down? I cannot connect.
Logged
Quote
Collin Quay- [145.9]-broadcasts: As a professional doctor, I have to say, dodge the fucking meteors or you will die.

MagmaDeath

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7988 on: March 06, 2010, 02:56:47 pm »

I'm pretty sure someone set off a massive bomb.
Im still on, its just frozen up, I haven't lost connection though.
Logged
Knowledge=Power=Energy=Matter=Mass.

beorn080

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7989 on: March 06, 2010, 03:07:17 pm »

It possibly froze your client. I can't connect at all.
Logged
Ustxu Iceraped the Frigid Crystal of Slaughter was a glacier titan. It was the only one of its kind. A gigantic feathered carp composed of crystal glass. It has five mouths full of treacherous teeth, enormous clear wings, and ferocious blue eyes. Beware its icy breath! Ustxu was associated with oceans, glaciers, boats, and murder.

quinnr

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7990 on: March 06, 2010, 05:28:43 pm »

Now there are pornographic images in the escape shuttle, spawned by admins after images made so big they covered up the whole screen.


I didn't expect to see certain male body parts on Goonstation.

and now admins are impersonating me.
Quote
OOC: QuinnR: Updating my status to big gay babby
....
OOC: Housekeep: NOOOOOO MY BLACK HITLET COCK
OOC: QuinnR: Man, that GIF (obscene stuff)


I am really sick of those admins.
« Last Edit: March 06, 2010, 05:30:50 pm by quinnr »
Logged
To exist or not exist, that is the query. For whether it is more optimal of the CPU to endure the viruses and spam of outragous fortune, or to something something something.

Orb

  • Bay Watcher
  • [Loves_RTS]
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7991 on: March 06, 2010, 05:38:13 pm »

Now there are pornographic images in the escape shuttle, spawned by admins after images made so big they covered up the whole screen.


I didn't expect to see certain male body parts on Goonstation.

and now admins are impersonating me.
Quote
OOC: QuinnR: Updating my status to big gay babby
....
OOC: Housekeep: NOOOOOO MY BLACK HITLET COCK
OOC: QuinnR: Man, that GIF (obscene stuff)


I am really sick of those admins.

Hmm, I guess it could be summed up as half the admins on goon servers are idiots, the other half are alright.

"Edit" Is it possible to ban an admin?
Logged
[Will:1] You scream. You scream like a little girl in pigtails and a tutu, flailing ineffectually like a starfish on meth.

quinnr

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7992 on: March 06, 2010, 05:39:41 pm »

Yes, if they are removed from adminship.

Now, they have sent in the special squad, and when that failed, exploded me. They can't even murder someone right.
Logged
To exist or not exist, that is the query. For whether it is more optimal of the CPU to endure the viruses and spam of outragous fortune, or to something something something.

QuakeIV

  • Bay Watcher
  • Cant resist... must edit post.
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7993 on: March 06, 2010, 05:53:10 pm »

Now, they have sent in the special squad, and when that failed, exploded me. They can't even murder someone right.

EPIC FAIL
Logged
GENERATION 9: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.
I wish my grass was emo, then it would cut itself.
Quote from: Jesus
Quote from: The Big Fat Carp
Jesus, you broke the site!
Sorry, Bro.
link to quote

Orb

  • Bay Watcher
  • [Loves_RTS]
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7994 on: March 06, 2010, 06:01:28 pm »

Now, they have sent in the special squad, and when that failed, exploded me. They can't even murder someone right.

EPIC FAIL

Agreed. How did you fend them off anyway?
Logged
[Will:1] You scream. You scream like a little girl in pigtails and a tutu, flailing ineffectually like a starfish on meth.
Pages: 1 ... 531 532 [533] 534 535 ... 950