asdfCYBER
Members-
Posts
225 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by asdfCYBER
-
[1.2.2] B9 Aerospace | Release 6.2.1 (Old Thread)
asdfCYBER replied to bac9's topic in KSP1 Mod Releases
Can't wait! Without B9 the game is not suitable for cool-looking planes IMHO. My thought: HYPE! But seriously though, I don't think everyone will like that, since it will get even harder to build a SSTO. MM config file? That won't work for the CKAN addicts. Better get a in-game button in the toolbar indeed, shouldn't be too hard (But I've never tried it, I haven't any coding skills beyond PHP, and even that is very bad ).- 4,460 replies
-
[1.0.5 - 1.4] Colorful Fuel Lines, 0.3.3 (2018-03-12) :)
asdfCYBER replied to NecroBones's topic in KSP1 Mod Releases
I like this mod, but when the rightclick menu tells me the fuelline is 'white', it is grey, and when it says 'grey', it is white. This can be fixed by changing the modulemanager file to textureDisplayNames = Yellow;White;Grey;Black;Green;Blue;Purple;Red;Orange or by changing the texture order to textureNames = Squad/Parts/CompoundParts/fuelLine/model000;ColorfulFuelLines/FuelLineGrey;ColorfulFuelLines/FuelLineWhite;ColorfulFuelLines/FuelLineBlack;ColorfulFuelLines/FuelLineGreen;ColorfulFuelLines/FuelLineBlue;ColorfulFuelLines/FuelLinePurple;ColorfulFuelLines/FuelLineRed;ColorfulFuelLines/FuelLineOrange- 37 replies
-
- fuel lines
- colorful
-
(and 1 more)
Tagged with:
-
Danny! You don't have enough rep!
-
[1.1.2] Kerbal Attachment System (KAS) 0.5.8
asdfCYBER replied to KospY's topic in KSP1 Mod Releases
I think you might get problems with the loading distance -
Parts fabrication building?
asdfCYBER replied to Arugela's topic in KSP1 Suggestions & Development Discussion
I think you don't really understand it: this thread is not for making crafts outside the VAB, but for creating new part models with an easy-to-use editor, or merging parts into one part (not really welding as that keeps everything from both parts, but just cherry-pick the things you like about part #1 and #2 and put them together in part #3). -
Parts fabrication building?
asdfCYBER replied to Arugela's topic in KSP1 Suggestions & Development Discussion
I really like this idea, but I also think this should be an optional program which is not needed to run KSP. -
[1.3.0] Mobile Frame System [MFS] (v0.3.3) [29.05.2017]
asdfCYBER replied to riocrokite's topic in KSP1 Mod Releases
This mod is exactly want I always wanted to be in ksp! Thank you for making this! Do these trailer-things fit well with the caterpillar tracks? Edit: the mod I was talking about is in the suggested mod list, so it'll probably be supported. Now it's even more awesome -
I downloaded this app today, and I think a few improvements could be added: biome maps for all planets, an option to change the inclination in the flight manager, and a FAR/NEAR option to decrease the take-off dV. Great app anyway, keep it up
-
What is the difference between this thread?
-
Sounds like an awesome mod, but is it compatible with EditorExtensions?
-
[Showcase] Showoff Your Rep-Worthy Crafts
asdfCYBER replied to Redrobin's topic in KSP1 The Spacecraft Exchange
Honestly, I was too impatient for that as that burn would take quite some time... I already made some crafts with more delta-V (around 70000 m/s) so I could try a 500km sun orbit and then a return Oh, and thanks for the rep! -
The original pack has an imgur album in the OP, but I meant the desurated texture pack
- 1,632 replies
-
- part count
- storage
-
(and 1 more)
Tagged with:
-
I saw a poll was added to this thread, but there still arent any pics A month or so ago, somebody would post them in a week...
- 1,632 replies
-
- part count
- storage
-
(and 1 more)
Tagged with:
-
Ask a stupid question, Get a stupid answer back.
asdfCYBER replied to ThatKerbal's topic in Forum Games!
Start at SRR-0 and increment by 1 How do I 0.90? -
[Showcase] Showoff Your Rep-Worthy Crafts
asdfCYBER replied to Redrobin's topic in KSP1 The Spacecraft Exchange
My old 0.24.2 Delta Monster Made with NearFuture, the B9 3.75 to 2.5 adapter and the NovaPunch2 3.75 reaction wheel. It is possible to get 6-digit delta-V numbers with NearFuture, but I wanted to keep a reasonable TWR. Please pm me if you want the .craft file. -
parts [1.12.x] Sounding Rockets! Start small. Dream big!
asdfCYBER replied to RoverDude's topic in KSP1 Mod Releases
StoredCharge is used by NearFuture capacitors, can I extend its juice-range with attaching some small capacitors? Also, how many mods are you currently maintaining? -
[1.1.2] Kerbal Attachment System (KAS) 0.5.8
asdfCYBER replied to KospY's topic in KSP1 Mod Releases
You may like https://github.com/KospY/KAS/wiki/KASModuleGrab Or you need to do a persistent.sfs edit to make a part automagically require what you want. You can press Ctrl-K to bring up the debug menu for easier grab positioning. EDIT: forgot something... This module can be applied to parts with a ModuleManager config file, like @PART[<part name*>] { MODULE { name = KASModuleGrab <some more config lines> } } *the name is not the name displayed in-game, but the name in the config file of the part itself. Change A1_White to B9_Utility_Light_A1_White Always use the name in the config file itself. EDIT 2: ModuleManager tutorial: http://forum.kerbalspaceprogram.com/threads/55219-Module-Manager-1-5-6-%28Jan-6%29/post#2 -
[1.1.2] Kerbal Attachment System (KAS) 0.5.8
asdfCYBER replied to KospY's topic in KSP1 Mod Releases
Help coming in It is not in the .dll, but in the .cfg to begin with. Like GameData\KAS\Parts\strut1\strut1.cfg. In that config is a module called KASModuleStrut: MODULE { name = KASModuleStrut nodeTransform = strutNode type = "StrutSize1" maxLenght = 8 maxAngle = 100 breakForce = 1 allowDock = false hasCollider = false tubeScale = 0.05 jointScale = 0.05 tubeSrcType = Rounded tubeTgtType = Rounded textureTiling = 4 evaStrutPos = (0.05, 0.059, -0.21) evaStrutRot = (190.0, 0.0, 0.0) tubeTexPath = KAS/Textures/strut } I'm not entirely sure of it, but I think editing breakForce to a higher value increases the strength. -
[1.1.2] Kerbal Attachment System (KAS) 0.5.8
asdfCYBER replied to KospY's topic in KSP1 Mod Releases
not as far as I know, but you can always write a plugin that allows you to do so. -
For the extra spicy taste. A true explosion of flavors. WAITER! There is a red traffic light in my soup!