-
Posts
4,216 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by BudgetHedgehog
-
That looks familar.. It could be to do with Squads brilliant and well-thought-out () new PartModule loading code. In short - crafts saved before installing mods that change part modules, such as TweakScale, will probably not work right e.g. engines firing/decouplers decoupling etc. in the VAB. To quote toadicus:
-
DrawGauge = true is what you're after. In short then, Kyle and Winston, you need to add the bolded text to the SPS cfg: MODULE { name = ModuleEnginesFX thrustVectorTransformName = NozzleTransform engineID = KWSPSLE runningEffectName = running_closed exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 maxThrust = 200 heatProduction = 460 PROPELLANT { name = MonoPropellant ratio = 0.9 [B]DrawGauge = True resourceFlowMode = STACK_PRIORITY_SEARCH[/B] }
-
Indeed you can. The stock Verner engine has the following: PROPELLANT { name = LiquidFuel ratio = 0.9 DrawGauge = True resourceFlowMode = STAGE_PRIORITY_FLOW } PROPELLANT { name = Oxidizer ratio = 1.1 resourceFlowMode = STAGE_PRIORITY_FLOW } It uses Liquid Fuel and oxidiser using the same method used by monoprop. That said, it is the only example and it's for ModuleRCS - I don't know if it would work with ModuleEngine*. But, if it does, adding "resourceFlowMode = STACK_PRIORITY_SEARCH" to the SPS ModuleEngine* section would possibly make it use monoprop using the same method for fuel+oxy (taking into account my previous sentence). EDIT: teehee, I'm sandwiched between two of the modders I'm most in awe of.. I feel special
-
Considering KSPs new PartModule loader code breaks old crafts any time you add a mod that changes a part module (like TweakableEverything, TweakScale, DecoupleForx64 etc), old ships are useless for me anyway. My only complaint would be the STAGE_PRIORITY_FLOW of monoprop, meaning I have to remember to refuel my lander before I undock. Nothing major though.
-
Test of continuing KER developments [0.24.2]
BudgetHedgehog replied to Padishar's topic in KSP1 Mod Development
Just so you know, I've been told that fixed the problem. The dude/dudette says thanks -
HotRockets! Particle FX Replacement + Tutorial
BudgetHedgehog replied to Nazari1382's topic in KSP1 Mod Development
Have you tried this cfg? Replace the old *.cfg with this,tested it really quick,all works except 5m engines. (*.cfg don't change original sounds from KW) -
MusicPauser: Another really simple mod.
BudgetHedgehog replied to technicalfool's topic in KSP1 Mod Development
THANK YOU! Only took someone what, 3 years? Waiting on Curse now, bleh... -
[0.25/0.90] Better Atmospheres [V5 - June 14th, 2014]
BudgetHedgehog replied to Thesonicgalaxy's topic in KSP1 Mod Releases
KSP_Data/sharedassests10.assests -
Since you seem to know a lot more about it than me, if your testing has some results, would you oblige in filing a bug report with Squad? I mean, fair enough, TweakableEverything but DecoupleForx64 actually re-enables a core game function that x64 (sometimes) breaks. As you said, it flies in the face of modders who were counting on this for forward compatibility.. and Squad does like the modding community a lot.. I get that updates are not guaranteed to remain compatible and thatthe change probably had to come somewhen, but not like this.. it renders stock vessels unusable, breaks old .crafts in a way that doesn't have a fix documented (that I know of), likely makes subassemblies useless and is, I imagine, a slap in the face of modders who relied on it. Kind of like "Surprise! Your mod breaks KSP now!".. I dunno, I'm just rambling at this point.. I hope this gets sorted out, this is quite annoying :/
-
Make shift+tab pause the game
BudgetHedgehog replied to r4pt0r's topic in KSP1 Suggestions & Development Discussion
I just want Pause to pause the music as well :/ -
BROKEN [0.90] TextureReplacer 2.1.2 (20.12.2014)
BudgetHedgehog replied to shaw's topic in KSP1 Mod Releases
Thanks for the reply! I'll get on it -
Test of continuing KER developments [0.24.2]
BudgetHedgehog replied to Padishar's topic in KSP1 Mod Development
This isn't mine, but this is an output log from someone who told me they have the same problem (including the disappearing ship name field). They also apparently had the latest versions of KER: https://www.dropbox.com/s/ui36klo1w8mtpur/output_log.txt It's from this Reddit thread. EDIT: Found the error in question, I think: Exception in BuildEng.OnLoad: System.IndexOutOfRangeException: Array index is out of range. at Engineer.Settings.Load (System.String filename, .Vessel vessel) [0x00000] in <filename unknown>:0 at Engineer.BuildEngineer.OnLoad (.ConfigNode node) [0x00000] in <filename unknown>:0 (Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49) stage count is: 0 (Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49) BuildEngineer: OnSave (Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49) Exception in BuildEng.OnSave: System.IndexOutOfRangeException: Array index is out of range. at Engineer.Settings.Load (System.String filename, .Vessel vessel) [0x00000] in <filename unknown>:0 at Engineer.Settings.Save (System.String filename, .Vessel vessel) [0x00000] in <filename unknown>:0 at Engineer.Settings.Set[String] (System.String key, System.String value) [0x00000] in <filename unknown>:0 at Engineer.Settings.Set (System.String key, System.String value) [0x00000] in <filename unknown>:0 at Engineer.BuildEngineer.OnSave (.ConfigNode node) [0x00000] in <filename unknown>:0 -
[0.25/0.90] Better Atmospheres [V5 - June 14th, 2014]
BudgetHedgehog replied to Thesonicgalaxy's topic in KSP1 Mod Releases
That would be due to Distant Object Enhancer. You can change the settings at the KSC screen (from the Toolbar button) or just delete the mod entirely if you want. EDIT: Unrelated note, but I'm having trouble with incorporating parts of BA into a custom cfg for EVE. Specifically, the Sun layers (as they're needed for this superb flare) - I copy across the Sun section (and only the Sun section), but doing that gives me the clouds on Minmus as well what gives? Notepad really isn't the best for parsing cfg files..