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
<Chervilpaw> question
<Chervilpaw> would it be possible
<Chervilpaw> to make a CI-like setup
<Chervilpaw> that detects when a new KSP version is released on steam
<Chervilpaw> and compiles a mod against the new version
<xShadowx> steam has an api
<xShadowx> check it to see if it gives versioning info for games
<xShadowx> simpler/mickeymouse style would be have something watch for the dl files to change (when steam updates them), and tell VS to recompile ;p
<xShadowx> s/dl/dll
<Qboid> xShadowx meant to say: simpler/mickeymouse style would be have something watch for the dll files to change (when steam updates them), and tell VS to recompile ;p
blowfish has quit [Quit: Leaving]
Mathuin has joined #kspmodding
<Mathuin> SCANsat question: if I have two satellites performing the same type of mapping on a celestial body, do I need to analyze data from both, or just one?
Chervilpaw is now known as Chervilaway
taniwha has quit [Quit: ZNC - http://znc.in]
taniwha has joined #kspmodding
taniwha has quit [Client Quit]
blowfish has joined #kspmodding
taniwha has joined #kspmodding
taniwha has quit [Ping timeout: 204 seconds]
<Mathuin> RPM question: I can understand it showing B&W for the radar scan but shouldn't it show color for the biome scan? Am I missing a button to click?
taniwha has joined #kspmodding
blowfish has quit [Quit: Leaving]
Orum has joined #kspmodding
ferram4 has quit [Ping timeout: 383 seconds]
Chervilaway is now known as Chervilpaw
ve2dmn has quit [Ping timeout: 200 seconds]
ve2dmn has joined #kspmodding
BasharMilesTeg_ is now known as BasharMilesTeg
smoke_fumus has joined #kspmodding
Orum has quit [Read error: Connection reset by peer]
hashashin has joined #kspmodding
Ezriilc has joined #kspmodding
blowfish has joined #kspmodding
blowfish has quit [Quit: Leaving]
<Mathuin> Does anyone know of a very thin mod which would do nothing but delay launch and pass inclination information to GravityTurn? The alternative would be for me to find the math and add it to GT as an optional feature.
<Mathuin> Hmm. Found the relevant code in MechJeb. Both mods are GPLv3. I wonder if I can do a transplant in a language I don't know...
<Mathuin> //I have a wonderful proof of this formula which this comment is too short to contain.
<Mathuin> best comment today. :-)
<Mathuin> Alternatively, I do have a copy of Astronomical Algorithms around here somewhere, I wonder if that'll help.
smoke_fumus has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
VanDisaster has quit [Ping timeout: 186 seconds]
VanDisaster has joined #kspmodding
ferram4 has joined #kspmodding
<Mathuin> Anyone here know if I can create variables in my .csproj files? Referring to blah/KSP_Data/Managed/ multiple times is not so DRY
<Mathuin> Bonus points for telling me how to make my PostBuildEvent OS-agnostic (i.e., Microsoft folks need COPY /Y but I need cp on Linux, etc.)
<Mathuin> Oooh. MSBuild supports Copy and MakeDir which is nice.
<Mathuin> Double oooh. It's easy to add those variables. This is almost enough of a PR on its own. :-)
egg is now known as egg|tea|egg
Ezriilc has quit [Quit: Going offline, see ya! (www.Kerbaltek.com)]
blowfish has joined #kspmodding
egg|tea|egg is now known as egg
blowfish has quit [Quit: Leaving]
<xShadowx> i only use windows / visual studio, so i dont think be any help :| for that, postbuild events can be nything from dos / command prompt