Jump to content

JPLRepo

KSP Team
  • Posts

    3,141
  • Joined

  • Last visited

Everything posted by JPLRepo

  1. PhysicsGlobals.GravitationalAcceleration https://kerbalspaceprogram.com/api/class_physics_globals.html#a0a62cc361f9d2388bfb6dc43e192ce50
  2. What's being missed is the Resources is a collection dictionary.. and your mod is changing the resource definition. which I think is exposing a bug (which can only occur if a mod changes the resources on a part). It looks like the collection dictionary key is incorrectly set to the old Resource hash instead of the new Resource hash. - Probably due to the fact that in stock - this never changes when instantiating a copy of a part. I'd recommend resetting the Resources list after any part copied events in the Editor scene would resolve the issue.
  3. The root cause was a combination of ModuleManager and mods that add parts to the game which then exposed a bug in the way KSP generates the partdatabase.cfg file if it finds it missing, which when playing stock - can only happen if the user manually deleted it. However, when playing with ModuleManager and mods that add parts - ModuleManager would force KSP to rebuild the partdatabase.cfg by removing it - or forcing it to rebuild it via code based on ModuleManager code logic (not stock KSP code logic). This bug also only created a problem for parts that use procedural drag cubes - such as the new stock MK2 landercan.
  4. There are others. KPBS and roverdudes mods and there were others. I wouldn’t be relying on the CKAN mod for this information.
  5. You’re certainly entitled to your opinion. But what new highly objectionable bugs are you referring to? looking at the public bug tracker. There are 5 bugs reported for 1.6.0. Four are low and one is normal priority. The light on the water tower
  6. You have the temp checking feature on in your DF game settings; and your part temperature is > the temperatures set in your settings. So they part cannot freeze any kerbals until it cools down. Temperature Checking function (switch on and off via config settings: RegTempReqd = true/false). If switched on the Freezer Part temperature must be < the RegTempFreeze value (in settings)to be able to freeze a kerbal. If switched on you must maintain the Freezer part temperature BELOW the RegTempMonitor (in settings) value. If you do not, then there is a good chance the freezer will fail and your kerbals WILL start dying if you have the EC fatal option turned on. If switched on Freezing/Thawing and Holding Frozen Kerbals will cause the freezer parts to produce Heat which you will then need to manage. - This function only operates on the active vessel as Temperature control on unloaded vessels is too risky in the current KSP version. If you wish to use this function, do so at your own risk.. (or rather the Kerbals) and use a heat control mod and parts like this one.
  7. There are several settings a player can change as well as ways mods can disable all aspects of the DV feature There are several changes and additions to the API over what you may have found in 1.5 API.
  8. Of course there is an API interface for the helmet and neck ring feature.
  9. You can’t add the mod to an existing save.only a new game
  10. Version 1.9.8 published for KSP 1.5.x. Please make sure you have the correct version of Contract Configurator installed (v1.26.0 for KSP 1.5.x)
  11. The contracts are meant to be negative ... they are meant to COST you money to discovery CBs. See nothing in the log... but then - the screenshot doesn't show the state of the contract either. Perhaps a save file would help. Along with the ResearchBodies log. Found in <install directory>\GameData\REPOSoftTech\ResearchBodies\Plugins\PluginData\ResearchBodies.log. It might also help to turn on debugging in Contract Configurator (instructions can be found here https://github.com/jrossignol/ContractConfigurator/wiki/How-To) See the Opening Post.. No LOGS = No Support.
  12. It's only been in the game since V0.90. From the changelog: * Custom Filters (and subcategories) can also be created and edited for user-made collections of parts.
  13. The plus in the top right of the part icons in the toolbar appear when you create a custom part group. Clicking it brings up the pop-up UI to add a part to a custom group that you have created. Currently it calculates delta V for any part that uses moduleengines only.
  14. I don’t condone this myself. I’ll wait and try to contact @nightingale
  15. How long is a piece of string? This mod depends on Contract Configurator which is not my mod. So when that mods author updates CC I can update this mod.
  16. Did you ready the post that you quoted???? : " Because he’s trying to run it in KSP 1.5.1. And Contract Configurator and this mod have not been updated for KSP 1.5.x yet. "
  17. Because he’s trying to run it in KSP 1.5.1. And Contract Configurator and this mod have not been updated for KSP 1.5.x yet.
×
×
  • Create New...