-
Posts
2,836 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by nli2work
-
Zander Freighter - Microsoft Space Simulator
nli2work replied to Odyssey's topic in KSP1 Mods Discussions
actually looks like the ship has been made already. http://forum.kerbalspaceprogram.com/threads/91706 -
[WIP] NohArk's Pick and Pull - Space Tug DEV 0.4
nli2work replied to nli2work's topic in KSP1 Mod Development
the low hanging fruit -
Zander Freighter - Microsoft Space Simulator
nli2work replied to Odyssey's topic in KSP1 Mods Discussions
looks pretty stock alike... the brown, gray, and yellow/black. it's shipping RCS fuel. -
[v0.90/v.25]Transparent Pods v1.2.2 for KSP v0.90
nli2work replied to nli2work's topic in KSP1 Mod Releases
I've increased the suspension on all landing gears in 1.6.2; are they still too mushy? Yes I know, the initial direction is odd to say the least. partly because it's a hacky way of doing side deploy gears and still use landing gear module (unless you want to use action group to deploy them and have no suspension); but only way I can think of without a plugin. In game one gear is pointed forward, the other is backward. I may be able to improve it some fiddling with the attach node directions. -
[Part Request] Some Form of Cargo Docking for Aircraft
nli2work replied to Hellbrand's topic in KSP1 Mod Development
it'd be surface attach. you can stick it anywhere. mount it on the underside of the rover, drive over a docking port jr. extend yours and dock. tough part is getting the distance correct... might be able to use FS module to get some flexibility -
the Gear should work fine. I tested it briefly before in 0.25 and everything appeared functional.
-
Speed electric generator?
nli2work replied to SlimeCrusher's topic in KSP1 Modelling and Texturing Discussion
if you want the spinny blades sure, FS Propeller spinner will let you spin the blades based on speed, which is nice. a simple tube would work just as well. make sure you have an extra transform for ModuleResourceIntake. -
[Part Request] Some Form of Cargo Docking for Aircraft
nli2work replied to Hellbrand's topic in KSP1 Mod Development
actually that'd be a nice part to have... I'll add it to my to do list. extending 0.625 docking port surface attach. -
[v0.90/v.25]Transparent Pods v1.2.2 for KSP v0.90
nli2work replied to nli2work's topic in KSP1 Mod Releases
Bahamuto's Lightning cockpit, requires B9 -
KAX: http://forum.kerbalspaceprogram.com/threads/76668 RF has 5 or 6 different gears. 1 or 2 in the pipeline.
-
Speed electric generator?
nli2work replied to SlimeCrusher's topic in KSP1 Modelling and Texturing Discussion
you can try an engine module with very low thrust (0.0001) and high alternator output; set it's velocity curve to run from speed X to Y (non zero, so it doesn't work when not moving); and set it to consume very small electric charge and some intake air (0.01 EC vs 10 IntakeAir). and you have a wind turbine -
MODEL{} is updated node system. it should be used in place of the old mesh = and texture = lines
-
[WIP] NohArk's Pick and Pull - Space Tug DEV 0.4
nli2work replied to nli2work's topic in KSP1 Mod Development
the jets sound the way they do because they were too loud for the mics, sampled maybe 100ft behind a J79 at a turbine shop in Canada. Some of it sampled from a camera mounted on top of the engine body, mixed in with the rest. They were the best ones I can find. Otherwise it'd be some sound fx clips that are too soft and distant. I don't know anything about old time ramjets, feel free to adjust the configs to your liking. I'll flip the model so it looks like the pics I find online, small end forward, and change the thrust curves a bit. I'll add a 2nd thrustTransform so you can flip it and use it as pulsejet if you want. There's no good way to do these in KSP using only velocity curves and I don't want to spend too much time noodling with them. Got a whole back log of IVAs I need to do haha -
[WIP] NohArk's Pick and Pull - Space Tug DEV 0.4
nli2work replied to nli2work's topic in KSP1 Mod Development
really? they don't seem any better than B9's F119, both around IIRC 120kN in FAR. I had to up their thrust a bit since FAR 14.2 after wing mass/area was added. my planes were 1.5 to 2x heavier and I barely get 1 TWR with 2 engines. Upper end of velocity curve maybe a wee bit high.. mach 4.4 ish. Maybe I should bring it back down a notch. I have no clue how any of my parts behave without FAR. -
yes, textures generally the most memory expensive asset; always best to share across different parts if possible. use this in the part config instead of mesh = blahblah.mu MODEL{ model = GameData/your/part/path/part (no mu extension) texture = texture1, GameData/your/textures/location/texture1 repeat texture lines as necessary. scale = x,y,z rotation = x,y,z position = x,y,z }
-
(B9?)Transparent parts
nli2work replied to Ziecore's topic in KSP1 Technical Support (PC, modded installs)
x64 is the problem. get ActiveTextureManagement and drop to x86. -
[v0.90/v.25]Transparent Pods v1.2.2 for KSP v0.90
nli2work replied to nli2work's topic in KSP1 Mod Releases
it's to keep memory footprint low. All textures are loaded by KSP, which means any alternate textures take up memory even if you are not using them on a part. much cheaper memory wise to use FSmeshSwitch as far as templates, it's easier to think of the textures as atlased than trying to overlay UV patches on them. Upper left you have the basic panel section, lower left is one of the end caps; top right is 2nd type of endcap, a sort of internal crew hatch; lower right is 2nd type of panel that doesn't change color between the two color schemes. So you can make a part and sample the different texture sections by cutting up the UV accordingly. That said, it should be easy to create masks for use with Kerbpaint. The white top/black bottom was my attempt at stock-alike, pretty lousy; it's either too bright or too dark. Going all stock-alike texture wise is unlikely. I like the "tin can dragged a few miles on the road look" as you might have guessed, and that's not at all close to Squad's aesthetics. Some point in the future I might dirty/chip up the textures even more than they are now. -
internalRPM.cfg refers to the internal MU file. that should be in the same folder. you can change it to use MODEL{}; in that case you can move it somewhere else as long as you give it correct paths. but given I don't know the original assets and what Squad changed, the only way to be sure the internal loads correctly is to place the INTERNAL config in the same folder as MU and textures. Mk2CockpitsRPM.cfg can be anywhere in GameData/
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
nli2work replied to ferram4's topic in KSP1 Mod Releases
this mod is making me thinking I should get an analogue controller instead of using keyboard to fly.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
trans sonic vapor cone thanks to SmokeScreen
-
the scuffs can be simulated with directional motion blur on a high contrast noise map; or the crosshatch artistic filter. the smudge brush can do it as well if you hold down shift and click on two points, PS will run a stroke between the two points, set the fade distance (in pixels) on the brush to make the stroke taper/fade off.
-
[v0.90/v.25]Transparent Pods v1.2.2 for KSP v0.90
nli2work replied to nli2work's topic in KSP1 Mod Releases
that can be arranged. easy one to set up.