Conversation
|
This is working nicely, thanks @Flupster |
|
compiled the mod with the modified files ,still doesn't work. |
|
I'll upload the compiled files later tonight and link them here, compiled fine for me and worked |
|
That would be awesome Flupster, thx alot mate! |
|
I'm not sure, but I think it doesn't work for some because of the changes to [x] Science!.csproj |
|
You need to add the references to the DLLs,mine was in another location,however I reverted it back in the second commit |
|
Yeah, sorry. I just realized why/what it was. I actually don't know much about compiling and I'm trying to figure it out. |
|
compiled without problems having set the proper references , but game still says incompatible and the x science window appears completely empty. |
|
zip of the compiled mod can be found in my fork releases over at https://github.com/Flupster/KSP-X-Science/releases/ |
Just did a full reinstall of KSP dropped in the mod from my forks release page and works, i'm not sure why yours isn't working but you could try mine? |
tried with my old install , not even the empty science window appeared. completely reinstalled ksp ,and same thing ,at startup game says mod compatible only with 1.4.5 ,and game pretends mod is not even installed |
My bad forgot to actually include in the mod within the zip, should be fixed now! |
|
FWIW I came here to submit a PR with more or less your exact changes, which work for me (with minor differences I'll comment on in the diff). Would suggest also updating CHANGES.md to keep the project consistent. |
| { | ||
| // Set the music volume to what it was before | ||
| MusicLogic.SetVolume(oldVolume); | ||
| MusicLogic.SetVolume(oldVolume, oldVolume); |
There was a problem hiding this comment.
Not sure if it matters, but i tested this with 0f rather than oldVolume for the parameter. Seemed to work as expected.
There was a problem hiding this comment.
I have to be honest, I'm not entirely sure what the second parameter of SetVolume is, it just required a float so I used the first parameter as the second, If you know what the second parameter is let me know and if 0f is the better option for the second parameter
|
This works on my machine. +1 vote for merge so it can go on CKAN |
|
Updated for v1.6.0 of KSP, no actual changes were made just the version numbers, tested a little all seems to be working. |
|
Hey @Flupster, it seems there's no maintainers left here, maybe you could push it to CKAN as a new package ? Or maybe a little ping to @thewebbooth could work ? |
This was broken, requests coming from `%255Bx%255D%2520Science%2521/%255Bx%255D%2520Science%2521.version`
…d vessels, is disabled by default
Performance improvements & DMagic API fixes
Perhaps these science combinations were not possible at one time, but they are definitely possible now. I've achieved them using the Field Science contract pack to help me with the waypoints. But the contract pack is not required if you know where they are.
Comment out an outdated assumption
… science value in brackets. Improved performance.
In KSP 1.8.0, some parts throw a NullReferenceException when doing this. Interestingly, the parts that throw this are the kerbalEVA* parts from the DLCs when you don't have the DLCs.
Ignore null exception when gathering experiments
Science threshold feature for Here and Now window.
No description provided.