-
Posts
258 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by rsparkyc
-
Just getting back into KSP, but I did some work on the J-2 engine in realism overhaul, might be worth taking a look. You could make the above curve using MM, but I find it interesting that your curve has ISP dropping below a 5:1 ratio. IRL, the reason your getting reduced thrust as your reduce oxidizer is that you're getting incomplete combustion, and have extra (unburnt) hydrogen leaving in the exhaust gasses. The extra (high velocity) hydrogen atoms are what wind up boosting ISP. While it is lower thrust, I think ISP would continue to rise. Another good chart is figure 5-8 on page 5-11 here: https://history.nasa.gov/afj/ap12fj/pdf/a12_sa507-flightmanual.pdf. There it shows ISP continuing to rise. You can see what I did for realism overhaul here: https://github.com/KSP-RO/RealismOverhaul/blob/master/GameData/RealismOverhaul/RO_SuggestedMods/EMRController/J2.cfg
-
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
Wow, sounds like you were busy! Sorry for my absence, but any chance you can submit a PR against this? Otherwise I can probably overlay your changes -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
I'm not sure. I'm just trying to maintain this mod, and don't really have much experience with the texture aspect of it (I'm mainly just a code guy). I'd love it if you wanted to play around with that folder structure and offer up a PR to fix it Also, I can't seem to find the post where you asked about that. I was hoping to get a bit more context around the issue. -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
When will this be updated for 1.5.0? Oh wait, just now -
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
rsparkyc replied to nightingale's topic in KSP1 Mod Releases
@FreeThinker, I'm having a similar issue with doing a part filter. I'm trying to validate that my craft has a part that has a science experiment. This is my contract, however it's saying that I have a part which contains the experiment even when it doesn't. CONTRACT_TYPE { name = Test title = Test description = Blah synopsis = Blah completedMessage = Congratulations! You Blahed sortKey = 902 cancellable = true declinable = true autoAccept = false minExpiry = 0 maxExpiry = 0 maxCompletions = 0 maxSimultaneous = 1 deadline = 365 // 1 year targetBody = HomeWorld() prestige = Trivial advanceFunds = 20000 rewardScience = 1 rewardReputation = 5 rewardFunds = 10000 failureReputation = 5 failureFunds = 10000 PARAMETER { name = Test type = VesselParameterGroup title = Test Satellite PARAMETER { name = NewVessel type = NewVessel title = Launch a New Vessel hideChildren = true } PARAMETER { name = Crewmembers type = HasCrew minCrew = 0 maxCrew = 0 title = Uncrewed hideChildren = true } PARAMETER { name = Orbit type = Orbit minAltitude = 80000 title = Just get to orbit } PARAMETER { name = PartValidation type = PartValidation FILTER { MODULE { name = ModuleScinceExpirement experimentID = barometerScan } } minCount = 1 } } } I'm guessing this is just plain broken?- 5,201 replies
-
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
rsparkyc replied to nightingale's topic in KSP1 Mod Releases
I believe this is fixed by this PR: https://github.com/jrossignol/ContractConfigurator/pull/668 (though perhaps this is a different issue?) In addition, does anyone know if there's a way to escape parameters when defining contracts? An example is I have an experiment with a dash it it. When CC tries to parse it, it tried to subtract the two parts of the experiment name instead of just treating the whole thing as a string.- 5,201 replies
-
Hello, I bought KSP many years ago, and bought it directly from Squad (and not through Steam). I was interested in getting the making history expansion pack, and actually have some steam credits, and so I thought I would buy it on steam. When I was about to purchase it, I saw it said "This content requires the base game Kerbal Space Program on Steam in order to play." Is there a way for me to by it on steam, but still have it work with the game I downloaded from kerbalspaceprogram.com directly?
-
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
Wow...I feel like an idiot. Fixed -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
@linuxgurugamer Just released 1.4.3.2, which now has a .version file within it. Can you tell me if that looks better? -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
Yes, a version format change came in from the work that @Phineas Freak did. I can work on adding a .version file and put that in the 1.4.3.2 release -
I'm seeing similar issues with the PEG guidance not always working. One specific thing I noticed is that PEG fails to work if I have a mammoth as my first stage. It will throw exceptions in the logs, which I've documented here: https://github.com/MuMech/MechJeb2/issues/1029 EDIT: It looks like I actually just had my number of stages in the ascent guidance config set too high. In addition, I've also noticed that some craft will fail to achieve orbit using PEG guidance mode, and when doing so, also spams the logs with exceptions, as documented here: https://github.com/MuMech/MechJeb2/issues/1026 I'm assuming these issues are what you all are seeing as well, so hopefully having open issues will help get this some traction.
-
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
I wonder if KER also things you're going to keep your fairings on the whole time. What happens if you stage your fairing deployment before upper stage engine ignition? Does Mechjeb give similar numbers? -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
Perhaps the fairing base is adding weight? Care to post pictures of your rockets? -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
Updated OP with changes from @Phineas Freak -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
@Gordon Dry, I was unaware that @Phineas Freak had done a lot of work to maintain this mod. Sounds like he's done a lot of work in my absence! @Phineas Freak, do you want to continue maintaining this, or should I merge your changes into my fork? EDIT: Apparently I'm an idiot, because I can see earlier in this thread where I talked with you about you taking it over... I'm going to at least work on getting your stuff merged over, should make future PRs be much cleaner. I can also tag this as a pre-release as well. Overall, it's looking much better than the project I inherited! -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
Actually, that's my bad. I created a proper release, but forgot to tag in on the releases page. I'll do that now. EDIT: Updated, that should be better. Thanks for letting me know! -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
Hey everyone. I'm trying to get back into the swing of things, and part that process is that I updated this for 1.4.3 -
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
I'm not gone entirely, but was gone for a while. However, I'm more than happy to let @Phineas Freak take over this mod if he so desires. His fork is newer, but I haven't seen him cut any releases off of it yet. -
So this is in the readme: Create a part roughly the same size and shape of an existing avionics module unlocked in that tech node. Take note of its volume. Enter this in column G of the spreadsheet. (Note: the KSP UI normally shows liters, but in the spreadsheets it's kiloliters.) Slide the utilization slider down to 0, and take note of its empty weight and empty cost. Put those in columns H and I respectively.
-
[1.5.0] Procedural Fairings 1.5.0.5 (2018/10/18)
rsparkyc replied to rsparkyc's topic in KSP1 Mod Releases
The best way to get traction on things like that is to open up an issue in my repo here: https://github.com/rsparkyc/ProceduralFairings/issues Since I'm focused mainly on RO/RP-0 development, adding these features are kinda low on the priority list, but having them tracked there mean that anyone can work on them and submit PRs, and then I can handle getting the new versions out.