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 ... 490 491 [492] 493 494 ... 950

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

Trorbes

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7365 on: February 19, 2010, 06:32:15 pm »

Oh, I guess you can import graphics.

Never mind, then.
Logged

quinnr

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7366 on: February 19, 2010, 06:40:19 pm »

They do!
(it randomly happens and works again and stops again.)  :-\
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.

head

  • Bay Watcher
  • Whoop Whoop.
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7367 on: February 19, 2010, 06:42:01 pm »

You don't understand how hard it is to fix something that happen randomly both me and googol stare at this stupid piece of code.

and in my mind the code looks perfectly right.
Logged
Dev on Baystation12- Forums
Steam Username : Headswe

vagel7

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7368 on: February 19, 2010, 06:42:37 pm »

Currently the server is so laggy.
Logged
That last gobbo would stand there, missing an arm, punctured in a kidney, liver, and spleen, fading in and out of consciousness at the far end of where the drawbridge would go, and his last sight would be the drawbridge dropping down and smashing him like a bug.

God DAMN I love this game!

head

  • Bay Watcher
  • Whoop Whoop.
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7369 on: February 19, 2010, 06:43:32 pm »

Currently the server is so laggy.

It's hosted my girlfriends tv and shes playing aion -.-


shes complaining to me about it begin laggy. so yeah.
Logged
Dev on Baystation12- Forums
Steam Username : Headswe

vagel7

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7370 on: February 19, 2010, 06:45:26 pm »

Extra animation shots for the doors shouln't slow the game down right?
Logged
That last gobbo would stand there, missing an arm, punctured in a kidney, liver, and spleen, fading in and out of consciousness at the far end of where the drawbridge would go, and his last sight would be the drawbridge dropping down and smashing him like a bug.

God DAMN I love this game!

head

  • Bay Watcher
  • Whoop Whoop.
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7371 on: February 19, 2010, 06:48:50 pm »

Extra animation shots for the doors shouln't slow the game down right?

I'm going to say nah it wont.
Logged
Dev on Baystation12- Forums
Steam Username : Headswe

Trorbes

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7372 on: February 19, 2010, 07:04:30 pm »

Just make sure you time the animations properly.
Logged

vagel7

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7373 on: February 19, 2010, 07:11:38 pm »

You guys are gonna code it,not me.
Logged
That last gobbo would stand there, missing an arm, punctured in a kidney, liver, and spleen, fading in and out of consciousness at the far end of where the drawbridge would go, and his last sight would be the drawbridge dropping down and smashing him like a bug.

God DAMN I love this game!

head

  • Bay Watcher
  • Whoop Whoop.
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7374 on: February 19, 2010, 07:27:04 pm »

You guys are gonna code it,not me.

It's already coded. :D
Logged
Dev on Baystation12- Forums
Steam Username : Headswe

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 #7375 on: February 19, 2010, 07:33:59 pm »

Animations are on a 10 frames per second max. Each frame takes one or more 1/10th second long tick.

You can make icons inside of DM itself and export them prepackaged.

From within DM, you can make the animations and it supports full transparency.
(You don't need BS12 to make icons, since they do not need code to run, until used in game.)

(Open BYOND, file->start dream maker, from there, file->new environment, then make a new .dmi file. In it, you can create images and movies. Movies are just animated images. To make a door animation, create a movie, set the number of directions to 1, and use as many frames as you want, though they are timed in ticks, as the rate of 10/second.)
One .dmi can contain any number of images/animations, they can be renamed, and multiple ones can have the same name within a single .dmi.

Alternatively, you can skip all that and make them in .png and someone else can import them and put them together.

Just remember, 1/10th of a second or a positive integer multiple of 1/10th of a second per frame.

The current doors have 6 frames per animation, 3 ticks per frame, starting with a fully open/closed door, and ending with a fully (opposite state) door. Or maybe I just opened the wrong file and the doors in use by the game are different, but the only thing that would vary is the total animation length.
Logged
Eh?
Eh!

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 #7376 on: February 19, 2010, 08:06:52 pm »

Debugging results of the radio code:
A lucky copy/paste of the start to compare it to the start of the old code put the error right in plain sight.

So, how to break the radios:
Stand in the crackle range.

The hilariously simple mistake was

for(var/mob/O in crackle)
    O.show_message(text("\icon[] <I>Crackle,Crackle</I>", src), 2)
    return

Remove the bolded line, and it should work again.
Logged
Eh?
Eh!

QuakeIV

  • Bay Watcher
  • Cant resist... must edit post.
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7377 on: February 19, 2010, 08:09:54 pm »

Maybe head shouldn't code.  ;D
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

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 #7378 on: February 19, 2010, 08:12:31 pm »

Everyone makes simple mistakes sometimes.

Fortunately, this case was a simple broken feature.
Not nearly as bad as breaking a linked list, leading to either a memory leak, a future segfault, or both.
Logged
Eh?
Eh!

beorn080

  • Bay Watcher
    • View Profile
Re: Space Station 13 *READ RULES ON FIRST POST*
« Reply #7379 on: February 19, 2010, 08:22:45 pm »

Its not like we don't have backup copies scattered everywhere.
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.
Pages: 1 ... 490 491 [492] 493 494 ... 950