Jump to content

mateusviccari

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by mateusviccari

  1. Ok this mod convinced me to buy the volumetric clouds mod and now I don't know what I was doing before. The game looks amazing. Did a few cheats to get to some planets in aethera and they look very polished. It was a long time since I last played stock system. Just started a new career, finished the first minmus contract, didn't even unlock the first fission engine but already got an "explore aethera" contract. Seems to me that it escalated quickly but the mission briefing says it is "easy as pie" so let's see.
  2. How do I get rid of this "ring" that forms when flying low over planets, or at least attenuate it somehow? It's the effect of the scatters disappearing instantaneously when reaching a certain distance. I think it would be less noticeable if they slowly changed their opacity as we approach/get farther. Can we do this?
  3. Since there's no official EVE support I'm almost buying that volumetric clouds mod just for playing KSS2, even though I despise that patreon thing. But the site says there are versions up to 4. Should I just pay the patreon price and get the latest version?
  4. That's it! I swear I've looked on every page on the releases forum, thank you.
  5. I think I saw a mod that allowed us that enables transferring of EC between undocked vessels, I just can't remember its name. I want to make a planetary base with a nuclear reactor, but I want to deploy the reactor on a rover to keep it at a safe distance from the base so I need it to be connected with the base somehow. I think kerbal attachment system allows this using cables but I want to deploy it remotely if possible.
  6. You'd better ask this guy, he succeeded after a few attempts and might give you some tips. Other than that, you could search on github, there are a few examples like this one
  7. It doesn't have parallax 2.0 compatibility yet. Only ground textures. I'm not sure sure anyone's working on it.
  8. You need to add SystemHeatConverters from SystemHeatExtras to your game data
  9. Are you using ferram aerospace research? It is known to mess with underwater physics
  10. How do you guys plan maneuvers with ion engines? Since the thrust is so mediocre and it takes months to do a burn, we can't reliably plan and execute a maneuver since ksp computes the burn as an instant impulse. I know Principia helps in this matter but my setup can't handle that mod.
  11. @Astra Infinitum You don't necessarily have to wait for the whole game to load. You can open ModuleManager.configCache from GameData as soon as the patches finish applying, then alt+f4 and look for one of the parts you are modifying. Even with heavy modded installs it shouldn't take than long to save the cache. Still not ideal but way less time consuming than waiting for the whole game to load.
  12. I think this is what you need: @PART[*]:HAS[@MODULE[ModuleRCS*]:HAS[@PROPELLANT[MonoPropellant]]]:FOR[YourModName] { @MODULE[ModuleRCS*],* { //DoSomething } } The * after the comma targets all modules. You could also target by module order, like @MODULE[ModuleRCS*],0 or @MODULE[ModuleRCS*],1
  13. They closed the issue, apparently it already has a fix, to be release in the next version: https://github.com/KSP-RO/RP-1/issues/2061#event-9627585894
  14. Hi, sorry for the delay. I've tried it, also did not fix it. But I found the culprit. As I suspected, since I was apparently the only one having the problem every time entering VAB, it was another mod causing a conflict. More specifically, the RP0.dll from Realistic Progression One. I guess I'll open an issue on their GitHub.
  15. It didn't work unfortunately, but I didn't try reverting to VAB as @Krazy1 did, which was also causing the unexpected behavior for me. I'll try isolating all my mods to see if I can find an inconsistency with one of them.
  16. Yes, every time. Just leaving VAB and entering again is enough for the keys to stop working. I also started experiencing this very recently. Since this mod hasn't been updated in a while, I suspect some other mod might be causing the issue. Here's my mod list:
  17. Every time I enter VAB I have to press that "Reset mode and snap keys" for the keyboard shortcuts to work. What might be the cause of this?
  18. Did that, the culprit was actually "Hide empty tech tree nodes". Should have tried it before posting, sorry for that. Amazing mod by the way, revamping the interface was something that made the game even more enjoyable.
  19. I'm seeing some missing buttons in the RP-1 tech tree, can this be the culprit (I'm using ZTheme)? EDIT - Not the culprit. It was actually "Hide empty tech tree nodes" which was causing the issue.
  20. Shame, I use this mod a lot for long burn times and to speed up reentry.
  21. Yes, you can. It would look something like this: @MODULE[configure]:HAS[#title[xyz*]]
  22. Can we have limited ignition time without TestFlight? I want to disable the random failures from TestFlight but keep the burn time limit.
×
×
  • Create New...