-
Posts
1,107 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by benjee10
-
The revamped solar arrays aren't available yet, but you can try out the rest of the in-development parts & revamps by downloading the code on the GitHub page (rather than downloading the release .zip). As for attaching parts together in space, that's an exercise left up to the reader Best bet is take it veeeery slow with robotics, or use a tug with a grabbing unit. A certain other mod has a vehicle that would work quite nicely...
-
[1.12.2] Pumpkin Head | Wearable Jack-o'-Lantern
benjee10 replied to benjee10's topic in KSP1 Mod Releases
Updated for 1.12.2 & can now use the plugin bundled with my Historical Kerbal Suits mod instead of KIS. Happy Halloween once again! -
Because of the RCS layout, controlling from the docking port can cause issues with some thrusters not being able to fire in the correct direction, so I find it is best to dock manually with control still from the cockpit. Using the IVA view out of the aft flight deck windows (looking out into the payload bay) can make this easier. The next update will feature improvements to the way the RCS is set up that will make it possible to 'control from here' from the docking port in the bay (or anywhere else on the vessel for that matter) and still get correct thruster firings, which should make using auto-docking systems more functional too.
-
We have something special planned for that… Modules I think still hold up well enough for now, though they will be getting some minor touch ups here and there (e.g. swapping the old handrails for the new model). CBMs, truss connectors and PMAs will be getting a revamp and I will be adding the International Docking Adapter. The SGANT antennas are broken up into three parts; boom, pointing gimbal and the antenna dish itself. This way it is possible to launch and then assemble them using EVA construction as in real life. The primary SGANT boom is a robotics part that can swing into place from launch config.
-
Currently on the solar truss revamp. This was and still is the most complex part in HabTech so it will likely take a fair while. Here are some other bits in various states of development. Various antennas/greebly bits: New solars in game: External Stowage Platform: Z1 truss revamp + SGANT antennas: Unfortunately this isn't something I'd be able to do as mesh splits add draw calls, additional polys etc which cumulatively will affect performance. I try to only split meshes where absolutely necessary (usually due to animation or use of multiple shaders/textures on a single part) as although the effect is quite small with just a few parts it can have quite a big performance impact across a huge space station for example. You would likely get bad results in many cases anyway as the transitions between materials in a texture are smooth, whereas mesh splits will produce very hard divisions that wouldn't match. The better way of doing this would be to create a B&W metallicity map texture to define what should be metallic and what should be non-metallic (white for metal, black for non-metal), although my feeling is that trying to convert a non-PBR asset into a PBR asset after the fact is something of a fruitless exercise!
-
Right now my priority is filling in gaps from the ISS as it is now, including revamping the solar arrays/truss structure to finally eliminate some long-standing issues. Can't say what my plans are long term as it depends on IRL stuff and when KSP2 will be coming out, but hab/CAM are probably more likely than any ETS stuff.
-
There is a stand-alone release of sharedAssets available here: https://github.com/benjee10/Benjee10_sharedAssets/releases If you are having issues, delete sharedAssets from your game data folder and reinstall from here.
-
I'm by no means an expert but this seems most likely. I don't know how much of the TPS was needed for heating on ascent, but it would make sense to remove as much as possible to maximise payload mass if the orbiter wasn't intended to return. Magpie will be the cause as this is the result of applying a shiny PBR shader to everything indiscriminately. Meshes with transparency need to be handled differently. So the fix is to either uninstall Magpie or create some configs of your own (none exist for SOCK as far as I'm aware and I'm not interested in supporting it). As it stands Magpie is actively making the Shuttle look worse by making the tiles and thermal blankets shiny and metallic (which they absolutely shouldn't be)...
-
reDIRECT fuel tanks contain liquid hydrogen and oxidizer whereas the stock vectors run on liquid fuel and oxidizer. Presumably they are burning just the LFO OMS fuel on the orbiter, which is why they are flaming out so quickly. You can fix this by either using a hydrolox engine (e.g. the Rainstorms included with reDIRECT) or replacing the external tank with a tank that contains liquid fuel & oxidizer (e.g. the making history 5m tanks).