-
Posts
100 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ShadyAct
-
@PART[*]:HAS[@MODULE[InterstellarFuelSwitch]]:NEEDS[ConfigurableContainers] { @MODULE[InterstellarFuelSwitch] { @resourceAmounts ^= :^(\d+),:$1: } @description = #$MODULE[InterstellarFuelSwitch]/resourceAmounts$ } I'm trying to get this regex to pull a specific string from InterstellarFuelSwitch in parts like this (in this case I would want the description to be 756) but I end up getting the entire resourceAmounts string in the description The expression works in regex testers so something about my usage of MM regex must be causing problems; help would be appreciated.
-
HL is a form factor in B9 that resembles MK3, the parts have an option to change shapes slightly which changes the volume and the default fuel-switching module accounts for that. That's good to know, I'll pm you a link.
- 738 replies
-
- resources
- fuel tanks
-
(and 1 more)
Tagged with:
-
The HL parts have a slight volume increase when switched from the standard HL shape to round but CC isn't picking up on that with the cost and mass patches enabled. The difference is negligible but I wanted to know if that's expected behavior. Edit: Also the B9 patch is done.
- 738 replies
-
- 1
-
- resources
- fuel tanks
-
(and 1 more)
Tagged with:
-
Later.
- 738 replies
-
- 1
-
- resources
- fuel tanks
-
(and 1 more)
Tagged with:
-
How would I make a patch to delete all the tankType variables from this? MODULE { name = ModuleB9PartSwitch moduleID = fuelSwitch switcherDescription = Tank Setup baseVolume = 14740.0 SUBTYPE { name = Structural transform = STR } SUBTYPE { name = LFO tankType = B9_HX_LFO transform = LFO } SUBTYPE { name = MonoPropellant title = MonoProp tankType = B9_HX_MonoPropellant transform = RCS } SUBTYPE { name = Battery tankType = B9_HX_Battery transform = Capacitor } }
-
[1.3.1] [EN | ES | DE] Action Group Manager Continued
ShadyAct replied to Alshain's topic in KSP1 Mod Releases
Glad to see this mod back, AGX is overkill for someone who just wants to change the action groups that exist. -
You could think of it as RP-1 and liquid oxygen if it puts you at ease xp
- 738 replies
-
- 1
-
- resources
- fuel tanks
-
(and 1 more)
Tagged with:
-
I think that's good for preserving the experience that the creator of the mod intended. A lot of non-fuel tank parts hold fuel in B9 though. For the last part, maybe you could forbid things like radioactive materials in wings? That wouldn't be very kerbal though
- 738 replies
-
- 1
-
- resources
- fuel tanks
-
(and 1 more)
Tagged with:
-
Yes, do you think that cargo bays should have a small amount of fuel? Also I think that mono-propellant containers in cockpits could be changed to a simple gas container with a mono-propellant default.
- 738 replies
-
- 1
-
- resources
- fuel tanks
-
(and 1 more)
Tagged with:
-
@allistaI'm in the process of making a B9 compatibility patch if you're interested. The mass patch variable doesn't seem to be working with the procedural wings though.
- 738 replies
-
- 1
-
- resources
- fuel tanks
-
(and 1 more)
Tagged with:
-
Does this mod have any compatibility with TweakScale or do the 2 mods just overwrite each others changes?
-
KSP Interstellar Extended Continued Development Thread
ShadyAct replied to FreeThinker's topic in KSP1 Mod Development
There's more saltwater in the dirt than dirt -
KSP Interstellar Extended Continued Development Thread
ShadyAct replied to FreeThinker's topic in KSP1 Mod Development
Is there a real-life equivalent for 'Wall to Beam Power'? -
Is this known to not work with Kerbal NRAP? I deployed a test weight set to 650 tons but the payload in the profile saved as 2 tons. I found the KSTS profiles in my sfs though so it was an easy fix. Also, would something bad happen if a vessel was KSTS spawned near an active vessel?
-
KSP Interstellar Extended Support Thread
ShadyAct replied to FreeThinker's topic in KSP1 Mods Discussions
How would I go about calculating the fuel usage (in in-game units) for a reactor running at x% for y amount of days? I plan on using Li6-He3 in the CBF Reactor (4.48 GW @ 3.75m according to the thermal panel) -
KSP Interstellar Extended Continued Development Thread
ShadyAct replied to FreeThinker's topic in KSP1 Mod Development
Yeah, I had some issues with .6 where my nozzles would immediately explode on activation. -
Is it normal to get heavy lag right as the mass driver activates? Like 1 frame every few seconds? After the mass clears the accelerator it goes back to normal. Is it powered?
- 218 replies
-
- magnetic propulsion
- mass driver
-
(and 2 more)
Tagged with:
-
KSP Interstellar Extended Continued Development Thread
ShadyAct replied to FreeThinker's topic in KSP1 Mod Development
I got a .6 release on CKAN with the same issue so I copied over my fixes for the availability being false and the lack of LiquidFuel and LFO configurations. I would install it manually to rule CKAN issues out but .5 is the most recent on the front of this thread. On a positive note I love the mod and I really appreciate how far you've taken it. -
KSP Interstellar Extended Continued Development Thread
ShadyAct replied to FreeThinker's topic in KSP1 Mod Development
Are availableinflight and availableineditor supposed to be false for the wrapper tanks? And if so, why? Edit: In the fuel switcher module -
[1.4.x] Stock Antenna Balance - July-29-2018
ShadyAct replied to WuphonsReach's topic in KSP1 Mod Releases
What's the rationale behind the constant power draw for relay dishes? -
KSP Interstellar Extended Continued Development Thread
ShadyAct replied to FreeThinker's topic in KSP1 Mod Development
I referred to my installation giving me 44% for the radius modifier when the sizes match as a bug. I'm not a programmer so I may be using the wrong terminology.