TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
Thomas|AWAY is now known as Thomas
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
<Thomas>
Sigma88: I had a nice idea today
<Thomas>
String seeds
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
<Sigma88>
Thomas: how would that work?
<Sigma88>
!c "banana".GetHashCode()
<Qboid>
-54702533
<Sigma88>
like that?
<Sigma88>
!c "100".GetHashCode()
<Qboid>
104526573
<Sigma88>
!c (int)(100).GetHashCode()
<Qboid>
100
<Sigma88>
!c ((int)(100)).GetHashCode()
<Qboid>
100
<Sigma88>
!c ((double)(100)).GetHashCode()
<Qboid>
1079574528
<Sigma88>
!c ((float)(100)).GetHashCode()
<Qboid>
1120403456
<Sigma88>
so weird
<Thomas>
Well, first it would try to parse an int, if that fails, it returns get hash code
<Sigma88>
yeah that's what I thought
<Sigma88>
!c int x
<Sigma88>
!c int.TryParse("125.5")
<Qboid>
(1,6): error CS1501: No overload for method `TryParse' takes `1' arguments/usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
<Sigma88>
!c int.TryParse("125.5", out x)
<Qboid>
false
<Sigma88>
!c x
<Qboid>
0
<Sigma88>
!c x = 5
<Sigma88>
!c int.TryParse("125.5", out x)
<Qboid>
false
<Sigma88>
!c x
<Qboid>
0
<Sigma88>
!c int.TryParse("5", out x) && x == 5
<Qboid>
true
<Sigma88>
interesting
<Sigma88>
!c x == 5 && int.TryParse("15", out x) && x == 15
<Qboid>
true
<Sigma88>
lol
<Sigma88>
!c 0 == -0
<Qboid>
true
<Sigma88>
!c 0i == 0f
<Qboid>
(1,2): error CS1525: Unexpected symbol `i'
<Sigma88>
!c 0d == 0f
<Qboid>
true
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
<Sigma88>
Thomas: have you tested your modifications to kopernicus?
<Sigma88>
something you added is throwing an exception in LateUpdate()
<Sigma88>
if you want I can generate some logs when I get home
TonyC_alt has quit [Quit: Goodbye.]
Pap|Sleep is now known as Pap
Mead_ has joined #Kopernicus
Mead has quit [Ping timeout: 201 seconds]
regex has joined #Kopernicus
egg|zzz|egg is now known as egg
<Sigma88>
0/ I'm back
UmbralRaptor is now known as NomalRaptor
<Kopernicus>
[Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
<Kopernicus>
[Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
<Kopernicus>
[Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
<Kopernicus>
[Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
GregroxMun has joined #Kopernicus
<GregroxMun>
o/
<GregroxMun>
If the Kopernicus Challenge were ever to be reinstated, the challenge should be to replicate a pluto-like map with procedural generation only.
<Thomas>
GregroxMun: Feel free to take care of it
<GregroxMun>
Was the old challenge in the mission challenges forum or the addon forum?
<Thomas>
I think addon discussion
<GregroxMun>
when I finish the thread OP, please link to it from the old thread. Or did KA run that OP?
<Thomas>
It was KA
<GregroxMun>
oh ok
<Thomas>
Well, first it was me then my thread got nuked
<GregroxMun>
oh I remember.
<Kopernicus>
[Kopernicus] Sigma88 commented on issue #195: you can't use SD v0.8.2 with kopernicus 1.3.0-3 because it is made to work with 1.3.0-4 https://git.io/vQpiZ