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
blowfish has joined #kspmodding
xEvilReeperx has joined #kspmodding
NathanKell is now known as NathanKell|Twitch
NathanKell|Twitch is now known as NathanKell|Loading
NathanKell|Loading is now known as NathanKell|Twitch
xEvilReeperx has quit [Quit: Web client closed]
NathanKell|Twitch is now known as NathanKell|TwitchBACK
NathanKell|TwitchBACK is now known as NathanKell|Twitch
<Sarbian>
Sigma88: yeah. I can vote for it now that I don't have to fix it !
<Sarbian>
(I looked into it last year)
<Sarbian>
And I am working on a mod that replace the stock orbit drawing, but it s not ready yet.
<Thomas>
Sarbian: Would you be ok with Kopernicus reflecting into MM and activating the nyan cat if someone tries to load it on an unsupported KSP version?
<Sarbian>
Thomas: I am always ok with more cats
<Sarbian>
Make the code error proof because next MM version will change a lot of things
<Sarbian>
(not that I worry you won't)
<blowfish>
Thomas: be aware that I just changed some stuff around the nyan cat which is not in master yet
<blowfish>
(probably what Sarbian was talking about)
<Sarbian>
^^^^
<blowfish>
might have to tweak some things if it's going to be settable by other mods, I think I got rid of the instance variable
<Sarbian>
We can fix that when it s ready for release
<Thomas>
There is an instance variable? :D
<Thomas>
I just used FindObjectsOfType
<blowfish>
on no, the instance variables are still there
Virindi has quit [*.net *.split]
SilverFox has quit [*.net *.split]
Matrix has quit [*.net *.split]
VanDisaster has quit [*.net *.split]
Sarbian has quit [*.net *.split]
acc has quit [*.net *.split]
JPLRepo has quit [*.net *.split]
VanDisaster has joined #kspmodding
JPLRepo has joined #kspmodding
Virindi has joined #kspmodding
acc has joined #kspmodding
SilverFox has joined #kspmodding
Matrix has joined #kspmodding
Sarbian has joined #kspmodding
VanDisaster has quit [Ping timeout: 186 seconds]
<Sigma88>
Sarbian thank you for your selfless help :'D
<Sarbian>
Anytime :D
<Sarbian>
(I can't vote, it crashes when I press the arrow)
<Sigma88>
Maybe I should report it as a bug ?
<Sarbian>
You may have some problem making that bug visible if we can't vote :D
<Thomas>
There is a commit in the redmine-vote repository called "Fix 500 server error." It is 3 years old.
<Sarbian>
Business as usual
<Sigma88>
Do devs even look at the bugreport?
<Sigma88>
I had to harass one in irc just to get a comment on my report
<Thomas>
Lets just spam the comments with +1 </sarcasm>
Ezriilc has joined #kspmodding
<Sarbian>
There is a signal-noise ratio problem with the redmine. Even more so with the public repo
<Sarbian>
<= fail a git once more by resetting his local branch without pushing it first...
<Sarbian>
AT
<Thomas>
Oh cool, they aren't even using the plugin from 2014 but the one from 2009...
<Sarbian>
You expected things to be up to date ? :)
<Sarbian>
The gem lost in that code will never cease to amaze me. OrbitRenderer.OnDestroy register an event that call Destroy in itself. So it tries an object that was clearly already destroyed...
<Sarbian>
errn it tries to *Destroy* an object that was clearly already destroyed...
<Thomas>
Yo dwag I heard you like destruction...
blowfish has quit [Quit: Leaving]
blowfish has joined #kspmodding
<Sigma88>
anyone familiar with the antennas that connect with satellites from kerbin's surface?
<Sigma88>
I have a few questions about that system
<Sigma88>
sarbian are you online? :)
<Sarbian>
Sigma88: I am
<Sigma88>
can I ask you about DSN stuff?
<Sarbian>
Try. I do not know all (most) of it
<Sigma88>
basically my issue is this
<Sigma88>
for my rescale mod I need to rescale the DSN range
<Sigma88>
I know custom barnkit can change it
<Sigma88>
so I would like to know if there is a good way to use a plugin to multiply by a certain value the DSN range
<Sigma88>
so that the rescale works both when CBK is installed and when it isn't
<Sigma88>
and when CBK is installed the multiplier should go on top of whatever CBK does
<Sigma88>
so if stock range is 1 and CBK changes it to 2
<Sigma88>
and my mod is supposed to multiply it by 3
<Sigma88>
the result should be 6
<Sigma88>
I hope this makes some sense
<Sarbian>
It does but without CBK it may be a pain to do
<Sigma88>
ok, so I'll stick with a cfg and I'll tell ppl to use CBK
<Sarbian>
You could force the DSN difficulty settings...