Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    25,055
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. Thanks, obviously a typo, I'll fix it Edit: it's been updated on Github, and I'm now adding it to Spacedock
  2. Is this the first time you downloaded it? Need logs. This is a parts mod only, it depends on other mods. It is also a very big mod, if you have limited memory, you might be running out of memory.
  3. not really. It would actually be a fair amount of work to do that. Why not put in a Github issue about this, it's an interesting idea and I can look into it when I get back to this mod
  4. Are you installing through CKAN or manually? Did you install Modulemanager, FireSpitter & the BDAnimationModules.dll?
  5. I'm not sure that should be considered a bug. If it can't be installed, then (IMHO) it shouldn't be shown.
  6. Did you install the new version from here: http://spacedock.info/mod/836/QuizTechAeroPackContinued
  7. I have an initial release available, you can get it here: https://github.com/linuxgurugamer/LLL-Continued/releases/tag/1.0.0 Feedback is asked for and welcomed, changes also gratefully accepted It includes the following changes:
  8. Think of Chaff as a cloud of tiny pieces of tinfoil. Anything which can block light is good for blocking lasers, so Chaff would work. Also smoke, clouds, etc.
  9. This works: @PART[LLLUnderLeg]:HAS[@MODULE[ModuleLandingLeg]]:FINAL { @MODULE[ModuleLandingLeg] { @name = ModuleAnimateGeneric } } @PART[LLLSkid]:HAS[@MODULE[ModuleLandingGear]]:FINAL { @MODULE[ModuleLandingGear] { @name = ModuleAnimateGeneric } }
  10. Well, I find the following: The part "LLL Skid" (LLLSkid), uses ModuleLandingGear "Landing Leg - Underside" (LLLUnderLeg) uses ModuleLandingLeg "Landing Leg - Small Underside" (LLLUnderLeg2) uses ModuleAnimateGeneric So I assume that I should change all to use ModuleAnimateGeneric (The LLLUnderLeg2 already uses ModuleAnimateGeneric, so it isn't needed in this patch): @Part[LLLUnderLeg] { @MODULE[ModuleLandingLeg] { -name = ModuleLandingLeg +name = ModuleAnimateGeneric } } @Part[LLLSkid] { @MODULE[ModuleLandingGear] { -name = ModuleLandingGear +name = ModuleAnimateGeneric } } Edit: This patch isn't working (yet), I'll keep working on it
  11. For those interested, this patch changes the ModuleLandingLeg to moduleAnimateGeneric: @Part[LLLUnderLeg2] { @MODULE[ModuleLandingLeg] { -name = ModuleLandingLeg +name = ModuleAnimateGeneric } }
  12. Oh well. I have it, but am not going to do anything with it. I don't model at all (I code, do cfgs, etc), will just have to wait for him to do it.
  13. The only part in the mod which uses the ModuleLandingGear that I can find is the LLL Skid I put the skid on a simple ship, and went bouncing happily on the Mun and Minmus, no explosions. But if you feel this change is necessary, I'll do the patch
  14. Would that be in the old kerbalstuff torrent (I have that on disk)? [V5.0 RC1 released] AeroKerbin Industries Modified IVAs
  15. I did catch the QuizTechContinued comment. KWRedux is mostly mature, QuizTech seems to be mature and working. It looks like this is working fairly well also, and hopefully the community would step up with any additional patches. Oh, and I was looking at SXT as well Thank you for your compliment.
  16. Oh, ok. I'll test those this evening. I'll also create a patch to change from MLG to MAG if necessary.
  17. Right now I'm just getting it working for myself. So far as I can tell, these are the only changes needed. The landing gear even works for me :-) I'd be happy to do a community supported version, if @Lack isn't going to be coming back. I already do the KWRocketryRedux (with the original author's blessings). I love these parts, although I'm not a fan of the weaponry :-( LGG
  18. I'm curious about something. There are several ways to generate a fractal planet, both online and in commercial programs. Is there any way to use something like this to create a more complex planet without needed to manually do height maps? For example, I have a program called Fractal Terrains, which I've used in the past for RPG campaigns. The worlds which are generated are full featured and can be very complex, I would like to be able to take what's generated and make a planet out of it. For those interested, here is a link to this product: https://secure.profantasy.com/products/ft.asp Another free one is: http://donjon.bin.sh/world/ and there are others.
  19. Great! Let me know when you have the next update, so I can get CKAN updated properly.
  20. Interestingly enough, I put the small underside landing legs on a small craft and was able to successfully land on the moon. As long as you have the current Firespitter and modulemanager, i don't think you will have much problem
  21. I just tried converting those to dds, and for some reason they (the new dds files) weren't being picked up.
  22. Ok. What was interesting is that when I was adding those two lines to the CLS.cfg, I found that one was already there for several of the patches: @PART[LLLCBMAnim]:NEEDS[ConnectedLivingSpace]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true passableWhenSurfaceAttached = true } } @PART[LLLCBM]:NEEDS[ConnectedLivingSpace]:HAS[!MODULE[ModuleConnectedLivingSpace]] { MODULE { name = ModuleConnectedLivingSpace passable = true passableWhenSurfaceAttached = true } } I would guess that the "passable = true" is a holdover from ancient times
  23. So, if I'm reading this correctly, the CLS cfg should look like this: MODULE { name = ModuleConnectedLivingSpace passable = true passableWhenSurfaceAttached = true surfactAttachmentsPassable = true } in all places in that file where it has the "passable = true"?
  24. @Lack Would be very welcome if you continued supporting this. There are still some tga files in the download you listed above: ./GameData/LLL/Models/Propulsion/LLL2x1/StripeBlue.tga ./GameData/LLL/Models/Propulsion/LLL2x1/StripeGrey.tga ./GameData/LLL/Models/Propulsion/LLL2x1/StripeJet.tga ./GameData/LLL/Models/Propulsion/LLL2x1/StripeKeth.tga ./GameData/LLL/Models/Propulsion/LLL2x1/StripeLFO.tga ./GameData/LLL/Models/Propulsion/LLL2x1/StripeYellow.tga ./GameData/LLL/Models/Structural/2x1Cargo/model000.tga ./GameData/LLL/Models/Structural/2x1Cargo/untitled.tga ./GameData/LLL/Models/Utility/2x1Greenhouse/model000.tga ./GameData/LLL/Models/Utility/2x1Greenhouse/model000334_NRM.tga ./GameData/LLL/Parts/Command/MkVII/railing.tga ./GameData/LLL/Parts/Command/NoseProbe/model000.tga ./GameData/LLL/Parts/Command/NoseProbe/model002_NRM.tga ./GameData/LLL/Parts/Command/NoseProbe/Untitled-1.tga ./GameData/LLL/Parts/Control/RCSRack/model005.tga ./GameData/LLL/Spaces/Hog/dash.tga ./GameData/LLL/Spaces/Hog/DASHTOP.tga ./GameData/LLL/Spaces/Hog/EMSS.tga ./GameData/LLL/Spaces/Hog/Untitled-1.tga
×
×
  • Create New...