-
Posts
3,142 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by JPLRepo
-
You forgot @nightingale
-
Don't know what you are talking about? FlightCamera contains the following public methods: SetTarget(Vessel), SetTarget(Part), SetTarget(Transform), SetTarget(transform, FlightCamera.TargetMode), SetTargetNone(), SetTargetPart(Part), SetTargetTransform(Transform), SetTargetVessel(Vessel). and the first three are Static. They did change. So you should make a change to your code. and as this is a PreRelease 1.2 question it should be in the 1.2 Pre-Release Modding sub-forum.
-
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
TAC LS comes with a number of converters and recyclers. There are a few food mods listed in the wiki and in the last page or two of this thread. Resource consumption currently does not occur for unloaded vessels. Currently TAC LS remembers the last time they were loaded and catches up when you switch back to them. It also has calculations to estimate when they will run out when they are unloaded and warns you. That being said, it is in my very near future plans post KSP 1.2 to add background (unloaded) vessel resource consumption. And an update for KSP 1.2 - I have got TAC LS working and currently testing for KSP 1.2 with a number of performance and garbage improvements (but there is still a lot more to do post KSP 1.2 in that regard as well). So stay tuned! -
DeepFreeze comes with the correct version of Module Manager included. So the 1.1.3 download would include Module Manager that works with 1.1.3.
-
Refreshing a PartModule's editor description
JPLRepo replied to Nertea's topic in KSP1 C# Plugin Development Help and Support
Pretty certain that's correct ^. Which is why the upgrade module cannot update the Getinfo either. -
Help using modulescienceconverter
JPLRepo replied to MrMeeb's topic in KSP1 C# Plugin Development Help and Support
You have to have a ModuleScienceLab on the same part. -
[1.12.x] JSI Advanced Transparent Pods (V0.1.24.0) 12th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Yep. Works in game (save loaded) as well through the settings - difficulty UI as well. -
[1.12.x] JSI Advanced Transparent Pods (V0.1.24.0) 12th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Spoiler Alert. Started working on KSP 1.2 version today. -
Spoiler alert. Started bashing on KSP 1.2 upgrade today.
-
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Spoiler alert. Started working on KSP 1.2 version today. -
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Or, maybe I've already done them. -
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
3.75m is already on the list. 5m not so sure. https://github.com/KSP-RO/TacLifeSupport/issues/10 When? - Can't answer that. Soontm = soon as someone has the time to make them. -
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
Yep - Here you go. Should be able to unzip over the new ones to replace them. -
I found a Bug :b
JPLRepo replied to PlutaoPequeno's topic in KSP1 Technical Support (PC, unmodded installs)
What version of KSP was this in? -
You should search the prerelease tracker for problems you find in the prerelease and report them if you don't find them reported already.
-
The v1.2 Hype Train Thread - Prerelease is Out
JPLRepo replied to Whirligig Girl's topic in KSP1 Discussion
You do realise that total is for the whole forum? not just you?- 1,592 replies
-
- experimentals
- not the patience ferry
-
(and 1 more)
Tagged with:
-
[1.12.x] TAC - Life Support v0.18.0 - Release 19th Sep 2021
JPLRepo replied to JPLRepo's topic in KSP1 Mod Releases
I thought this was pretty clear: Please don't ask me how updates are coming guys.. They will happen when they happen, after 1.2 Full Release. OH and @Kyzer - Welcome to the forums. -
It is a known bug. A fix is known. but we are waiting for @jamespicone to return to the scene.
-
Part.partName just returns "Part"
JPLRepo replied to JoePatrick1's topic in KSP1 C# Plugin Development Help and Support
That is correct as was answered already in the help a modders mega thread. @JoePatrick1 you posted the same question twice in two threads. Thought you got it working already?