Sarbian changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
egg is now known as egg|zzz|egg
Chervilpaw is now known as Chervilsleep
<taniwha> wow, gcc has spelling suggestions
<taniwha> inputlib.c:159:11: error: ‘device_t {aka struct device_s}’ has no member named ‘axis’; did you mean ‘axes’?
blowfish has joined #kspmodding
blowfish has quit [Quit: Leaving]
Rokker has quit [Quit: Connection closed for inactivity]
Truga has quit [Ping timeout: 204 seconds]
Truga has joined #kspmodding
ferram4 has quit [Ping timeout: 383 seconds]
ferram4 has joined #kspmodding
egg|zzz|egg is now known as egg
Rokker has joined #kspmodding
egg is now known as egg|tea|egg
Chervilsleep is now known as Chervilpaw
Ezriilc has joined #kspmodding
egg|tea|egg is now known as egg
<Mathuin> xShadowx: the idea is to get away from explicit DOS commands because they're not cross-platform. The MSBuild tasks work great.
<Mathuin> I'm now trying to get the Atom IDE to use the Assembly-CSharp.xml file -- anyone know how to do that?
VanDisaster has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
VanDisaster has joined #kspmodding
meyer9 has joined #kspmodding
<meyer9> Ok, so I asked some questions in #kspmodders and they referred me here.
<meyer9> I'll just paste in my thoughts from there
<meyer9> I'm working on the Syncrio mod and currently if you log out and back in which serializes the ship and deserializes it when logging back in, the science stored on the ship gets set to 0 even though it is still there and has the correct information.
<meyer9> I've found out that the cause is most likely ScienceSubject's in the RandD scenario module not being in sync
<meyer9> How can I add sciencesubjects to the RandD scenario module?
<meyer9> This is the only one I could find: https://kerbalspaceprogram.com/api/class_research_and_development.html#ab9d209bf6bf7cb65af98cae1c5b7faa5 but I think there might be a public method for it somewhere
<meyer9> I also found this: https://kerbalspaceprogram.com/api/class_research_and_development.html#a557dd494663a61bc92e07906417fc181 but I'm not sure if this actually submits it to KSC and redeems the science. I want it to stay on the vessel, but still register the scienceSubject
Ezriilc has quit [Ping timeout: 383 seconds]
Ezriilc has joined #kspmodding
hashashin has quit [Read error: Connection reset by peer]
HiddenKnowledge has quit [Ping timeout: 183 seconds]
<meyer9> Yep, that worked perfectly
<meyer9> I used getScienceSubject to add each subject to ResearchAndDevelopment
blowfish has joined #kspmodding
HiddenKnowledge has joined #kspmodding
blowfish has quit [Quit: Leaving]
meyer9 has quit [Quit: meyer9]
egg is now known as egg|zzz|egg
meyer9 has joined #kspmodding