-
Posts
22 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by BPI_Bel
-
parts [1.10.x] SDHI Service Module System (V4.0.4 / 11 October 2020)
BPI_Bel replied to sumghai's topic in KSP1 Mod Releases
Glad to see one of my favorite mods updated. I noticed that CKAN isn't listing SDHI. Has that entry been updated? -
[1.8.x] DMagic Orbital Science: New Science Parts [v1.4.3] [11/2/2019]
BPI_Bel replied to DMagic's topic in KSP1 Mod Releases
Thanks DMagic for a great mod. I am a little confused by the latest update. The US Materials Bay looks like it moved quite a bit farther into the tech tree from the position in prior versions. When I went to see what the configuration file said (to check whether it was a change in CTT or DMOS) the cfg file said that the part was 'unresearchable'. Now I have no problem with writing a modulemanager patch to move it if this is an intended change, but I was confused by the cfg entry. Can I get a clarification about what I am looking at? -
Kerbal Stuff, an open-source Space Port replacement
BPI_Bel replied to SirCmpwn's topic in KSP1 Mods Discussions
I want to thank SirCmpwn for hosting KerbalStuff (long may it stream!) I have noticed that I am getting server not responding errors while attempting to connect to the site. No worries if you know about it - I just wanted to make sure that if for some reason you don't have alarms on whatever downed the site you found out about it. -
If you use RealChutes, that shouldn't be a problem, as RC uses its own drag code to deal with parachutes. I would highly suggest DebRefund users consider using RealChutes - especially because that can greatly reduce the parts needed to recover heavier stages.
-
[1.12.x] KSP Alternate Resource Panel v2.11.0.0 (April 10)
BPI_Bel replied to TriggerAu's topic in KSP1 Mod Releases
Given the width of the resource window, I like the idea of it presenting left-most. Using 2.4.2.0 I have it set so that it is always visible while in flight, and moved over enough to the left that I can still open the contracts view without it being obstructed. Is this preserved in the newer version? -
Fixed Decoupler for KSP x64 on Windows - v4 - (July 22)
BPI_Bel replied to sarbian's topic in KSP1 Mod Releases
In the announcement post for .24.1, RocketPilot573 stated that the launcher patch utility did not update his x64 install properly. If you still have decoupler problems, try reinstalling from the website. -
[0.90] Kerbin Shuttle Orbiter System v4.13
BPI_Bel replied to helldiver's topic in KSP1 Mod Releases
Thanks for the excellent work. I wonder if it would be possible to separate the phases into different downloads, that would be greatly appreciated. That, or a document letting us know which GameData assets belong to which phase. I am having massive problems getting my KSP install with KSO to load, and since I don't need the KSOS phase one, that would help a bunch. I know there is no obligation on your part to do either of those things, so feel free to tell me no if you don't want to do so. -
[1.8.x] DMagic Orbital Science: New Science Parts [v1.4.3] [11/2/2019]
BPI_Bel replied to DMagic's topic in KSP1 Mod Releases
Would it be possible to have a module manager patch for KSP Interstellar's Magnetometer boom science to be added to the magnetometer you made? It is quite weird to have two very similar tools on the same craft - especially now that US modules are available for your gear. If you would prefer not to do so in the pack, could you let me know what I need to do to make it work? The few times I have tried to do MM files for science experiments I haven't been able to get them to work correctly. -
[0.24.x] Stock ReBalance v1.4 | 11/09/14
BPI_Bel replied to stupid_chris's topic in KSP1 Mod Releases
With an understanding that Stupid_Chris's schedule strongly affects any possible changes, is there plans to update the mod to the current 2.x releases of modulemanager? Seems like something like this would be best applied right after stock. In fact, if others agree with the load point, I may take a shot at updating the files for that purpose. -
I have been trying to get the TAC-LS resources inserted into the config of the SDHI Service Module for the last day (using MM v2.1.0). I have run into a wall where I don't know what I am doing wrong. Yet I get an error on MM parse of this: @PART [*]:HAS[#title[SDHI 2.5m Service Module]]:AFTER[TacLifeSupport] { @mass = 3 @RESOURCE[LiquidFuel] { @amount = 240 @maxAmount = 240 } @RESOURCE[Oxidizer] { @amount = 293.3333333333333 @maxAmount = 293.3333333333333 } RESOURCE { name = Food amount = 63 maxAmount = 63 } RESOURCE { name = Water amount = 63 maxAmount = 63 } RESOURCE { name = Oxygen amount = 63 maxAmount = 63 } RESOURCE { name = CarbonDioxide amount = 0 maxAmount = 21 } RESOURCE { name = Waste amount = 0 maxAmount = 21 } RESOURCE { name = WasteWater amount = 0 maxAmount = 21 } } ...with the result being no change to the part. Is there something I missed in the documentation or an undocumented requirement that I don't know about?
-
[PLUGIN+PARTS][0.23] SCANsat terrain mapping
BPI_Bel replied to damny's topic in KSP1 Mod Development
I do look forward to a 'official' version that contains support for Toolbar, but I do think that optional support is best. There is also nothing saying that you have to be as feature-complete with buttons in the non-Toolbar UI. I think mechjeb is a good example of how things should be done in terms of optional Toolbar integration. -
parts [1.10.x] SDHI Service Module System (V4.0.4 / 11 October 2020)
BPI_Bel replied to sumghai's topic in KSP1 Mod Releases
I love this mod - and after discovering Aerojet Kerodyne Service Module Extension I love it even more. I have noticed that since the RealChute update there is now a considerable UI difference between how the ParaDock/IACBM parachutes are configured versus the RC method. Is there plans to convert your ParaDocks to the new configuration menu? Thanks again for your work! -
This makes me wonder if it might be a better plan to have the ascent guidance work on velocity metrics instead of elevation. This would eliminate much of the oddity in FAR-related launches, since we would be able to follow Ferram's suggestion directly. I am not sure how it would affect non-FAR play, although I don't see how it would be a problem. Any thoughts?
-
Throttle Controlled Avionics 1.4.1 [0.90] (5 January '15)
BPI_Bel replied to qfeys's topic in KSP1 Mod Releases
I am not sure how the plugin accomplishes what it does, but I think the logic may need some adjustment. The application that immediately came to mind when I saw this on modding monday was shuttles, since they work on asymmetric thrust. Instead, the thrust balance adjusted at times when gimbal would be sufficient - robbing my craft of power at inopportune times. Mostly, this occurred during the transition from SRB thrust to LFO engines as sole power source. Admittedly, this is with FAR installed - so I don't know if that makes changes that would adversely affect your work. I appreciate the plugin, and will follow developments. -
Colonization: Ch5 Jool Explorer- Part 16: Intermission (AAR) [pic heavy]
BPI_Bel replied to Patupi's topic in KSP Fan Works
Thanks for continuing to share this story with us. I have been following the whole time and I find your style to be quite entertaining. -
Optional MechJeb Modules for FAR, NEAR & km_Gimbal 2/3 (July 16)
BPI_Bel replied to sarbian's topic in KSP1 Mod Releases
Since I use the Delta-V window all the time, I thought I would go ahead and make an icon for you to include in the toolbar for it. Delta-V_Stats.png If I find myself randomly making any other icons, I will be happy to send them your way. I was also wondering if you were looking to avoid color in your icons. If not, then I think making the AP buttons (Ascent, Landing, Maneuver, Redezvous, Smart A.S.S.) have limited color accents to visually separate them from the planner/info display windows. Here is an example of what I mean: Your Maneuver Node Editor icon is white, while this alteration is used for the Maneuver Planner: Maneuver_Planner -
mikeydz: The unlock progression for MechJeb as of the current release build is Custom Window Editor, Smart ASS -> Flight Control Maneuver Planner, Maneuver Node Editor, Translatron, Warp Helper, Attitude Adjustment, ThrustWindow, RCS Balancer -> Advanced Flight Control Rover Autopilot -> Field Science Ascent Guidance, Landing Guidance, Spaceplane Guidance -> Unmanned Tech Docking Autopilot, Rendezvous Autopilot, Rendezvous Planner -> Advanced Unmanned I pulled the data from the AR202 part cfg file that is included in the zip. I think ThrustWindow is Utilities, but I am not sure. Sarbian: Perhaps we could include this information in the first post so that new people to MJ have some idea of what to expect. I remember having a 'what is wrong' feeling at first when I tried using career mode and had unlocked the part.