r4m0n changed the topic of #kspmodders to: Technical discussion ONLY (KSP related or not), for random shit-talking, join #shitshow (seriously)
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn!~Supernovy@122-61-16-82.jetstream.xtra.co.nz))]
Supernovy has joined #kspmodders
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn))]
Supernovy has joined #kspmodders
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn!~Supernovy@122-61-18-227.jetstream.xtra.co.nz))]
Supernovy has joined #kspmodders
Supernovy has quit [Ping timeout: 200 seconds]
Unknown601 has joined #kspmodders
<
Unknown601>
afternoon
icefire has quit [Read error: Connection reset by peer]
<
Unknown601>
hi grays
<
Unknown601>
anything exciting happened with ksp in the last 6 months?
<
Unknown601>
greys*
poohfetish has joined #kspmodders
poohfetish has quit [Excess Flood]
<
Greys>
you couldn't ask a less informed person
Supernovy has joined #kspmodders
Kaelten has quit [Ping timeout: 183 seconds]
Kaelten has joined #kspmodders
fcbayerndm has quit [Quit: fcbayerndm]
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn!~Supernovy@122-60-100-19.jetstream.xtra.co.nz))]
Supernovy has joined #kspmodders
GlassYuri has joined #kspmodders
angavrilov has joined #kspmodders
Epsilon_ has joined #kspmodders
RandomJeb has joined #kspmodders
Epsilon has quit [Ping timeout: 183 seconds]
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn!~Supernovy@122-60-250-117.jetstream.xtra.co.nz))]
Supernovy has joined #kspmodders
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn!~Supernovy@122-59-114-168.jetstream.xtra.co.nz))]
Supernovy has joined #kspmodders
Orum has joined #kspmodders
ve2dmn has quit [Ping timeout: 200 seconds]
ve2dmn has joined #kspmodders
Supernovy has quit [Ping timeout: 200 seconds]
BasharMilesTeg_ is now known as BasharMilesTeg
Guest75 has joined #kspmodders
TonyC has quit [Ping timeout: 383 seconds]
StatutoryApe has quit [Quit: Leaving]
smoke_fumus has joined #kspmodders
StatutoryApe has joined #kspmodders
fcbayerndm has joined #kspmodders
icefire has joined #kspmodders
GlassYuri has quit [Ping timeout: 200 seconds]
Orum has quit [Read error: Connection reset by peer]
fcbayerndm has quit [Quit: fcbayerndm]
GlassYuri has joined #kspmodders
GlassFragments has joined #kspmodders
GlassYuri has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
GlassFragments is now known as GlassYuri
fcbayerndm has joined #kspmodders
<
Greys>
;wa 100kg to lb
<
kmath>
Greys: convert 100 kg (kilograms) to pounds: 220.5 lb (pounds)220 pounds 7.396 ounces
<
Greys>
that's a heavy robodude
GlassYuri has quit [Quit: Leaving]
Supernovy has joined #kspmodders
Kraken has joined #kspmodders
VanDisaster has quit [Ping timeout: 186 seconds]
VanDisaster has joined #kspmodders
angavrilov has quit [Remote host closed the connection]
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn!~Supernovy@122-59-115-163.jetstream.xtra.co.nz))]
Supernovy has joined #kspmodders
Supernovy has quit [Killed (NickServ (GHOST command used by Cynephobn!~Supernovy@122-61-18-93.jetstream.xtra.co.nz))]
Supernovy has joined #kspmodders
Jack-o-Melon has quit [Ping timeout: 183 seconds]
meyer9 has joined #kspmodders
<
meyer9>
quick question about science data
<
meyer9>
does it actually submit the science as in add to your science balance and everything?
<
meyer9>
or does it just register it as an experiment waiting to be submitted
<
meyer9>
seems to return a confignode like this: data = 30 subjectID = surfaceSample@KerbinSrfLandedGrasslands xmit = 0.25 xmitBonus = 0 title = Surface Sample from Kerbin's Grasslands triggered = False container = 3176696440
<
meyer9>
I'm trying to get this mod to keep track of non-submitted experiments
<
meyer9>
basically, syncrio doesn't keep track of experiments if you log out and log back in without transmitting/recovering them.
<
meyer9>
I found that hook which does what I want
<
meyer9>
I can serialize it and send it over the network
<
meyer9>
but how can I add it back to the game
<
meyer9>
maybe this hook is wrong
<
meyer9>
AddData(ScienceData)
<
meyer9>
but I don't think I really want to do that.
<
meyer9>
I think it does save this, but it does not save the actual representation of the data
<
meyer9>
like this: id = recovery@KerbinFlew title = Recovery of a vessel that survived a flight. dsc = 1 scv = 0 sbv = 5 sci = 6 cap = 6
<
meyer9>
OnScienceReceived
<
meyer9>
but that doesnt work because that's only called
*after* transmitting or recovering the data