Jump to content

nubeees

Members
  • Posts

    224
  • Joined

  • Last visited

Everything posted by nubeees

  1. Is it possible to brighten up direct lighting from sunlight? The textures are wonderful but they seem to show up pretty dark ingame. I've poked around with the configs, but haven't been able to find anything that might help
  2. Oh no, we get to see more Aesthetic™ fusion engines, whatever will we do?
  3. I've noticed similar in the past with PT being temperamental about target SAS. The general trend seemed to be if the target was outside the current parent body's SOI, but that didn't seem very reliable. Haven't been able to play KSP much lately, so can't really confirm this.
  4. Would Mechjeb even be capable of changing the throttle during on-rails timewarp? This is an issue I've run into quite a few times on my KSP-IE career mode save and have always assumed there was just no solution.
  5. I don't know for certain, but I think he's referring to the fact that mechjeb auto-magically turns off timewarp when executing maneuvers. This would be a mechjeb problem, though. Might not be in the scope of PT
  6. Seems a lot more stable now with 1.3! I recreated the setup I was using before with the three plasma engines and it seemed to work just fine. One other bug- I've yet to figure out a way to make it reliably replicatable- which seems worthy of mentioning is an odd one which causes every part on a ship to suddenly overheat and usually explode. It seems to tend to happen either when switching spheres of influence, or when persistent rotation gets too aggressive and tears the ship away from the direction vector PT has it locked to. There's another one, where sometimes PT decides to not function entirely if your SAS is locked on target retrograde (it locks the ship correctly, but no acceleration is applied) but again, its really inconsistent. I hope this is at least slightly helpful!
  7. Fantastic! It might be worth starting a new forum thread, though completely taking over someone's mod without permission is generally considered pretty rude and I don't see any recent activity on mrsolarsail's profile... I don't have a whole lot of spare time recently, else I'd be more actively developing my own addon, Munwalk. Still, excited to see progress on reviving my all-time favorite ksp mod!
  8. I was three of the near future propulsion plasma engines (takes electric charge and argon, I had a constant supply of electric using a fission reactor from near future electric), not certain if its modded engine-specific, but I don't think it is. As far as where it was, I hadn't left kerbin orbit yet. After reducing the three engines down to one, I didn't seem to have any issues other than the one where dropping out of high timewarps instantaneously causes the ship to detonate gloriously.
  9. I'm getting a bug where its triggering the 'propellant depleted' dropout when propellant is most certainly not depleted. Still trying to track down the exact cause but it seems to be related to having multiple persistent engines active during high time warp. Another fun one, is the vessel being pulled out of timewarp from very high timewarp levels seems to smear it across the fabric of spacetime in a spectacular explosion.
  10. 0_0 I'm almost as excited for Waterfall as I am for KSP 2 now Also, I read something about a ISRU overhaul called SpaceDust a few pages back, will we be seeing some more info about that in the near future?
  11. @mrsolarsail Would you mind if I (or anyone else for that matter) recompiled your mod for the latest version of KSP?
  12. I'm guessing this is still compatible with solarsailnavigator? *edit in the current version it seems solar sail navigator is entirely borked. Last I checked it still worked barely, but I suppose I shouldn't be surprised. Might attempt a recompile if I get the time
  13. Didn't expect this mod to get revived anytime soon, it'll be nice to see ion and nuclear engines usable without installing KSPIE!
  14. Hello! Does anyone know how I'd go about getting the world position for a part? Vessels have GetWorldPos3D() but parts seem to have no equivalent. These two functions: Part.PartToVesselSpacePos; Part.VesselToPartSpacePos; As well as partTransform() Combined in some way with the root vessel's world position seem promising, but I am not entirely sure what the best way to approach this is. Thanks
  15. I've come to pretty heavily prefer Visual Studio Code over Visual Studio as an IDE, and would like to develop KSP plugins using it. Unfortunately, I've had no luck figuring out how to get the VSCode C# extension to reference KSP's dll files and thus intellisense is useless and there's red underlines under everything relating to Unity or KSP. Does anyone here use VSCode to develop plugins? Any help would be greatly appreciated! *Edit As I should've expected, after a day of searching I found this page right after posting asking for help: https://stackoverflow.com/questions/42000798/how-do-i-add-assembly-references-in-visual-studio-code Turns out if you add the UnityEngine.dll reference via NuGet it pretty much just works!
  16. I should've edited my post or posted a bit sooner. Planetary logistics arent broken, I just didn't understand how to use them correctly Can confirm some of those bugs too. The microwave power transmitter seems to also be acting strange, but I'm not sure if it's broken or not.
  17. Do these effects necessarily need to be attached to on-rails planetary objects? I'd be interested in seeing some warp bubble lensing effects in the alcubierre drive mods
  18. Did 1.9.1 break planetary logistics? Or am I just not understanding how to use that particular feature?
  19. Can this be used to modify ground textures? I've been really enjoying the new ground textures introduced in 1.9 and would like to, if possible, try to create some high quality ground textures for the moons the developers haven't gotten to yet such as Laythe. I searched in the documentation but couldn't find any reference to ground textures specifically.
  20. It's been a little buggy for me in 1.9, but that could just be the amount of mods I have on
  21. I cannot find an equivalent to this field: public ModuleEngines engine; I need it to rewrite this line of code: pe.ThrustPersistent = control.throttle * pe.engine.maxThrust; pe is a ModuleEnginesWarp, so I can set its throttle through reflection. I cannot get the maxThrust value though. Is there an equivalent I'm just not finding? Thanks! *Edit There was a stupid question here. I didn't realize ModuleEnginesWarp inherited from ModuleEngines **Edit 2 Ended up solving that; not sure how to handle this however: Severity Code Description Project File Line Suppression State Suppression State Error CS0122 'ModuleSolarSail' is inaccessible due to its protection level SolarSailNavigatorHotfix D:\Games\KSP_win64\AddonDev\SolarSailNavigator_KSPIE_HotFix\SolarSailNavigator\SolarSailNavigatorHotfix\Navigator.cs 107 Active ModuleSolarSail doesn't appear to be 'internal' in the sourcecode on gitHub, but when I go to definition it shows as internal
  22. I've never learned about reflection before. Originally I planned on just creating a fork of KSPI-E and altering it as necessary to make it compatible with Solar Sail Navigator, but looks like I'll have to look into that. Haven't had time to work on this recently though, I've had a particularly awful set of deadlines to worry about. *edit Did some basic google searches. That's pretty cool!
×
×
  • Create New...