Jump to content

Missedtrashday

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Missedtrashday

  1. Ok, so the details that I couldn’t remember before... Raster Prop Monitor adds the [JSIPrimitiveExternalCamera] part. The part is still in its proper folder c:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program/GameData/JSI/RasterPropMonitor/Library/Parts/ExternalCameraPart. The file PartDatabase.cfg doesn’t have an entry for the camera anywhere, while I can easily identify parts added by other mods. I could follow the basic template and add the camera in where it should be, but I have no idea how to calculate the DRAG_CUBE numbers, or where they come from. Any help would be appreciated.
  2. I don’t know if anyone can help, but... after the 1.7 update several of my ships can’t be loaded/launched. The common part is the camera from RPM. The part is still in its correct place (gamedata/JSI/...), but it has no entry in the parts file. First, did this happen to anyone else? Second, if I wanted to manually add the camera back into the parts file, what would I type in order to do that? So sorry to be so vague, but I am out of the house running errands at the moment and I can’t exactly remember all the details that I would normally include. If anyone can help but needs more information, let me know what you need and I will update this thread when I get home. Thanks for any assistance!
  3. I don’t (currently) have the skills to create such a mod, but would it be theoretically possible to lock the additional launch sites and ground communication stations behind missions? I like having to earn things, and I would love to be able to pursue a mission series about discovering neglected facilities, refurbishing them, and then have missions that require the player to launch or land from the alternate sites. As for the ground communication sites, I feel that it would be rewarding if the player could open the sites gradually by exploring and funding their refurbishment and upgrades instead of them being simply on or off. Would the game support such a mod? Would anyone besides me be interested in playing that way? Thanks in advance for any advice or discussion.
  4. Hey, Just a follow up on the issue. After two days of testing in between having to go to my IRL job, I have found that any spring setting over 0.25 combined with any damper setting will make the base fly in the air. The rover became stable just by turning off auto springs, no adjustments to settings was necessary. That being said, I am still not 100% sure of exactly the jumping comes from in the code, but I believe that it has to be somewhere in the interaction between the redrawing of the two vessels as one vessel, and the suspension under load in full gravity. There seems to be a point in the redraw where the functionality of the parts kicks in before the attributes of the vehicle. That doesn't really hold up though, because if that were the case then all vehicles would jump regardless of how low you push the settings because any spring can push null weight to infinity. So that leaves me with a new theory. It might be that there is an order to the attributes being applied to the parts, and in the case of my vehicles (or any vehicle) wherever the wheels fall in that order leaves them pushing against a weight that, at that instant, isn't there yet. So what is working in this case is lowering the spring strength to 0.25 or lower, which is just weak enough for 36 wheels to not throw the weight of all the pieces which have properly been assigned their attributes in the air before the total operation resolves. This assumes that when two vehicles dock, the engine has to remove the two separate vehicles, combine them, and then redraw them, if not completely, then at least in part. That might not be the way it actually works though, I'm just guessing. While it has been a frustrating couple of days in the game because I wanted to get something else done, the nerd in me has enjoyed working the problem with you guys. If anyone has any better insight to the way that the docking process is handled in the code, hopefully they will see this thread and chime in.
  5. So does the auto spring set all the springs to the same parameters, or does it balance the settings to account for asymmetrical weight distribution? If it is setting all the wheels to the same parameters, then yes that is why my big base is having such a reaction to docking with a tiny rover. What would be an appropriate setting for something that weighs 2t with 13 tiny wheels (for rough terrain stability) would be WAY off on something that weighs 37 tons and has 36 wheels (for load distribution). Extra thanks to you for the in depth experimentation and analysis.
  6. Very interesting. More data is always welcome. It will save me, and hopefully some other people a lot of headaches in the future. Thanks again
  7. SOLVED!! Due to the extreme weight of the mobile base (37t), the redraw of the vehicle and the application of physics after docking or undocking was causing the suspension to unload before the weight of the vehicle was applied. Therefore, the suspension was exploding to maximum extension as if the full weight of the vehicle was on it, when in reality, for just a split second the weight applied was at 0. This caused the wheels, and by extension the entire vehicle, to become airborne. By the time the vehicle returned to the ground, the weight had been properly applied, and the vehicle landed appropriately. Above I said that I had tried many variations of shock and dampener settings, but I hadn't gone low enough!. I literally needed to drag the sliders all the way left (0.5) in order to make the suspension so weak that it can't even properly carry its own weight. Thanks for the help guys.
  8. Update: I have found a way to consistently undock the rovers without destroying the mobile base. with the vehicles docked, drive forward with the mobile base to the top of a small hill. The rigidity of the docking port will mean that the rover is suspended. Park the base with the crest of the decline between the 2nd and 3rd row of wheels on the base. The weight of the rover will lift the 5th and 6th rows of wheels off the ground. Undock the rover and drop it the short distance to the ground. Since it wasn't touching the ground at the moment of undocking, the physics don't seem to affect it. Meanwhile, the loss of the mass of the rover allows the base to rock back in its suspension as the physics rebounds it into the air. Since only the front 24 wheels are in contact with the ground, these are the only ones that get the full upward force. The base rocks back in a weird wheelie, but usually comes to rest intact. The success rate of this method has been a little better than 80% so far, which is about as good as the success rate of docking the vehicles on flat ground. Now that I have a way to work around the docking/undocking problem, I am going to experiment with some lighter vehicles to see if it is a general physics bug, or something in the mobile base that is causing the issue.
  9. All three types of autostrut make the problem worse. Not only do the vehicles fly into the air, but they almost always manage to land exactly upside down. lol I tried to dock the vehicles in the water too. They still fly. I think that the problem is somewhere in the way that the docking collars interact with the physics engine. In space you wouldn't notice because there is no ground to fall back on, but at ground level there is only one way for the engine to throw you when it detects that the multiple vessels have now joined together, and most vehicles can't withstand a 30m, end over end, uncontrolled drop.
  10. So I have been trying to create a modular mobile ground base that would have different plug-in rovers to wander around and gather science and resources, refuel grounded craft, etc. I had a setup in 1.4.5 that worked really well, but when I attempted to rebuild the same vehicles in 1.6, every time the docking ports connect or disconnect, the vehicles fly 30 meters into the air and crash back down, invariably destroying some vital component or other. Possible solutions that I have tried: 1. Remove all mods --still happens in vanilla 2. set parking brake on larger vehicle, dock driving smaller vehicle 3. set parking brake on smaller vehicle, dock driving larger vehicle 4. park both vehicles on level ground, release all brakes move vehicles together at 0.1 m/s until docked 5. roll vehicles down gentle slope, dock with vehicles in motion 6. switch all vehicle suspension to override, try hard springs, soft springs, light dampers, and heavy dampers About the only thing I can think of that I haven't tried is to float both vehicles in water and try to dock them there, but even if that works it is of limited use because Mun, Minmus, Duna, etc. don't have water to facilitate the result. If anyone else has seen this problem and overcome it I would greatly appreciate it. Also, any suggestions of things I haven't tried yet or might have overlooked would be welcome.
  11. I probably could have gotten the adapter cheaper, but the Best Buy is in the next parking lot from the hospital I work at. I chose convenience over frugality in this instance because the adapter was only $3 more than at Wal Mart, which is across town. Again, thanks for the redirect. I was thinking strictly in terms of file transfers instead of capabilities. I don’t know if I would have ever arrived at this solution on my own.
  12. UPDATE The USB WiFi adapter I got from Best Buy worked like a champ. Upgrade complete. Thanks to all you guys for your help.
  13. I am going to stop by Best Buy today on the way home to see if I can get an inexpensive wi-fi USB for my desktop. I will report back later tonight with the results.
  14. BTW, the original intent of the thread was to seek out a way of downloading the patch to my phone and then transferring the file to my pc via USB and then updating KSP that way. I have since learned that my Steam based install will not allow that kind of manipulation. again, thanks to everyone for trying to help. I guess my reluctance to pollute my gaming machine with other things is really what is biting me right now. Live and learn I guess.
  15. Yeah... so I don’t have wi-fi or Bluetooth on my desktop gaming pc, so that only leaves the iPhone to pc via USB. Since I only ever used this machine for games, I never installed iTunes on it. Now, in order to use my iPhone as a hotspot via USB, according to every source I can find, my Win10 system has to have iTunes installed before Win10 will recognize the phone as a network adapter. It was a great thought guys, but without a direct connection to get iTunes, I can’t do the hotspot thing, and if I had a internet connection otherwise to get said iTunes, I could just get the 1.6 patch to start with. Of course when I do get the internet again, I might just install iTunes anyway in order to have the hotspot option in the future. Thanks again for all the help! You guys are awesome.
  16. Ok, so I guess I won’t be able to do the hotspot because I don’t have iTunes on my gaming rig, and Win10 won’t recognize my phone as a network adapter without that. I guess I will have to see if there is a way to get around the iTunes thing, but that’s the first step on all of the 20+ sites I’ve looked at so far. Again, thanks for your time and help.
  17. Sorry, forgot that part. Mine is a steam installation. I will check on the hotspot option and report back shortly. Thanks for the quick response.
  18. We are moving to another state and my wife has already moved to our new home. We transferred the internet service already, but I still have my smartphone. Is there any way to download the 1.6 patch to my phone and then update my pc manually?
  19. Awesome! I didn’t realize that. I tried to probe Jool in sandbox a couple of times but I must have been doing something wrong because my satellite kept going to full heat bars and exploding instantly as soon as I touched the atmosphere. There was probably some kind of kraken bait on board that was contributing to that. Anyway, I just assumed that I couldn’t do anything there and never went back. Now I can try again with the knowledge that I should be able to get some better results. Thanks a million.
  20. A bathysphere module with enough pressure tolerance and cable to be lowered into Jool’s upper atmosphere. Also it should sink in water on other bodies.
  21. I know that it really isn’t a game impacting mechanic, but I can’t believe that Chatterer hasn’t been incorporated into the stock game yet. The difference in my satisfaction and immersion with or without that one mod is ridiculous. Plus, the mod is already scalable, so if you don’t like it as much as me, you can select anything from constant chatter to completely disabled.
  22. That’s why I would leave it up to the player to spend the money. When you discover the location, I picture them as being neglected facilities that if you wanted to use them you would have to pay a minimal repair fee to get them to level 1. Once you had done that, if you landed and recovered near there it would compute your recovery funds based on the nearest operational facility you owned. Also, Gene could have a thread of missions to incentivize the use of your new alternate sites. Basically I was thinking that instead of being interesting scenery, the sites could have a story attached...AND, if you don’t want to explore that part you should still have the opportunity in the settings to enable all the sites from the start or not use them at all. To quote a crappy military policy from back in my day “all, some, or none.” Not taking away anything, just adding something in between fo those who want it. Thanks for the input
  23. Just an observation, The fighter pilots in WWI were not issued parachutes because their superiors felt that by making the pilots stay in their planes, the pilots would work much harder at bringing the valuable aircraft down in a way that it would be much more intact, and quicker to repair. Just how old is Gene supposed to be anyway?
×
×
  • Create New...