Araym Posted September 12, 2021 Share Posted September 12, 2021 (edited) Hi here... I'm appearing again to advice, probably, about a B9PartSwitch problem: when using SNACKS and B9PartSwitch MM patches (both "Extra_B9TankTypes.cfg" and "Extra_B9Tanks.cfg"), I found my game throwing a fatal error by B9PartSwitch itself, prompting me to close the game once in KSP main starting menu. It took a while to, in the end, narrow it to a specific part of coding, inside "Extra_B9Tanks.cfg": in the definitions related to the Commodity tanks, every SUBTYPE related to Snacks itself has "SUBTYPE:NEEDS[Snacks]", but it should be "SUBTYPE:NEEDS[SnacksUtils]" EDIT: NOPE! That could be an issue, eventually, but the game is still throwing the same errors, even trying my modification. (I have errors related to all the parts trying to interact with "Extra_B9TankTypes" searching for the "tundraSupplySnacks" subtype) [LOG 20:40:04.659] DragCubeSystem: Creating drag cubes for part 'TE2.19.SH.Interstage' [LOG 20:40:04.733] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SH_Tank/TE2_19_SH_Tank' [LOG 20:40:04.806] PartLoader: Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SH_Tank/TE2_19_SH_Tank' has no database record. Creating. [LOG 20:40:04.807] [DragCubeSystem]: Drag cubes not found or cannot be read for part Part. Generating New drag cubes. [LOG 20:40:04.810] DragCubeSystem: Creating drag cubes for part 'TE2.19.SH.Tank' [LOG 20:40:04.873] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_AFT/TE2_19_SS_AFT' [WRN 20:40:04.918] [Part]: Cannot have ModuleCargoPart and ModuleInventoryPart on same Part [TE2.19.SS.AFT'. Removed ModuleCargoPart [LOG 20:40:04.947] PartLoader: Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_AFT/TE2_19_SS_AFT' has no database record. Creating. [LOG 20:40:04.947] [DragCubeSystem]: Drag cubes not found or cannot be read for part Part. Generating New drag cubes. [LOG 20:40:04.950] DragCubeSystem: Creating drag cubes for part 'TE2.19.SS.AFT' [LOG 20:40:05.019] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_CARGO/TE2_19_SS_CARGO' [LOG 20:40:05.418] PartLoader: Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_CARGO/TE2_19_SS_CARGO' has no database record. Creating. [LOG 20:40:05.418] [DragCubeSystem]: Drag cubes not found or cannot be read for part Part. Generating New drag cubes. [LOG 20:40:05.425] DragCubeSystem: Creating drag cubes for part 'TE2.19.SS.CARGO' [LOG 20:40:05.523] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_Crew_Pod/TE2_19_SS_Crew_Pod' [WRN 20:40:05.893] [Part]: Cannot have ModuleCargoPart and ModuleInventoryPart on same Part [TE2.19.SS.Crew.Pod'. Removed ModuleCargoPart [ERR 20:40:05.895] Module ModuleB9PartSwitch threw during OnLoad: System.Exception: Fatal exception while loading fields on module ModuleB9PartSwitch on part ---> System.Exception: Exception while loading field subtypes on type B9PartSwitch.ModuleB9PartSwitch ---> System.Exception: Exception while loading fields on subtype PartSubtype tundraSupplySnacks ---> System.Exception: Exception while loading field tankType on type B9PartSwitch.PartSubtype ---> System.Collections.Generic.KeyNotFoundException: No tank type named 'tundraSupplySnacks' exists ... and I HAVE the B9 tank definitions in GameData. Edited September 12, 2021 by Araym Quote Link to comment Share on other sites More sharing options...
Araym Posted September 13, 2021 Share Posted September 13, 2021 19 hours ago, Araym said: Hi here... I'm appearing again to advice, probably, about a B9PartSwitch problem: when using SNACKS and B9PartSwitch MM patches (both "Extra_B9TankTypes.cfg" and "Extra_B9Tanks.cfg"), I found my game throwing a fatal error by B9PartSwitch itself, prompting me to close the game once in KSP main starting menu. It took a while to, in the end, narrow it to a specific part of coding, inside "Extra_B9Tanks.cfg": in the definitions related to the Commodity tanks, every SUBTYPE related to Snacks itself has "SUBTYPE:NEEDS[Snacks]", but it should be "SUBTYPE:NEEDS[SnacksUtils]" EDIT: NOPE! That could be an issue, eventually, but the game is still throwing the same errors, even trying my modification. (I have errors related to all the parts trying to interact with "Extra_B9TankTypes" searching for the "tundraSupplySnacks" subtype) [LOG 20:40:04.659] DragCubeSystem: Creating drag cubes for part 'TE2.19.SH.Interstage' [LOG 20:40:04.733] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SH_Tank/TE2_19_SH_Tank' [LOG 20:40:04.806] PartLoader: Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SH_Tank/TE2_19_SH_Tank' has no database record. Creating. [LOG 20:40:04.807] [DragCubeSystem]: Drag cubes not found or cannot be read for part Part. Generating New drag cubes. [LOG 20:40:04.810] DragCubeSystem: Creating drag cubes for part 'TE2.19.SH.Tank' [LOG 20:40:04.873] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_AFT/TE2_19_SS_AFT' [WRN 20:40:04.918] [Part]: Cannot have ModuleCargoPart and ModuleInventoryPart on same Part [TE2.19.SS.AFT'. Removed ModuleCargoPart [LOG 20:40:04.947] PartLoader: Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_AFT/TE2_19_SS_AFT' has no database record. Creating. [LOG 20:40:04.947] [DragCubeSystem]: Drag cubes not found or cannot be read for part Part. Generating New drag cubes. [LOG 20:40:04.950] DragCubeSystem: Creating drag cubes for part 'TE2.19.SS.AFT' [LOG 20:40:05.019] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_CARGO/TE2_19_SS_CARGO' [LOG 20:40:05.418] PartLoader: Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_CARGO/TE2_19_SS_CARGO' has no database record. Creating. [LOG 20:40:05.418] [DragCubeSystem]: Drag cubes not found or cannot be read for part Part. Generating New drag cubes. [LOG 20:40:05.425] DragCubeSystem: Creating drag cubes for part 'TE2.19.SS.CARGO' [LOG 20:40:05.523] PartLoader: Compiling Part 'TundraExploration/Parts/GOJIRAIII/TE2_19_SS_Crew_Pod/TE2_19_SS_Crew_Pod' [WRN 20:40:05.893] [Part]: Cannot have ModuleCargoPart and ModuleInventoryPart on same Part [TE2.19.SS.Crew.Pod'. Removed ModuleCargoPart [ERR 20:40:05.895] Module ModuleB9PartSwitch threw during OnLoad: System.Exception: Fatal exception while loading fields on module ModuleB9PartSwitch on part ---> System.Exception: Exception while loading field subtypes on type B9PartSwitch.ModuleB9PartSwitch ---> System.Exception: Exception while loading fields on subtype PartSubtype tundraSupplySnacks ---> System.Exception: Exception while loading field tankType on type B9PartSwitch.PartSubtype ---> System.Collections.Generic.KeyNotFoundException: No tank type named 'tundraSupplySnacks' exists ... and I HAVE the B9 tank definitions in GameData. Update: In the end, with the original patches provided, I could not resolve the issue. Knowing that I'm playing with SNACKS and B9PartSwitch, I simply moved the "Extra_B9TankTypes.cfg" in an external directory (to find it easily, in case) simplyfing it only to the mod I know I'm using (so no Kerbalism, USILifeSupport or TACLifeSupport), and making a "nuked version", removing the various ":NEEDS[....]" in it (to have them loaded always, to avoid any issue), then also simplyfing the ":NEEDS" in the "Extra_B9Tank.cfg" file (also moved in the same external directory). That resolved it (for the moment) Quote Link to comment Share on other sites More sharing options...
Kerbal the crazyest Posted September 14, 2021 Share Posted September 14, 2021 On 9/8/2021 at 7:19 AM, Kerbal the crazyest said: In my ksp 1.12 Tundra Exploration not working. Anyone knows what is happening with the mod (or with my KSP)? I solved it now. Ignore Quote Link to comment Share on other sites More sharing options...
xD-FireStriker Posted September 15, 2021 Share Posted September 15, 2021 Do you plan to model the Crew Dragon Cupola from the Inspiration 4 launch? Quote Link to comment Share on other sites More sharing options...
Starship sn15 Posted September 16, 2021 Share Posted September 16, 2021 On 9/14/2021 at 7:28 PM, Kerbal the crazyest said: I solved it now. Ignore How did you solve it I am having issues with it aswell Quote Link to comment Share on other sites More sharing options...
Damon Posted September 16, 2021 Author Share Posted September 16, 2021 10 hours ago, xD-FireStriker said: Do you plan to model the Crew Dragon Cupola from the Inspiration 4 launch? Planned! On 9/13/2021 at 4:11 PM, Araym said: Update: In the end, with the original patches provided, I could not resolve the issue. Knowing that I'm playing with SNACKS and B9PartSwitch, I simply moved the "Extra_B9TankTypes.cfg" in an external directory (to find it easily, in case) simplyfing it only to the mod I know I'm using (so no Kerbalism, USILifeSupport or TACLifeSupport), and making a "nuked version", removing the various ":NEEDS[....]" in it (to have them loaded always, to avoid any issue), then also simplyfing the ":NEEDS" in the "Extra_B9Tank.cfg" file (also moved in the same external directory). That resolved it (for the moment) @JadeOfMaar could you check this? Quote Link to comment Share on other sites More sharing options...
Araym Posted September 16, 2021 Share Posted September 16, 2021 6 hours ago, damonvv said: @JadeOfMaar could you check this? If any it's needed any "help", do not worry: call me also in PM to try to figure "what happened" to me. Some "facts" about the problem I noticed, and "how/where/why" in my install: I play win an heavy, modded, enviroment: having both Pathfinder, Snacks and B9PartSwitch, i personally "preferred" to have the tanks set following B9PartSwitch than Patfinder, so initially I removed the patch for Pathfinder itself and "deleted" the checks for it in the B9Partswitch tanks patch (because with it, even without the patch for Pathfinder, the B9 one was not loading): it started to throw the above mentioned error once, finally, it started to be seen by ModuleManager I moved to a clean install (without pathfinder at all), only with Snacks and B9Partswitch, but it also didn't work... I noticed the ":NEEDS[Snacks]" error (... it should be ":NEEDS[SnacksUtils]", so I corrected that too: the error didn't disappear... ... ... In the end, I basically "rewrote" all the patches, removing A LOT of various ":NEEDS" to a bare minimum (basically just a check between having or not B9Partswitch and/or the various Snacks/SncacksFreshAir/SnacksStress) knowing that I'm not going to play with a lot of the mods placed in the various checks (TacLS/USILS/etc etc) and, somehow, it started to work on my end In the end, I think that the problem is somewhere in the B9Tank patch, but I didn't figured "where", as basically, aside removing the (too many) :NEEDS, I basically copied it... so it should be some weird interaction at that level Quote Link to comment Share on other sites More sharing options...
xD-FireStriker Posted September 17, 2021 Share Posted September 17, 2021 21 hours ago, damonvv said: Planned! Thanks cant wait, it looks amazing. Quote Link to comment Share on other sites More sharing options...
Spike88 Posted September 17, 2021 Share Posted September 17, 2021 What's the best way to do a boost back in a 2.5x scale system? Also what's the best launch profile? Quote Link to comment Share on other sites More sharing options...
FlybeachYon2021 Posted September 18, 2021 Share Posted September 18, 2021 make rodan cupola update for 1.12.x? Quote Link to comment Share on other sites More sharing options...
Damon Posted September 18, 2021 Author Share Posted September 18, 2021 14 hours ago, FlybeachYon2021 said: make rodan cupola update for 1.12.x? Planned! On 9/17/2021 at 8:48 PM, Spike88 said: What's the best way to do a boost back in a 2.5x scale system? Also what's the best launch profile? I usually keep 1800m/s in the first stage for my RTLS landing. You can do it with much less but I like manual landings! Then just aim with the trajectories mod and boom! Quote Link to comment Share on other sites More sharing options...
Spike88 Posted September 18, 2021 Share Posted September 18, 2021 3 hours ago, damonvv said: I usually keep 1800m/s in the first stage for my RTLS landing. You can do it with much less but I like manual landings! Then just aim with the trajectories mod and boom! 1800m/s before or after separation? I noticed the delta v jumps post separation(obviously because it’s not carrying the first stage anymore), and roughly what height should this be at in a 2.5x system? Quote Link to comment Share on other sites More sharing options...
SpaceFace545 Posted September 19, 2021 Share Posted September 19, 2021 2 hours ago, Spike88 said: 1800m/s before or after separation? I noticed the delta v jumps post separation(obviously because it’s not carrying the first stage anymore), and roughly what height should this be at in a 2.5x system? Usually for me it's at 30 kilometers and then the periapsis is at ~50 kilometers Quote Link to comment Share on other sites More sharing options...
Kerbal the crazyest Posted September 19, 2021 Share Posted September 19, 2021 On 9/15/2021 at 7:05 PM, Starship sn15 said: How did you solve it I am having issues with it aswell The parts of tundra don't show on the KSP GUI?, or you have another problem. Other thing you can do is check if you have all the mod dependencies. Quote Link to comment Share on other sites More sharing options...
Spike88 Posted September 19, 2021 Share Posted September 19, 2021 15 hours ago, SpaceFace545 said: Usually for me it's at 30 kilometers and then the periapsis is at ~50 kilometers Alright, that’s about what I was getting so I wasn’t sure if I was doing something wrong. I’ve seen several info graphics for the real space x rocket that has the boost back taking place past the Karman line, so I was concerned I wasn’t anywhere near high enough Quote Link to comment Share on other sites More sharing options...
SpaceFace545 Posted September 19, 2021 Share Posted September 19, 2021 1 minute ago, Spike88 said: Alright, that’s about what I was getting so I wasn’t sure if I was doing something wrong. I’ve seen several info graphics for the real space x rocket that has the boost back taking place past the Karman line, so I was concerned I wasn’t anywhere near high enough Honestly this mod doesn’t work at all in 2.5x scale. The rockets get up to a 100k orbit with less than a 100m/s of dv left. Even without a payload Quote Link to comment Share on other sites More sharing options...
Spike88 Posted September 19, 2021 Share Posted September 19, 2021 6 minutes ago, SpaceFace545 said: Honestly this mod doesn’t work at all in 2.5x scale. The rockets get up to a 100k orbit with less than a 100m/s of dv left. Even without a payload I’m on mobile so I can’t use the “search in this topic” feature, but I could swear @damonvv said it was balanced to a 2.5x system like the stock parts. I think I will look at tweaking the fuel numbers in the Configs for a higher boost back altitude. Quote Link to comment Share on other sites More sharing options...
VASMIR Posted September 19, 2021 Share Posted September 19, 2021 Any advice on flying Falcon 9 or Starship in 2.5X scale mods like JNSQ? Quote Link to comment Share on other sites More sharing options...
Damon Posted September 19, 2021 Author Share Posted September 19, 2021 1 hour ago, Spike88 said: I’m on mobile so I can’t use the “search in this topic” feature, but I could swear @damonvv said it was balanced to a 2.5x system like the stock parts. I think I will look at tweaking the fuel numbers in the Configs for a higher boost back altitude. The mod is balanced to work in 2.7x scale. Meanwhile, @SofieBrink has found some major weight problems with some of the parts. We will investigate those and hopefully get a better performing rocket! Quote Link to comment Share on other sites More sharing options...
Spike88 Posted September 19, 2021 Share Posted September 19, 2021 39 minutes ago, VASMIR said: Any advice on flying Falcon 9 or Starship in 2.5X scale mods like JNSQ? JNSQ is 2.7x scale, what I asked about 2.5x scale should apply to JNSQ. 13 minutes ago, damonvv said: Meanwhile, @SofieBrink has found some major weight problems with some of the parts. We will investigate those and hopefully get a better performing rocket! If there’s anything I can do to help, let me know. Also my solution is always to add more fuel, never thought about checking the weight lol. Quote Link to comment Share on other sites More sharing options...
SpaceFace545 Posted September 19, 2021 Share Posted September 19, 2021 4 hours ago, Spike88 said: I’m on mobile so I can’t use the “search in this topic” feature, but I could swear @damonvv said it was balanced to a 2.5x system like the stock parts. Lol, if my falcon heavy flying without a payload is getting to Leo with less than a 100m/s of delta v left then this mod is definitely wonky Quote Link to comment Share on other sites More sharing options...
Clamp-o-Tron Posted September 20, 2021 Share Posted September 20, 2021 1 hour ago, SpaceFace545 said: Lol, if my falcon heavy flying without a payload is getting to Leo with less than a 100m/s of delta v left then this mod is definitely wonky That’s quite odd. My Falcon Heavy can easily send the included Crew Dragon or Dragon XL translunar, and the normal F9 can put ~15 tons into LKO, or an entire Cygnus (by Beale with some life support canisters clipped in) to TMI. You’re right that RTLS F9 doesn’t have a lot of capacity- about 5 to 6 tons in my experience. But if you expend the booster or even do ASDS landing, you can double or triple that. Important for FH- don’t attempt to RTLS the center booster, it will go badly. This doesn’t seem like flight profile issues by a large margin though, something is probably broken with the dry masses. Quote Link to comment Share on other sites More sharing options...
FlybeachYon2021 Posted September 20, 2021 Share Posted September 20, 2021 You should re-add Gojira mk3 Parts and stuff so it would be great btw nice mod Quote Link to comment Share on other sites More sharing options...
Naeth Kerman Posted September 20, 2021 Share Posted September 20, 2021 7 hours ago, FlybeachYon2021 said: You should re-add Gojira mk3 Parts and stuff so it would be great btw nice mod You can use a earlier version when the mk3 parts were with the mk4 parts. (You can look in releases on the GitHub Tundra Exploration page.) Quote Link to comment Share on other sites More sharing options...
Noname115 Posted September 23, 2021 Share Posted September 23, 2021 Could be a conflict with another mod, but the console is being absolutely spammed with NRE's under Tundra Exploration's name. Here's just one of the many errors clogging the log: And the full log here:https://www.dropbox.com/s/i81itqghfahrnz6/Player.log?dl=0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.