Thomas changed the topic of #Kopernicus to: #Kopernicus | Release 1.2.2-5 - https://git.io/v0Gg5 | Pictures: http://git.io/vWxD6 | List of packs: http://git.io/vWjiY | GitHub: http://git.io/vWAFE | Examples: http://git.io/vWAF9 | Visual Editor: http://git.io/vWAbq | Funny Quotes: https://git.io/vwsX1 | <Sigma88> how to politely tell people to shut up: link them a post that describes how to post a proper bug report
<UmbralRaptor> =S
<Sigma88> oh god
<Sigma88> 0/ GregroxMun
<Sigma88> let me know what you think about the loading screens
<GregroxMun> They're a tad basic but it's alright.
<Sigma88> which one did you see?
<GregroxMun> I just looked at the images in the folder.
<Sigma88> they are not complete
<Sigma88> you need to run it
<GregroxMun> oh
<Sigma88> I can't legally release the pictures I'm using
<Sigma88> so I had to find a legal way :D
<Sigma88> it'll be clear when you start the game twice
<GregroxMun> ok
<GregroxMun> Oh OK, neat
<GregroxMun> You recolor kerbals!
<Sigma88> :)
<GregroxMun> It might be cool to have a playable planet mod where you have trojan moons.
<GregroxMun> oh that's not right.
<Sigma88> that was when I finally made it to recolor the texture
<Sigma88> it wasn't easy
<Sigma88> from there to the final result it was trivial
<Sigma88> the difficult part was to edit the image
<Sigma88> I mean, to get both the original image and my edit on the screen at the same time
<Sigma88> GregroxMun: btw, the recolored textures are now exported in the folder
<Sigma88> so you can look at them
<Sigma88> gtg
<Sigma88> cya
Sigma88 is now known as SigmaAway
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<SigmaAway> I'm back
<SigmaAway> :)
<SigmaAway> wanted to test something
<SigmaAway> !c "abcd".Replace("bc","cb")
<Qboid> acbd
<SigmaAway> !c "{A}".Replace("{A}","{B}")
<Qboid> {B}
<SigmaAway> !c "{A}".Replace("{A}","{0}")
<Qboid> {0}
<SigmaAway> hmmm
<SigmaAway> I'm dumb
<SigmaAway> :D
<SigmaAway> time to sleep
<SigmaAway> 0/
NathanKell|AWAY is now known as NathanKell
NathanKell is now known as NathanKell|AFK
<SigmaAway> 0/
SigmaAway is now known as SigmaSemi
<SigmaSemi> !c "a\tb"
<Qboid> ab
<SigmaSemi> !c "a\<b"
<Qboid> (1,3): error CS1009: Unrecognized escape sequence `\<'
<Qboid> (1,3): error CS1009: Unrecognized escape sequence `\<'
<Qboid> (1,3): error CS1009: Unrecognized escape sequence `\<'
<SigmaSemi> !c "a\\b"
<Qboid> a\b
<SigmaSemi> !c "<a><b>"
<Qboid> <a><b>
<Kopernicus> [Kopernicus] Sigma88 commented on issue #173: @bcokert please let us know if the fix proposed by @politas worked so we can close the issue... https://git.io/v9ASV
TonyC_ has quit [Remote host closed the connection]
TonyC_ has joined #Kopernicus
<Qboid> SigmaSemi: I'll redirect this as soon as they are around.
<Kopernicus> [Kopernicus] bcokert commented on issue #173: @Sigma88 Sorry haven't had a chance to try this yet. Should have time tonight. https://git.io/v9x2B
Thomas|AWAY is now known as Thomas
GregroxMun has joined #Kopernicus
<GregroxMun> o/
<SigmaSemi> 0/
<Kopernicus> [Kopernicus] Sigma88 commented on issue #173: no worries,... https://git.io/v9xKm
<GregroxMun> what about it
<GregroxMun> Oh I see
<GregroxMun> That's awesome!
<GregroxMun> A calendar
<GregroxMun> Should definitely be available for RSS.
<SigmaSemi> not only a calendar
<SigmaSemi> a calendar with leap days
<SigmaSemi> :)
<SigmaSemi> and months
<SigmaSemi> customizeable
<GregroxMun> that's terrific.
<SigmaSemi> yup
<SigmaSemi> I just need to make it work properly :D
regex has joined #Kopernicus
<GregroxMun> It would be neat to try to put stars in hyperbolic orbits "around" the Sun such that it approximates the motion of stars through space. (instead of almost zero velocity circular orbits)
<GregroxMun> But I have absolutely no clue how to do that
<SigmaSemi> !c 5%0
<Qboid> (1,2): error CS0020: Division by constant zero
<SigmaSemi> Urgh
<GregroxMun> https://www.youtube.com/watch?v=Yy9sKeCE8V0 this looks like it could be fun.
<SigmaSemi> GregroxMun cant really watch it now
<SigmaSemi> But I've seen a bit
<SigmaSemi> Looks like red dwarf maybe?
<SigmaSemi> I've never watched that show, I just know what kind of show it is
<SigmaSemi> Oh btw, I think I have fixed my calendar :)
<SigmaSemi> I just made a system with 365 days in a year
<SigmaSemi> Except for the fourth year which has a leap day on february 29
<SigmaSemi> !c "\\"+(5-9+4)+'/'
<Qboid> \0/
<SigmaSemi> :D
<GregroxMun> do you account for years that should have leap years but don't?
<SigmaSemi> My system has exactly 1 leap year every 4 years
<SigmaSemi> So it doesn't need that
<GregroxMun> So it will get out of step with the gregorian calendar if used in RSS.
<SigmaSemi> Depends
<SigmaSemi> You can set the year to be slightly different in duration
<SigmaSemi> So that the final result is always accurate (with an error of 1 day)
<SigmaSemi> 1 day max
<SigmaSemi> It's not easy to make the system as complicated as our current calendar
<SigmaSemi> And at the same time make it fulli customizeable
<SigmaSemi> Fully*
<SigmaSemi> Already having it display 29 February every 4 years added a big layer of complicatefullness
<SigmaSemi> Plus, for SASS I kinda like that it's not actually 100% identical to rss
<SigmaSemi> !u ?
<Qboid> U+1F413 ROOSTER (?)
SigmaSemi is now known as SigmaAFK
<SigmaAFK> Cya later
regex has quit [Remote host closed the connection]
TonyC_ has quit [Read error: Connection reset by peer]
TonyC_ has joined #Kopernicus
TonyC_ has quit [Ping timeout: 204 seconds]
SigmaAFK is now known as Sigma88
<Sigma88> 0/
<Sigma88> thomas I think Kronometer code is ready
<Sigma88> I am making it a bit more readable right now
<Sigma88> then I will upload to github
<Sigma88> and you can do your magic on the stuff :)
<Sigma88> also, hi
<Sigma88> :)
<GregroxMun> o/
<Sigma88> 0/
<Sigma88> GregroxMun: how do you call these brackets? <>
<Sigma88> pointy brackets?
<GregroxMun> angle brackets
<Sigma88> angle, thanks
<Sigma88> and these curly right? {
<GregroxMun> yeah
Thomas is now known as Thomas|AWAY
<Sigma88> GregroxMun: you can try the kronometer if you want
<Sigma88> give me a moment to upload it to github
<Sigma88> GregroxMun: you there?
<Sigma88> !c "\ "
<Qboid> (1,2): error CS1009: Unrecognized escape sequence `\ '
<Qboid> (1,2): error CS1009: Unrecognized escape sequence `\ '
<Qboid> (1,2): error CS1009: Unrecognized escape sequence `\ '
<Sigma88> !seen GregroxMun
<Qboid> Sigma88: I last saw GregroxMun on [17.05.2017 19:51:15] in #Kopernicus saying: "yeah"
Sigma88 is now known as SigmaAway
<SigmaAway> 0/