KSP-X-Science
KSP-X-Science copied to clipboard
not working with ksp 1.5.0
since the new update the plugin is not working.
I have success to build a working version by changing:
ScienceChecklistAddon.cs(line: 806):
MusicLogic.SetVolume( 0f );
must be change:
MusicLogic.SetVolume( 0f, 0f );
(line: 838):
MusicLogic.SetVolume(0f);
must be change:
MusicLogic.SetVolume(0f, 0f);
(line: 845):
MusicLogic.SetVolume(oldVolume);
must be change:
MusicLogic.SetVolume(oldVolume, oldVolume);
I don't know what is the second parameter I have copy the same value in it, so the sound indicator for zone change may bug with it.
#29 Fixes this
What do I do if I dont have the: ScienceChecklistAddon.cs file?
Here's a link to the compiled binaries: https://www.dropbox.com/s/9bmkmx0txba4nyw/%5Bx%5D%20Science%21.zip?dl=0
Thx alot PedramNavid, this one works great out of the box, really appreciate it!
Another non dropbox link can be this: https://github.com/Flupster/KSP-X-Science/releases/