Jump to content

mateusviccari

Members
  • Posts

    195
  • Joined

  • Last visited

Everything posted by mateusviccari

  1. It doesn't have parallax 2.0 compatibility yet. Only ground textures. I'm not sure sure anyone's working on it.
  2. You need to add SystemHeatConverters from SystemHeatExtras to your game data
  3. Are you using ferram aerospace research? It is known to mess with underwater physics
  4. 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.
  5. @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.
  6. 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
  7. 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
  8. 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.
  9. 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.
  10. 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:
  11. 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?
  12. 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.
  13. 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.
  14. Shame, I use this mod a lot for long burn times and to speed up reentry.
  15. Yes, you can. It would look something like this: @MODULE[configure]:HAS[#title[xyz*]]
  16. Can we have limited ignition time without TestFlight? I want to disable the random failures from TestFlight but keep the burn time limit.
  17. Are there any mods that add probes with more storage space? I'm talking about some gigabytes. From what I could see, it looks like the biggest probe's capacity is just 1MB.
  18. Can anyone help me understand why some engines don't have available upgraded tech levels? Comparing two engines from the StockRealFuels configs (The stromboli from CryoEngines and the stock Swivel) both start in tech level 2, are the same engine type (L+) but only the swivel has tech upgrades (TL2-7) while the stromboli gets clamped at TL2. Their config files are identical (apart from the available fuel mixtures): Stromboli: https://github.com/Bellabong/RealFuels-Stock/blob/master/GameData/RealFuels-Stock/CryogenicEngines/cryoengine-stromboli-1.cfg Swivel: https://github.com/Bellabong/RealFuels-Stock/blob/master/GameData/RealFuels-Stock/Squad/liquidEngine2_Swivel.cfg
  19. Can anyone help me understand why some engines don't have available upgraded tech levels? Comparing two engines (The stromboli from CryoEngines and the stock Swivel) both start in tech level 2, are the same engine type (L+) but only the swivel has tech upgrades (TL2-7) while the stromboli gets clamped at TL2. Their config files are identical, apart from the fuel configs.
  20. Perfectly compatible. KK has some bugs preventing you from launching on custom launch pads, when you use spaces or underlines on the base name. Keep to naming them only with alpha-numeric characters. Also, when you launch, use the vanilla launchsite switcher (the arrow bellow the green launch button). That's what I am doing and it's working (I don't have KCT installed)
  21. I guess it's from a mod called "janitor's closet", you can access it from a broom icon in the VAB.
  22. Yes, it's a game engine limitation and there is no mod afaik that "fixes" it. The only thing we have is the vanilla joint rigidity but even that is faulty, that's why we have to use the Kerbal Joint Reinforcement mod. Even in the realism overhaul mod you can put an entire Saturn V on top of a space shuttle orange super lightweight tank, or massive weights attached to the side of balloon tanks, and accelerate them to 10G with no worries. I guess we can only simulate realism up to a certain extent, and beyond that, we can only pretend (or live with the guilt, your choice).
×
×
  • Create New...