-
Posts
3,142 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by JPLRepo
-
Well as per the KSP Weekly it's been reduced by about half.
-
New release with Russian and Spanish texts. See the OP for download links. Thanks to @Artem Kerman for the Russian texts Thanks to @fitiales for the Spanish texts Edit: There is a known issue with the texts in the difficulty settings not aligning (overlapping) but that is a stock bug in 1.3. But you can still read them and the tooltips work fine if you hover over each setting. (Hopefully a Dev will fix it for 1.3.1)
-
V 1.4.8.0 Release for KSP 1.3. See OP for linls. Includes NEW ability to highlight any or all power production or consumption parts on your vessel in the SPH/VAB and Flight. Fully Localization ready (no translations yet, but volunteers welcome!) Fix for Kopernicus Solar Panels for those that use Kopernicus. Re-added support for USI LS and MKS - courtesy of Ormira.
- 606 replies
-
- 4
-
- power manager
- plug-in
-
(and 1 more)
Tagged with:
-
Update: Nearly finished updating and testing for a new version. Hopefully tomorrow.
- 606 replies
-
- 2
-
- power manager
- plug-in
-
(and 1 more)
Tagged with:
-
You say you are using 1.2.2 for mods. Are you using Real Fuels or RO by chance? There was a bug with 1.4.4 and those mods. You can fix it if that is the case my replacing the content of the file \GameData\REPOSoftTech\AmpYear\MMConfigAmpYear.cfg with the following:
- 606 replies
-
- power manager
- plug-in
-
(and 1 more)
Tagged with:
-
[1.12.x] ResearchBodies V1.13.0 (15th May 2022)
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Yeah sorry guys... Been busy. Will try to get it done this weekend. -
First of, I'm not a lawyer. Second - I'm speaking here as a modder. I don't see how one entity can dictate a license on another entities creation. There are rules within the EULA for mods for KSP. It states the mod must have a license, and that all source code must be publicly available. Choice of license for creative work is up to the creator. By default, no license is considered a Restrictive license as per the Berne Convention for the Protection of Literary and Artistic Works. All rights reserved, isn't technically a license and isn't required under the convention (you can go read about that if you want more info). Most licenses for mods are open source, freeware. However, not all are. And that is the creators choice. Having said that, there is a kind of "gentlemans agreement" within the community that forking, modifying and releasing modified mods should only be done when all efforts have been made to contact and discuss with the original author (License permitting). And yes, I understand this is where your "good will" thinking comes in. But bottom line is a license is a license. You can't change it. Only the creative owner. There are many threads about this on the forum. There are also several threads on the forum giving advice, links, and information on how to choose a license.
-
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Actually I just had a thought... it won't probably work correctly. I forgot something. I'll do another dev build today (if I can squeeze it in). -
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Well it does the same thing for Crewed velssels as BackgroundProcessing does. But I also coded in so if it detects BackgeoundProcessing is installed it won't generate EC and let that mod handle EC generation. In theory it should be fine with both, but I didn't test it. You can test it for me if you like. -
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Ok, there is a Development build available on github only here. For those willing to test it for me. But in the testing I've done today I'm seeing flawless EC readout for unloaded and loaded vessels (as well as all other resources). Instructions: BACKUP your save file (I've warned you!) Completely remove the ThunderAeroSpace, BackgroundProcessing and REPOSoftTech\BackgroundResources (only this subfolder) folders from your GameData folder. Download the Zip from the link above and unzip it into your GameData folder. Report back your findings. -
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Yeah thanks all. I have a fix I'll test today and if all goes well will make a dev build only on GitHub Si some of you fine folk can also test and confirm before I do a full release. Fingers crossed should be in the next few hours. (edit) until then I recommend two things. Remove the BackgroundProcessing mod if you installed it and turn off the background resources processing option in the TAC LS difficulty settings. -
Well that's interesting to the author of that mod. I don't see why you have posted this in this thread.That appears to be an error with the Ship Manifest mod.
- 606 replies
-
- power manager
- plug-in
-
(and 1 more)
Tagged with:
-
Killing kerbals softly
JPLRepo replied to garwel's topic in KSP1 C# Plugin Development Help and Support
I already answered this where the same question was posted in this thread. -
Which clipping are you referring to? The one referred to here:
-
PCM.UnregisterExperienceTraits(part); PCM.Die(); Vessel.CrewWasModified(vessel); If you intend them to respawn as per game settings. Check HighLogic.CurrentGame.Parameters.Difficulty.MissingCrewsRespawn and then call PCM.StartRespawnPeriod() Where PCM is the instance of the ProtoCrewMember and vessel is the Vessel they are in and part is the Part they are in. For crew that die it is stock intended their portrait becomes static. If you don't want this then you can call a refresh on the KerbalPortraitGallery.Instance.StartRefresh(vessel). Of course this all assumes they are in the ActiveVessel. If you are still getting NREs please supply more info on the NRE.
-
We will have to see what the future holds.
-
Rockets exploding with version 1. 3
JPLRepo replied to RW1984's topic in KSP1 Technical Support (PC, unmodded installs)
Guys, I would recommend raising this on the bug tracker and supply un-modded logs and craft files so QA can take a look at it.