OrbitalManeuvers Posted March 25, 2023 Share Posted March 25, 2023 1 hour ago, Mitokandria said: Is there a way to add TST telescope properties to other cameras added by mods? Just now, Mitokandria said: I think that is the incorrect mod. I mean, you asked it if was possible, so I said yes, and showed you where it's being done - as an example of how to do it. The same approach would be taken by any other mod, too. So you could write a custom mm patch to add TST functionality to other camera parts (I think they just need the transforms identified, which should be in the hullcam cfgs too, I'm guessing). So it's possible, but idk if anyone has already done it for this specific mod. Quote Link to comment Share on other sites More sharing options...
Mitokandria Posted March 25, 2023 Share Posted March 25, 2023 9 minutes ago, OrbitalManeuvers said: I mean, you asked it if was possible, so I said yes, and showed you where it's being done - as an example of how to do it. The same approach would be taken by any other mod, too. So you could write a custom mm patch to add TST functionality to other camera parts (I think they just need the transforms identified, which should be in the hullcam cfgs too, I'm guessing). So it's possible, but idk if anyone has already done it for this specific mod. Yeah sorry. I had to reread what you were asking, but you saw my post before I edited it. Quote Link to comment Share on other sites More sharing options...
OrbitalManeuvers Posted March 25, 2023 Share Posted March 25, 2023 Just now, Mitokandria said: Yeah sorry. I had to reread what you were asking, but you saw my post before I edited it. Oh cool, no probs. I wish I could be of more help and hand over a cfg that does it. Quote Link to comment Share on other sites More sharing options...
Mitokandria Posted March 25, 2023 Share Posted March 25, 2023 (edited) 16 minutes ago, OrbitalManeuvers said: Oh cool, no probs. I wish I could be of more help and hand over a cfg that does it. No worries I'm willing to learn enough to make small patches. I took a look at the compatibility patch and for the most part it seems very simple to do, but I don't know how to find the properties of parts. @PART[OnboardCamera]:FOR[DockingCamKURS]:NEEDS[TarsierSpaceTech] { @description ^= :$: <#47008F>Telescope camera interface available via Tarsier Space Telescopes.</color>: MODULE { name = TSTSpaceTelescope maxZoom = 3 xmitDataScalar = 0.2 labBoostScalar = 1.2 baseTransformName = cameraTransformName = lookTransformName = } } I have no idea how to find baseTransformName, CameraTransformName, and lookTransformName for the part. Edited March 25, 2023 by Mitokandria Quote Link to comment Share on other sites More sharing options...
OrbitalManeuvers Posted March 26, 2023 Share Posted March 26, 2023 15 hours ago, Mitokandria said: I have no idea how to find baseTransformName, CameraTransformName, and lookTransformName for the part. I was hoping they're named in the HullCam part configs, but doesn't look like it. It's possible the models don't even have what TST requires, I guess. There's a mod whose name I've spaced on, that runs in the editor scene, and can show you transforms, their names, what direction they're facing, etc. Quote Link to comment Share on other sites More sharing options...
Mitokandria Posted March 26, 2023 Share Posted March 26, 2023 3 hours ago, OrbitalManeuvers said: I was hoping they're named in the HullCam part configs, but doesn't look like it. It's possible the models don't even have what TST requires, I guess. There's a mod whose name I've spaced on, that runs in the editor scene, and can show you transforms, their names, what direction they're facing, etc. Linuxgurugamer is currently the maintainer for Docking Camera KURS so I asked him about it, but he doesn't know what it's looking for either. I tried using what I thought might be the defaults for each one (Telescope, CameraTransform, and LookTransform). The buttons appear on the right-click menu but the camera gui doesn't appear. Quote Link to comment Share on other sites More sharing options...
OrbitalManeuvers Posted March 26, 2023 Share Posted March 26, 2023 1 hour ago, Mitokandria said: I tried using what I thought might be the defaults for each one (Telescope, CameraTransform, and LookTransform). The buttons appear on the right-click menu but the camera gui doesn't appear. Oh, honestly yeah I wouldn't expect that to work. A transform is an object created in Unity and the 3D modeler is the one naming the item, and it's that name that mods would use to figure out where to place their camera, which direction it should be facing, etc. Since that info is baked into the MU, you'll need some way of displaying that info - either by loading the model into blender or something, or using a mod which shows those items in the VAB. LGG is in fact the person who maintains this mod that I still can't remember the name of, I believe. I guess you could also install BDB if you don't have it, and look at the OOA telescope with that mod and match up the names in the cfg, so you can see their positions/relations, and see if the parts you're trying to mod have those same types of transforms. Quote Link to comment Share on other sites More sharing options...
InterstellarDrifter Posted March 29, 2023 Share Posted March 29, 2023 Who can/should I donate $$ to for this mod? Quote Link to comment Share on other sites More sharing options...
JPLRepo Posted April 12, 2023 Author Share Posted April 12, 2023 Hi everyone, some of you may or may not know that I am a senior dev on KSP1 and now also on KSP2. Unfortunately I am finding it harder and harder to find time to invest in my KSP1 mods as I would like to. Almost all of my efforts and time now go into KSP2. That is not to say that I am giving up on my KSP1 mods, just that it is unlikely I am going to have much time to invest in looking at or fixing problems with them. I will find the time to fix some things but it is going to be a very slow road I'm afraid. I will try my best, but cannot gaurantee anything. Instead - I am sinking all my time into KSP2 development in order to deliver all the exciting new stuff we can for KSP2 and opening up modding in KSP2 for everyone as well. I hope you all understand. Thanks for your patience and support. Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted June 30, 2023 Share Posted June 30, 2023 Hey, there's a pretty bad (but simple) memory leak on scene changes: https://github.com/JPLRepo/TarsierSpaceTechnology/issues/82 Quote Link to comment Share on other sites More sharing options...
UltraJohn Posted June 30, 2023 Share Posted June 30, 2023 (edited) Here's a temporary fix for the memory leak until it is officially fixed. Just replace the original dll in GameData\TarsierSpaceTech\Plugins with the new found in the folder DLL. https://www.dropbox.com/s/drgpg5xmuw90oes/TarsierSpaceTechnology-V7.13-fixed.zip?dl=0 This is provided under the license: MIT just as the original, and contains all of the source code. Edited June 30, 2023 by UltraJohn Quote Link to comment Share on other sites More sharing options...
marxman28 Posted December 3, 2023 Share Posted December 3, 2023 So I accidentally moved my mouse out of the telescope window while dragging the zoom slider in and now my telescope GUI looks like this. Any way to fix it or am I going to have to send up a second telescope? Quote Link to comment Share on other sites More sharing options...
Brigadier Posted December 3, 2023 Share Posted December 3, 2023 Have you tried the Reset Camera or Close Camera commands, or returning to the KSC then back to the scope? Quote Link to comment Share on other sites More sharing options...
marxman28 Posted December 4, 2023 Share Posted December 4, 2023 (edited) 7 hours ago, Brigadier said: Have you tried the Reset Camera or Close Camera commands, or returning to the KSC then back to the scope? Reset Camera is for my camera view on the ship itself. The Close Camera function didn't reset it. UPDATE: Switching to KSC and back to the satellite fixed it. Edited December 4, 2023 by marxman28 Quote Link to comment Share on other sites More sharing options...
rrty44 Posted January 3 Share Posted January 3 Two problems, the first is when you click on “show galaxies” in the galaxy selection menu there are none. Second problem By selecting an object and pressing the “towards target” button of the SAS system, the telescope turns not towards the target but somewhere into deep space. What to do? Quote Link to comment Share on other sites More sharing options...
Brigadier Posted January 4 Share Posted January 4 @rrty44 Welcome to the forums. On the first issue, I have the same situation. The fora are replete with similar stories and fixes but it keeps returning. I don't know what the solution might be in this case. Posting a log file might help, so follow the guidance in this thread. For the second problem, ensure that the telescope itself is the control point. Right-click on the scope and in the PAW > Control From Here. It should then orient as you are expecting. Quote Link to comment Share on other sites More sharing options...
OrbitalManeuvers Posted January 5 Share Posted January 5 16 hours ago, Brigadier said: On the first issue, I have the same situation. I haven't seen this, myself. I wonder if it's related to game mode? This is Science mode below: And in case anyone is interested: Spoiler Quote Link to comment Share on other sites More sharing options...
rrty44 Posted January 5 Share Posted January 5 19 hours ago, Brigadier said: @rrty44Добро пожаловать на форумы. По первому вопросу у меня такая же ситуация. Форумы изобилуют подобными историями и исправлениями, но они продолжают возвращаться. Я не знаю, какое решение может быть в этом случае. Публикация файла журнала может помочь, поэтому следуйте инструкциям в этой теме. Для решения второй проблемы убедитесь, что сам телескоп является контрольной точкой. Щелкните правой кнопкой мыши область и выберите PAW > Управление отсюда. Затем он должен ориентироваться так, как вы ожидаете. Thanks! Quote Link to comment Share on other sites More sharing options...
Brigadier Posted January 5 Share Posted January 5 4 hours ago, OrbitalManeuvers said: I haven't seen this, myself. I wonder if it's related to game mode? This is Science mode below: I have a feeling you might be right since my current game is career, but short of delving into the code (or a magical appearance by @JPLRepo), I have no idea how true this might be. Quote Link to comment Share on other sites More sharing options...
WolfieKSP Posted February 16 Share Posted February 16 Hi, could you maybe add integration with scansat? there are some telescope parts there and it would be cool if they also could see the planets Quote Link to comment Share on other sites More sharing options...
MixelFan95 Posted October 14 Share Posted October 14 Hey Excuse me but, the Deep Space Telescope I just launched into orbit, The view of the Telescope just dissapears, but switching from KSC and back to the Telescope only fixes it temporarily, any Tips? Quote Link to comment Share on other sites More sharing options...
MixelFan95 Posted October 14 Share Posted October 14 and Plus, the Telescopes View spazzes out when Pointed towards Kerbin at the Night side Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.