-
Posts
246 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Katten
-
Oh no, did I include the dlls by mistake... again... sorry! Yeah the shroud issue is so annoying, it was something changed in 1.4.x I think. It happens on stuff that has a combo of animations and shrouds. It should be possible to solve, because there is one or two standard parts that have this, but I've spent too much time trying to find a solution and given up at this stage =S
-
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
Hello! Generally, nodes can be animated too! As far as I recall, one problem is, if the node that is being animated is the root that the animating part is itself connected to its parent with, it won't move the parent. If that makes sense =) -
Pics or it didn't happen :p
-
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
Hey! I did a quick test for 2.1.5, and saw: * KSP v1.7.3 - not OK * KSP v1.8.1 - OK * KSP v1.9.1 - OK -
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
v2.1.5: * Compiled for KSP v1.10.0 =) https://github.com/KSPKatten/AnimatedAttachment/releases/tag/v2.1.5 -
v.1.8.5 * Updated it on CKAN to indicate compatibility with KSP v1.4 - v1.10 =)
-
Coder Request - KAS(no-EVA+VAB) or animated attachment nodes
Katten replied to bcink's topic in KSP1 Mods Discussions
Hello! I believe the problem here is that to make nodes movable, they must be defined in the model, rather than in the cfg file. So if you update your model to use that system, maybe it will work! I tried to create a part like this now, but I was unable to get it fully running. Funny thing tho - the stock mk2DockingPort.cfg has a docking module that uses this system already. Actually when I loaded it in the VAB, I didn't see any docking node point... Seems I have some mod issues to solve with 1.9 first... maybe one of mine, or another one. -
Tested in 1.7.3 and most stuff looks okey. Some previously existing issues continue to do so... * the extra visual meshes that appear automatically when connecting some parts together, and are correctly visible in the VAB, continue to end up in the wrong place in flight. * the cameras don't record all layers of meshes, so for example Kerbin will not be shown from orbit - only the the stars * sometimes the cameras will make part of the world darker until you have taken a photo, like the renderer has been messed up a bit
-
I believe everything is working, and yes, I should get around to test and update it. Hopeful for some more time and energy =) Actually, with the exception of some visual parts that have had problems since 1.4.x somewhere. Wish I could find a good workaround to continue focusing on further development of parts!
-
Brainstorming: Fusion power via counterweight
Katten replied to HebaruSan's topic in Science & Spaceflight
Maybe using fluid instead of a fixed counter weight? Like, just fill up the tube with water, then it goes all geyser, then it flows back through multiple channels with generators which are closed when ready to fire again. -
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
v2.1.4: * Added support for launch clamps https://github.com/KSPKatten/AnimatedAttachment/releases/tag/v2.1.4 Was very nice with the foldable lights, as they automatically folded back when staging, for some reason =) -
Considering the nice hinges and similar now available in Breaking Grounds, I might as well remove the robotic parts from this mod. Or does anyone see a reason not to? =)
-
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
With Breaking Ground, KSP now has built in support for robotics, including surface attachments! VERY NICE! However, this mod still functions the same as earlier, adding support for surface attachments and simple robotics based on generic animations (cargo bays etc), as well as control surfaces, nozzles, and any third party mod that somehow animates meshes. -
[1.7.0] Pangolin Mechanics Toolkit 1.0.2 (2019-05-12)
Katten replied to Katten's topic in KSP1 Mod Releases
Only one way to find out =) This mod is very experimental and untested... -
[1.7.0] Pangolin Mechanics Toolkit 1.0.2 (2019-05-12)
Katten replied to Katten's topic in KSP1 Mod Releases
Of course! I didn't have time to test it yet, but at least compiled and updated version info. v1.0.2 * Compiled for 1.7.0 Here is an example of what this can do: -
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
v2.1.3: * Compiled for KSP v1.7.0 -
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
Happy to oblige! =) Add the following to the stock file OrbitalScanner.cfg: MODULE { name = AnimatedAttachment } Also, in the same file, change attachRules = 1,1,0,0,0 to attachRules = 1,1,0,1,0 -
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
Hi! There are no parts in this mod, but it should be easy to create a part like this for another mod =) -
Thanks! Sure, that could be an optional part variant! =)
-
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
Thanks Raccoon and linuxgurugamer for the bug reports! Hopefully I will get a chance to look at this soon! (very busy work period at the moment) For the cargo bays I would suspect that the model structure contains something that isn't handled well by AA, maybe some negative scaling or anything else that I wouldn't have foreseen when writing the code. -
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
v2.1.2 * Updated version file to target KSP 1.6.1 -
[1.10.0] AnimatedAttachment 2.1.5 (2020-07-15)
Katten replied to Katten's topic in KSP1 Mod Releases
Hi there! Surface attachment works on cargo bays (and anything using generic animations), and should work on any third party mod that moves the collision meshes of a model - but you'll need to edit AnimatedAttachment.cfg so that AnimatedAttachment is added to that specific part (or, to ALL parts). This was tested successfully earlier with one of the tank/weapon mods! =) I don't know if there can be situations during animation that could disturb wheels. Not impossible... Yes, any connected stock or mod part! Both physics based (tanks etc) and physics-less (antennas, small struts) -
[1.6.1] Chrononaut v0.4.2 - part mod tool (2019-05-12)
Katten replied to Katten's topic in KSP1 Mod Releases
v0.4.2 Both models and textures still update in 1.6.1! Things like animations and other part modules can get issues, but at least it's easy to check changes in the modelling =) I will continue to check a bit regarding loading config files. -
[1.6.1] Chrononaut v0.4.2 - part mod tool (2019-05-12)
Katten replied to Katten's topic in KSP1 Mod Releases
It probably can. In other news, I'm gonna run some testing with 1.6.1 to see if it is still compatible and freshen up my memory on the source. -
v1.8.4: * Strengthened the SL-1 landing legs. They should now stay more extended under weight.