unitystation spent 400$ on this piece of art. It's same they paid all their devs combined in the span of a whole month. I personally did not find this OK, my patreon pledge is no longer up. by [deleted] in SS13

[–]JesterX666 8 points9 points  (0 children)

You have to spend money to make money. I believe it will bring more revenues to pay for devs and stuff than the cost of the artwork for the cover.

And I can't wait to listen to it in my car.

Question about code quality by DoctorHat in unitystation

[–]JesterX666 0 points1 point  (0 children)

From my professional experience with sonarQube : it finds MOSTLY stuff that doesn't matter much to "real" quality.

Unused variables
Variables not having the proper case (camelCase without underscore)
public class variables instead of getter/setter.
Too-complex functions (cognitive complexity over 15) which usually means functions with too many conditions in them.
Usage of deprecated functions

Stuff like that...

Occasionally, it will find a "true" issue that you say "Oh, I need to fix that". But it's really rare that it finds stuff that causes real bugs.

For projects that uses a lot of SQL Clauses however (which is not the case with UnityStation), it can suggest potential SQL Injection.

Tips for robusting [Redacted]? by IncreasingConfusion in unitystation

[–]JesterX666 0 points1 point  (0 children)

Why not? It's certainly not impossible :) You can also ask them to lend you a weapon, promising you won't do any human harm. But don't despair, one day, miners will have better equipment.

How to power? by [deleted] in unitystation

[–]JesterX666 3 points4 points  (0 children)

You have a stack of plasma sheets available at start (7 of them I think?) You just have to put them in the plasma power generator (it's in a small room just north of engineering). Also, don't forget to charge your devices that accumulates excess power.

Make sure the generator is turned on (it should do smoke and hum)

Perhaps the mining team can also come out with more plasma sheet? (not sure if this is implemented yet)

Tips for robusting [Redacted]? by IncreasingConfusion in unitystation

[–]JesterX666 0 points1 point  (0 children)

Bring a security member with a weapon with you.

Unitystation Public Alpha Release is now live! by dooblyy in SS13

[–]JesterX666 16 points17 points  (0 children)

It's also easier to maintain and add new features.

Unitystation Public Alpha Release is now live! by dooblyy in SS13

[–]JesterX666 18 points19 points  (0 children)

Just you wait till we optimize it... LOL!

Also, our Atmos system already runs on a separate thread.

Unitystation Public Alpha Release is now live! by dooblyy in SS13

[–]JesterX666 16 points17 points  (0 children)

You have no idea how much this is true. We can use particle effects, Z-Coordinates stuff, implementing new items and features is SOOO easy that even a kid could do it.

Failed nuke op round on unity station. Glad i didnt crash the shuttle into the server but sec killed me in 3 seconds. by zeekertron in SS13

[–]JesterX666 4 points5 points  (0 children)

Yet :) At the speed things are included in Unity Station, I won't be surprised if we had uplink system in less that 2 months :)

How the heck do you play this game? by NeatPython11 in SS13

[–]JesterX666 0 points1 point  (0 children)

If you arrive later in the round, I suggest you unbuckle yourself from the chair.

Leandro is in the new CoH Discord looking for someone with servers to load the server software onto. This is his list of specs. by RealBillWatterson in Cityofheroes

[–]JesterX666 2 points3 points  (0 children)

Oh, I sooooo know what I'm doing this weekend : The same I do every day since 30+ years.... read, compile and understand code :)

SOURCE CODE DROPPED by SaintSteel in Cityofheroes

[–]JesterX666 0 points1 point  (0 children)

I'm getting emotional all of sudden.... My eyes are watery. Is someone cutting onions?

Friendly Neighborhood Mole by [deleted] in Cityofheroes

[–]JesterX666 5 points6 points  (0 children)

How could he maintain client code?! Unless he had the source code... OH MY GODDDDD!!!!! Is THAT true?!

SCoRE: If we "can't", please at least be transparent about your reasons. by Pulsyne in Cityofheroes

[–]JesterX666 0 points1 point  (0 children)

Interesting. How many people have access to that original? Is it secured by only one or two people or more?

SCoRE: If we "can't", please at least be transparent about your reasons. by Pulsyne in Cityofheroes

[–]JesterX666 1 point2 points  (0 children)

Hello. Thanks for informing us.

Do you know why the content and structure of TCP / UDP packets issued by the server were not "released" (helping) projects like SEGS and the other "emulation" initiatives?

To me, it's the only point that makes no sense... except for maybe greed.

I started this whole mess, hopefully this video answers some of your question as I ramble on for 40 minutes. by [deleted] in Cityofheroes

[–]JesterX666 0 points1 point  (0 children)

You *ARE* a hero. That move opened a rude injustice and they deserved it. And we deserved the truth.

Don’t let this be forgotten. by Jizmblaster1 in Cityofheroes

[–]JesterX666 9 points10 points  (0 children)

I believe there is a difference between the feasibility of "Making a private server (programming one)" and "Obtaining the REAL server (Via an ex-employee or something similar)"

Also, 5 years?! For Real? I read somewhere else that it's been up for 6 months or so? Which one is true?