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?