KSP-X-Science icon indicating copy to clipboard operation
KSP-X-Science copied to clipboard

not working with ksp 1.5.0

Open Guss42 opened this issue 6 years ago • 5 comments

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.

Guss42 avatar Oct 16 '18 12:10 Guss42

#29 Fixes this

corey-hammerton avatar Oct 16 '18 17:10 corey-hammerton

What do I do if I dont have the: ScienceChecklistAddon.cs file?

DonCorleone-NL avatar Oct 18 '18 10:10 DonCorleone-NL

Here's a link to the compiled binaries: https://www.dropbox.com/s/9bmkmx0txba4nyw/%5Bx%5D%20Science%21.zip?dl=0

PedramNavid avatar Oct 18 '18 18:10 PedramNavid

Thx alot PedramNavid, this one works great out of the box, really appreciate it!

DonCorleone-NL avatar Oct 18 '18 18:10 DonCorleone-NL

Another non dropbox link can be this: https://github.com/Flupster/KSP-X-Science/releases/

Flupster avatar Oct 18 '18 19:10 Flupster