Page 1 of 1
"Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 11:32 am
by DyslexicGrampa
My apologies for the terrible wording, anywho I saw this and was surprised I didn't see it here. I think it would be kind of neat and humorous to have a "Days since singularity broke free" board or something to the similar effect. It would count how many rounds or "Shifts" its not broken free and torn the station to bits.
I'd try and do a sprite but im fucking terrible at it and no one should have to look at my autistic artist skills.
Tell me what you think? Is it even possible to code?
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 12:23 pm
by Ricotez
Well it's usually 0 isn't it.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 12:53 pm
by Scott
Yes we can code it.
Code: Select all
#define days_since_singularity_broke_free 0
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 1:34 pm
by Steelpoint
It would be a neat feature, might even encourage engineers to try and keep the sing online while encouraging antags to break the record if it starts getting high.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 1:58 pm
by NikNakFlak
I'm pretty sure with how many rounds there is in a day, it'll always be 0. That being said, this is hilarious and I want it in the game now.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 2:22 pm
by CPTANT
NikNakFlak wrote:I'm pretty sure with how many rounds there is in a day, it'll always be 0. That being said, this is hilarious and I want it in the game now.
Just let every shift count as a day.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 2:55 pm
by DyslexicGrampa
NikNakFlak wrote:I'm pretty sure with how many rounds there is in a day, it'll always be 0. That being said, this is hilarious and I want it in the game now.
Every shift would count as a "day" or have it how many shifts singu hasnt gotten out. ect.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 3:39 pm
by Scones
"days without a workplace accident"
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 3:40 pm
by Gun Hog
Scones wrote:"days without a workplace accident"
Getting that past "1" would be a feat in this community.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 6:39 pm
by Saegrimr
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 6:46 pm
by Incoming
If you wanted a really easy way to implement this you could just have the signboard reset to zero if it gets destroyed during a round.
I always thought "weak continuity" between rounds that didn't impact gameplay mechanics were a fun idea. Another one I always wanted was poly remembering learned phrases between rounds.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 7:08 pm
by Ricotez
Incoming wrote:If you wanted a really easy way to implement this you could just have the signboard reset to zero if it gets destroyed during a round.
I always thought "weak continuity" between rounds that didn't impact gameplay mechanics were a fun idea. Another one I always wanted was poly remembering learned phrases between rounds.
ha that would be hilarious if people try to use old quotes as incriminating evidence
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 9:22 pm
by ABearInTheWoods
This would be easily doable with a simple file for tracking, (or database if you wanted it to be shared between both servers)
increase it at round start. (you can minus 1 in the display later)
Reset to 0 on sing_act
As long as the file is in /data/ i can have the website even display the numbers.
Re: "Days since singularity broke free" board idea
Posted: Sun Jul 12, 2015 9:26 pm
by Not-Dorsidarf
MrStonedOne wrote:This would be easily doable with a simple file for tracking, (or database if you wanted it to be shared between both servers)
increase it at round start. (you can minus 1 in the display later)
Reset to 0 on sing_act
plz do it. It might be fun to have a little more inter-round interaction.
Re: "Days since singularity broke free" board idea
Posted: Mon Jul 13, 2015 4:30 am
by NikNakFlak
but they are two different stations. It should only be per server.
Re: "Days since singularity broke free" board idea
Posted: Mon Jul 13, 2015 4:53 am
by lumipharon
Make it shifts not days (or count shifts as days) otherwise it will never get off 0.
Re: "Days since singularity broke free" board idea
Posted: Tue Jul 14, 2015 12:09 am
by Amnestik
It'd be nice if the PDA clock was updated to be consistent with this, i.e. each shift it advances one day. But then it'd be inconsistent with holidays, so I dunno.
Re: "Days since singularity broke free" board idea
Posted: Tue Jul 14, 2015 1:23 am
by Ricotez
The date and year the game takes place in is always equal to the date and year the server is located in + 540 years. The time is just the round timer + 11 hours because coders like to make things complicated.
Re: "Days since singularity broke free" board idea
Posted: Tue Jul 14, 2015 10:02 am
by DyslexicGrampa
Im very new to the community but have played ss13 for couple years now, is there a place I can further submit this idea? I honestly would be ecstatic to see this implemented if people seem to like it.
Re: "Days since singularity broke free" board idea
Posted: Tue Jul 14, 2015 10:23 am
by Not-Dorsidarf
DyslexicGrampa wrote:Im very new to the community but have played ss13 for couple years now, is there a place I can further submit this idea? I honestly would be ecstatic to see this implemented if people seem to like it.
Go to the #coderbus IRC channel linked on the /tg/station site and pester a likely-sounding coder until they get a strange mood and withdraw from society.
MSO may also have to be prodded to help as well.
Re: "Days since singularity broke free" board idea
Posted: Tue Jul 14, 2015 3:26 pm
by Dicksaw McGraw
Gun Hog wrote:Scones wrote:"days without a workplace accident"
Getting that past "1" would be a feat in this community.
Actually, throwing in a static sign somewhere in central hallway that says "0 days since last workplace accident" would be kind of amusing to walk by.
Re: "Days since singularity broke free" board idea
Posted: Wed Jul 15, 2015 5:29 am
by Amnestik
Ricotez wrote:The date and year the game takes place in is always equal to the date and year the server is located in + 540 years. The time is just the round timer + 11 hours because coders like to make things complicated.
I know. It's in sync with the server's local time, and as such shift start alternates between 12 PM and 11 AM based on DST.
I'm just saying that making days = shifts on the sign is inconsistent with the PDA, and we could try to fix that.
Re: "Days since singularity broke free" board idea
Posted: Wed Jul 15, 2015 9:45 am
by MisterPerson
No one cares about the "inconsistency" of days to pda time to whatever. Come on guys, holy shit.
Also I'm moving this to ideas since it's, you know, an idea.
Re: "Days since singularity broke free" board idea
Posted: Thu Jul 16, 2015 6:45 am
by DyslexicGrampa
Roger, thank you guys. I went and bugged a few coders about it, unsure if they will consider it.
Re: "Days since singularity broke free" board idea
Posted: Thu Jul 16, 2015 12:03 pm
by 420weedscopes
keep pestering and they'll do it
see: any plants i've ever made
Re: "Days since singularity broke free" board idea
Posted: Fri Jul 17, 2015 2:35 am
by Incoming
Re: "Days since singularity broke free" board idea
Posted: Sat Jul 18, 2015 1:21 am
by DyslexicGrampa
Awesome! seems its heading in the right direction