-
Posts
822 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ABZB
-
Mk3 Expansion - [KSP 1.12x] Version 1.6 [10/5/21]
ABZB replied to SuicidalInsanity's topic in KSP1 Mod Development
Yeah, I've been really busy the last few months with work (busy season) & grad. school. I'll have the time to update everything to the latest versions of everything starting Thursday. I hope.- 860 replies
-
KSP Interstellar Extended Continued Development Thread
ABZB replied to FreeThinker's topic in KSP1 Mod Development
woohoo http://www.al.com/news/huntsville/index.ssf/2016/03/nasa_administrator_says_alabam.html -
The next major release is planned to change all the @engines to +engines, so both the KSPI & standard versions will coexist. The latest commits are available off of Github, link in the OP. I understand your frustration, but it would be helpful if you could supply the log files, and specify exactly what was wrong - that will help me fix problems for yourself & others. All LFO tanks are currently patched, as long as neither MFT nor RF are present. If there is a problem, please let me know The math is somewhat complicated because the volume that is balanced for stock LF/Oxidizer does not work for KSPI resources. The calculations in the file extrapolate the volume for the KSPI resources for that size of tank. This is why the LFO volume is left at the original value. The MFT volume could also be used - I might add a section in the future to catch tanks that have MFT but no default resource
-
Are the parts in question on already launched vehicles, or in the VAB? If the part is already launched, the tank can be switched once it is empty... In that case, easiest way is to quicksave, open up the quicksave.sfs in a notepad program (I recommend notepad++, it is much easier to use for stuff like this than microsoft's Notepad), search for the name of your vessel, then search for "Oxidizer, and make the oxidizer "amount = X" you find all 0 (change to "amount = 0"), taking care not to change resources not on the vessel in question. alternately, if you have no other oxidizer-bearning vehicles launched, or if the oxidizer amounts (in each tank) on the problemed vessel are different than all other oxidizer amounts on your other launched vessels, you could to a find-and-replace-all for: Find: amount = x (where x is the amount of oxidizer on the vessel in question) Replace: amount = 0 If you could open your ksp.log after closing KSP after it hangs at that point on the loading screen, and post the last few lines before the end, that might help me find the exact issue. It would be even better if can upload the file somewhere, and send me a link.... Do either of you have any Near Future stuff installed? I keep having compatibility problems there, it's a work in progress.
-
Mk3 Expansion - [KSP 1.12x] Version 1.6 [10/5/21]
ABZB replied to SuicidalInsanity's topic in KSP1 Mod Development
That's me! http://forum.kerbalspaceprogram.com/index.php?/topic/118688-starlion-industries-kspi-ifs-compatibility-patches-for-fueltanks-spaceplanes-more-ckan/&page=1- 860 replies
-
kopernicus [1.6.0] Extrasolar v1.8.0 [12/21/18]
ABZB replied to Andi K.'s topic in KSP1 Mod Releases
Is this compatible with Outer Planets Mod (OPM)? -
If anyone has nice spaceplane pic that captures this mod nicely, I'd appreciate it for the banner for spacedock, I seem to have misplaced the old one (and it was outdated anyway). Please be aware though, that CKAN now points to my Github, and the current update it's pushing is only compatible with the pre-release of mk2-extended (it's only incompatible with the old mk2-extended, if you don't have that installed at all, not problem)
-
KSP Interstellar Extended Continued Development Thread
ABZB replied to FreeThinker's topic in KSP1 Mod Development
Is there any penalty if I connect that to a fusion reactor, with regard to the fusion generator's thermal output and that integrated generator? -
KSP Interstellar Extended Continued Development Thread
ABZB replied to FreeThinker's topic in KSP1 Mod Development
Kerbalstuff has shut down permanently. -
As Kerbalstuff has shut down, please know that you can always find the current release at https://github.com/ABZB/Mk2_Extended_KSPI_Integration/releases and the latest commits [i.e. experimental, unreleased, if you are not familiar with Github] at https://github.com/ABZB/Mk2_Extended_KSPI_Integration EDIT: I have submitted a pull request to CKAN, it will point to my Github going forward.
-
KSP Interstellar Extended Continued Development Thread
ABZB replied to FreeThinker's topic in KSP1 Mod Development
In the code, though (line 684 & 685 in thermalnozzlecontroller.cs) it looks like it is only calculating the decomposition thrust bonus if both max & min decomp temps are strictly greater than 0? -
KSP Interstellar Extended Continued Development Thread
ABZB replied to FreeThinker's topic in KSP1 Mod Development
I notice that both the MinDecompositionTemp & MaxDecompositionTemp for both LqdAmmonia and Hydrazine are 0. Is that supposed to be that way? -
KSP Interstellar Extended Continued Development Thread
ABZB replied to FreeThinker's topic in KSP1 Mod Development
I have both a small fission & a Fusion reactor on my vessel. When I use the thermal turbojet, the fusion reactor 'spools up' to provide power. However, when I switch to the plasma thruster, the fusion reactor goes completely inactive (it's power requirement is fulfilled by the fission reactor), and the only power for the plasma thruster comes from what's left over... Any ideas on why this is happening to me/how I can fix it?