Jump to content

Pointblank66

Members
  • Posts

    116
  • Joined

  • Last visited

Everything posted by Pointblank66

  1. I'm getting the following error with TweakScale and I would like to know which parts are causing this. Here is the KSP.log, I added the tag TS_Sanity to it bc I also have a different KSP.log for a different install that is being looked at for a different issue. Please ignore all the annotations, They are also not related to this Tweakscale issue. https://drive.google.com/drive/u/1/folders/1fV4RE3nr3W6Rp6h2eJU8tEVOUDWCwcpq
  2. I seem to have a problem getting Real Fuels to work properly and I'm not sure if it is RF Stock or just RF. When I activate a stage with only the engine in it the engine does not start bc of a "vapor in fuelline warning". But when the engine is started at the same time it is being decoupled or being started together with SRB the problem doesn't happen. In the Google drive link(see below), Annotation 1 show a stage where both the engine and SRB is started at the same time, so no problem there. HOWEVER, in annotation 2, 3 and 4, where the engine is started after the SRBs are burned out, the problem does happen instantly. The engine icon goes red as soon the SRBs burn out. You can also see the staging order in those annotations. I also added a KSP.log file if need. Annotation 5 shows the mods I have installed so far. The only thing that is not listed is RSSVE bc that is installed manually. Note that I have also tried a clean installment of KSP 1.8.1 multiple times but the problem still persists. I'm also gonna post this on the RF stock forum to see if it is an issue on their side https://drive.google.com/drive/folders/1fV4RE3nr3W6Rp6h2eJU8tEVOUDWCwcpq?usp=sharing
  3. I seem to have a problem getting Real Fuels to work properly and I'm not sure if it is RF Stock or just RF. When I activate a stage with only the engine in it the engine does not start bc of a "vapor in fuelline warning". But when the engine is started at the same time it is being decoupled or being started together with SRB the problem doesn't happen. In the Google drive link(see below), Annotation 1 show a stage where both the engine and SRB is started at the same time, so no problem there. HOWEVER, in annotation 2, 3 and 4, where the engine is started after the SRBs are burned out, the problem does happen instantly. The engine icon goes red as soon the SRBs burn out. You can also see the staging order in those annotations. I also added a KSP.log file if need. Annotation 5 shows the mods I have installed so far. The only thing that is not listed is RSSVE bc that is installed manually. Note that I have also tried a clean installment of KSP 1.8.1 multiple times but the problem still persists. I'm also gonna post this on the RF forum to see if it is an issue on their side https://drive.google.com/drive/folders/1fV4RE3nr3W6Rp6h2eJU8tEVOUDWCwcpq?usp=sharing
  4. I've been using RSS for quite some time now but I always found that the heightmapping was always a bit lacking, when using other launch sites besides the KSC. The Tanegashima space center, Which I have been using a lot for example, has a lot of mountainous terrain around it and in KSP that is something that is missing. Also the shape of the island is not really correct and that is a bit bummer when trying to reposition the launch sites with Kerbal Konstructs. The above mentioned cons are shown here: https://imgur.com/a/z8wBUlL So my question is, How do you all go about making/updating/etc the terrain for RSS? Bc I have some heightmaps, saved in a .png file, laying around of the south of Tanegashima that I used in the past for making a map for a different game.
  5. @Lisias I made another TS patch for Near future, this time for NF Solar since the included patch was empty. // ** Near Future Technologies :: Solar ** // // https://forum.kerbalspaceprogram.com/index.php?/topic/155465-* // // http://spacedock.info/mod/559/Near%20Future%20Solar // https://kerbal.curseforge.com/projects/near-future-solar?gameCategorySlug=ksp-mods&projectID=220672 // https://github.com/ChrisAdderley/NearFutureSolar/releases // Region ** Static ** // Solar Panel - fixed with truss - 1 panel @PART[nfs-panel-static-truss-3]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - fixed with truss - 2 panels @PART[nfs-panel-static-truss-2]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - fixed with truss - 4 panels @PART[nfs-panel-static-truss-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Region ** Static Curved ** // Solar Panel - Dragon v2 - Curved 1/4, 2.5m @PART[nfs-panel-static-truss-2]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultscale = 2.5 } } // Solar Panel - Curved 1/4, 3.75m @PART[nfs-panel-static-curved-375-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultscale = 3.75 } } // Region ** Deploying Curved ** // Solar Panel - Solaris - 2.5 to 7.5m @PART[nfs-panel-deploying-curved-25-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultscale = 2.5 } } // Solar Panel - Solaris - 3.75 to 10m @PART[nfs-panel-deploying-curved-375-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultscale = 3.75 } } // Region ** Deploying Concentrator // Solar Panel - Concentrator - JUICE @PART[nfs-panel-deploying-concentrator-1x3x1-juice-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Concentrator - Juno @PART[nfs-panel-deploying-concentrator-1x4-juno-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Region ** Deploying Blanked // Solar Panel - Blanket - NASA ARM Tug @PART[nfs-panel-deploying-blanket-arm-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Blanket - SpaceX BFS @PART[nfs-panel-deploying-blanket-bfs-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } Solar Panel - Blanket - Copernicus MTV @PART[nfs-panel-deploying-blanket-copernicus-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Blanket - DRM5 SEP-CHEM option @PART[nfs-panel-deploying-blanket-drm-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Blanket - DSG @PART[nfs-panel-deploying-blanket-dsg-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Blanket - Deep Space Transport @PART[nfs-panel-deploying-blanket-dst-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Blanket - Nautilus-X @PART[nfs-panel-deploying-blanket-nautilus-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Blanket - ATK UltraFlex @PART[nfs-panel-deploying-blanket-orion-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Blanket - SpaceX Starship @PART[nfs-panel-deploying-blanket-starship-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Region ** Deploying Advanced ** // Solar Panel - Advanced - IKONOS @PART[nfs-panel-deploying-advanced-1x1-ikonos-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - MESSENGER @PART[nfs-panel-deploying-advanced-1x1-messenger-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - MRO @PART[nfs-panel-deploying-advanced-1x2-mro-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Worldview 3 @PART[nfs-panel-deploying-advanced-3x1-wv3-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Worldview 4 @PART[nfs-panel-deploying-advanced-1x2-wv4-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Orion/ATV @PART[nfs-panel-deploying-advanced-1x3-orion*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Orion/ATV shrouded @PART[nfs-panel-deploying-advanced-1x3-orion*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Dragon 1 @PART[nfs-panel-deploying-advanced-1x4-dragon*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Dragon 1 Shrouded @PART[nfs-panel-deploying-advanced-1x4-dragon*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Dawn @PARTnfs-panel-deploying-advanced-1x5-dawn-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - GOES @PART[nfs-panel-deploying-advanced-1x5-goes-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Orbital Hub Lab segment @PART[nfs-panel-deploying-advanced-2x6x6-lab-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Orbital Hub @PART[nfs-panel-deploying-advanced-2x20-hub-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - Hayabusa 2 @PART[nfs-panel-deploying-advanced-3x1-hayabusa-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Solar Panel - Advanced - TDRSS Gen 1 @PART[nfs-panel-deploying-advanced-3x1-tdrss-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } But I did get a showstopper error regarding the following part(line are directly coppied out of the KSPlog) [LOG 16:02:19.941] [TweakScale] WARNING: **FATAL** Found a showstopper problem on nfs-panel-deploying-advanced-1x3-orion-1 (K5 1x3 'Aquila' Advanced Photovoltaic Panels). [LOG 16:02:19.941] [TweakScale] ERROR: **FATAL** Part nfs-panel-deploying-advanced-1x3-orion-1 (K5 1x3 'Aquila' Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 16:02:19.941] [TweakScale] WARNING: **FATAL** Found a showstopper problem on nfs-panel-deploying-advanced-1x3-orion-2 (K5-R 'Aquila-R' 1x3 Advanced Photovoltaic Panels). [LOG 16:02:19.941] [TweakScale] ERROR: **FATAL** Part nfs-panel-deploying-advanced-1x3-orion-2 (K5-R 'Aquila-R' 1x3 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 16:02:19.941] [TweakScale] WARNING: **FATAL** Found a showstopper problem on nfs-panel-deploying-advanced-1x4-dragon-1 (K7 'Gecko' 1x4 Advanced Photovoltaic Panels). [LOG 16:02:19.941] [TweakScale] ERROR: **FATAL** Part nfs-panel-deploying-advanced-1x4-dragon-1 (K7 'Gecko' 1x4 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 16:02:19.942] [TweakScale] WARNING: **FATAL** Found a showstopper problem on nfs-panel-deploying-advanced-1x4-dragon-2 (K7-R 'Gecko-R' 1x4 Advanced Photovoltaic Panels). [LOG 16:02:19.942] [TweakScale] ERROR: **FATAL** Part nfs-panel-deploying-advanced-1x4-dragon-2 (K7-R 'Gecko-R' 1x4 Advanced Photovoltaic Panels) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 [LOG 16:02:19.945] [TweakScale] WARNING: **FATAL** Found a showstopper problem on nfs-panel-static-truss-2 (KX-STAT-4 1x2 Advanced Photovoltaic Truss). [LOG 16:02:19.945] [TweakScale] ERROR: **FATAL** Part nfs-panel-static-truss-2 (KX-STAT-4 1x2 Advanced Photovoltaic Truss) has a fatal problem due having duplicated properties - see issue [#34]( https://github.com/net-lisias-ksp/TweakScale/issues/34 ). at error:0 Wonder if you could help me with that when you have the time?
  6. @Lisias I made a TweakScale patch for Nertea's NF Launch Vehicles, They said that I should contribute it to your repository. // ** Near Future Technologies :: Launch Vehicle** // // https://forum.kerbalspaceprogram.com/index.php?/topic/155465-* // // https://spacedock.info/mod/1434/Near%20Future%20Launch%20Vehicles // https://kerbal.curseforge.com/projects/near-future-launch-vehicles // https://github.com/ChrisAdderley/NearFutureLaunchVehicles/releases //Region ** Command ** // 5m Drone Core @PART[nflv-drone-core-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Drone Core @PART[nflv-drone-core-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } ///Region ** Command ** //Region ** Coupling ** // 5m Decoupler @PART[nflv-decoupler-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Decoupler @PART[nflv-decoupler-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // Radial decoupler @PART[nflv-decoupler-radial-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // 5m Docking Port @PART[nflv-docking-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 5m separator @PART[nflv-separator-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m separator @PART[nflv-separator-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } ///Region ** Coupling ** //Region ** Electrical ** // 5m Battery @PART[nflv-battery-stack-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Battery @PART[nflv-battery-stack-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } ///Region ** Electrical ** //Region ** Engine ** // Engine - AR-1 @PART[nflv-engine-ar1-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 1.25 } } // Engine - AR-1 Cluster @PART[nflv-engine-ar1c-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 3.75 } } // Engine - Merlin 1D @PART[nflv-engine-m1d-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 0.625 } } // Engine - Merlin 1D Vacuum @PART[nflv-engine-m1d-vac-1]:NEEDS[TweakScale] { %MODULE { type = stack defaultScale = 1.25 } } // Engine - RD-701 @PART[nflv-engine-rd701-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 3.75 } } // Engine - RD-704 @PART[nflv-engine-rd704-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 1.875 } } // Engine - RS-84 @PART[nflv-engine-rs84-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 2.5 } } // Engine - Rutherford @PART[nflv-engine-rutherford-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 0.625 } } // Engine - Rutherford Vacuum @PART[nflv-engine-rutherford-vac-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 0.625 } } // Engine - STEEBEE @PART[nflv-engine-stbe-kero-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 2.5 } } // Engine - TR107 @PART[nflv-engine-tr107-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 1.875 } } ///Region ** Engine ** //Region ** FuelTank ** // 5m fuel tank - 15m @PART[nflv-fueltank-5*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m fuel tank - 15m @PART[nflv-fueltank-75*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m to 3.75m adapter, tall @PART[nflv-fueltank-adapter-5-375*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m to 5m adapter, tall @PART[nflv-fueltank-adapter-75-5*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m fuelled nose @PART[nflv-fueltank-nosecone-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m fuelled nose @PART[nflv-fueltank-nosecone-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m fuelled nose @PART[nflv-fueltank-round-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 6 } } // 7.5m round nose @PART[nflv-fueltank-round-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m to 3.75m adapter, skeletal @PART[nflv-skeletal-adapter-5-375-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m to 5m adapter, skeletal @PART[nflv-skeletal-adapter-75-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } ///Region ** FuelTank ** //Region ** payload ** // 5m Cargo Bay @PART[nflv-cargo-5*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Cargo Bay @PART[nflv-cargo-75*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m Cargo Nose Bay @PART[nflv-cargo-nose-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Cargo Nose Bay @PART[nflv-cargo-nose-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m Fairing @PART[nflv-fairing-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Fairing @PART[nflv-fairing-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m Service bay @PART[nflv-service-bay-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Service bay @PART[nflv-service-bay-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } ///Region ** payload ** //Region ** RCS ** // Heavy aerodynamic RCS. Based on SuperDraco @PART[nflv-rcs-aero-heavy-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Heavy aerodynamic RCS - LFO. Based on RS-88 @PART[nflv-rcs-aero-heavy-2]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Heavy single RCS nozzle - SuperDraco @PART[nflv-rcs-heavy-1x-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Heavy single RCS nozzle - LFO - RS88 @PART[nflv-rcs-heavy-1x-2]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Heavy Quad RCS nozzle - SuperDraco @PART[nflv-rcs-heavy-4x-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Heavy Quad RCS nozzle - LFO - RS-88 @PART[nflv-rcs-heavy-4x-2]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Integrated vehicle fluids RCS block - 3x @PART[nflv-rcs-integrated-3x-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Integrated vehicle fluids RCS block - 4x @PART[nflv-rcs-integrated-4x-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } // Integrated vehicle fluids RCS block - 4x @PART[nflv-rcs-integrated-4x-2]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = free } } //Region ** Structural // 5m Cargo Tuboid @PART[nflv-cargo-tube-5-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = } } // 7.5m Cargo Tuboid @PART[nflv-cargo-tube-75-1]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = } } ///Region ** RCS ** //Region ** Mounting ** // 5m Cluster Mount - Energia @PART[nflv-cluster-mount-lower-5*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Cluster Mount - BFS @PART[nflv-cluster-mount-lower-75*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } // 5m Cluster Mount - Starship @PART[nflv-cluster-mount-upper-5*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 5 } } // 7.5m Cluster Mount - ITS @PART[nflv-cluster-mount-upper-75*]:NEEDS[TweakScale] { %MODULE[TweakScale] { type = stack defaultScale = 7.5 } } ///Region ** Mounting **
  7. is version 2.6.3 compatible with rescaled planets? I have this issue where the ambient light reflection from a planet suddenly stops at low altitude with in the boundry of planetshine. Both pictures are within the boundry that if I look at the PS settings High altitude https://imgur.com/a/wXEq8D6 Low altitude https://imgur.com/XSsCdBS
  8. @ValiZockt I have been eager to try and update the RF config for BDB but haven't been able to in the past. If you don't mind I would love to help you out with updating the RF config for bdb.
  9. I can confirm that this mod does work with 1.8.x. The only things you need are the required mod dependencies. Just check if those dependencies work with 1.8.x by either installing them yourself or by reading/asking on their respective forums
  10. Okay I am not sure what I am doing wrong. I installed Ad Astra alongside JSNQ because I find the sun flare from Ad Astra more soothing. I found out that there is a way to "turn off" the JNSQ sunflare and "Turn on" the Ad Astra sunflare, but when I do that I get either still the JNSQ sunflare or no sunflare at all. Can someone help me out with this? <Game data folder> https://imgur.com/Wks5Dvv
  11. I want to make a custom RF stockalike config for bdb, just to try something out but I can't find a wiki about it with information on how to make such a config from scratch. Can anyone point me in the right direction?
  12. I have a problem with the current state of BDB in conjunction with Real Fuels. I notice that B9 is coming up with a lot of initialization errors on ModuleB9PartSwitch (moduleID='engineSwitch') when I installed the optional RF patch for BDB. All the engines that have a engine subtype, like the RL10 having the RL10-A4 engine subtype, or the RS27 having the RS27A engine subtype, throw up this error. Something that I did not have with 1.6.1. Do I need to report this to the owners of RF and RFstockalike too? KPS LOG: https://drive.google.com/open?id=10C-Y8Z9fx4C2Ap4xToo6E8aOxxhd5W4v
  13. From which mod is the Robotic arm that you have installed on the station?
  14. Found a set of problems with B9 and BDB. They are in line 13867 through 13892 within my KSP log. Here is the link to that. https://drive.google.com/open?id=1XSFMQkUgLoLKybwryqzRRVJUoM--n5oQ <- kps log My installment was pretty clean, only installed the following, with their dependencies. Tweakscale 2.4.2 AVP and AVP 8k Textures 3.8.3 B9 Part switch 2.10 BDB 1.5.2 Community Resource Pack 1.2 DM Module Science Animate Generic 0.21 EVE 1.7.3 Kabrams Sunflare Blue High 0.0.1 Module Manager 4.0.3 NF IVA props 0.5.1 Scatterer + Default config 0.0540 Texture Replacer 3.7 ----------------------------------------------------------------------------------------- If you need anything more, just say so and I'll make a google drive link for it
  15. Ah, apologies. Must have skimmed to fast through all the recent posts. But good to hear that you are trying to make it work with NEXT.
  16. is it possible to use the Canadarm parts/models with IR Next? And will this mod be made compatible with IR Next?
  17. I noticed that the Duo OSM part for the shuttle has a RCSx and RCSy module that use both the stock monoprop, but when Real Fuels is installed, only the dorsel RCS ports are being converted to use the RF fuels. Is there a way to update it to make both the x and y modules use RF? OSMPodDUO.cfg (last 42 lines) RF's Cormorant_Aeronology.cfg (first 232 lines)
  18. What I personally would like to see implemented is an ingame option, setting, what ever you may call it, that allows us to add thrust curves to SRB's and/or engines without having to go into the config files for those parts. Especially for people who do not know a thing about coding in general, this would be a really nice addition. Not only that, It would add some form of realism that I think a lot of people also would like without having to use third party mods to achieve this.
  19. Kopernicus is a version locked mod. Make sure you have completely deleted the older versions of Kopernicus if those were installed, AND make sure your KSP install is not corrupt. If that is the case and you still get a black screen than you should notify Thomas on the kopernicus forum post down below
  20. Can anyone here explain to me the functions of Unfocused range and Re-engage range?
  21. So I have noticed that with a few mods that I use, Negative mass I becoming a very big issue to where my rockets are stuck on the launchpad. Is there any way on how to fix it?
  22. @Jso I added the fixes to the .cfg's. No errors, no warnings, and I got a configcache so that is all good now. Link to the file >> https://drive.google.com/open?id=1vNkxBG540U2N58Z3zmDXDG8fFqbj-86w Regarding the resource switching problem. How can that be fixed? Isn't it possible to use the texture switching feature in the furure that KSP has added a few patches ago? can imagine that I am not the only one who uses RF and BDB together. And since B9 Part Switch is a dependency, I don't think I can just uninstall manually without it causing problems ****Also note that the log and the configcache are from a testbench installment and not from the main installment. If you want to take a look at the logs of the main installment that can be done here. >> https://drive.google.com/open?id=1fV4RE3nr3W6Rp6h2eJU8tEVOUDWCwcpq ****
  23. It's weird 'cause like only those 4 parts have this problem, every other bdb part that uses Liquid Hydrogen is not affected by this problem. Here is the link to the KSP log: https://drive.google.com/open?id=1XLzXuA4KM4MnQOOjPw9YOr-_XJIM501b I'd like to post the Modmanager config cache but it's not being created..
×
×
  • Create New...