Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,965
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. The current version does NOT have that dependency. It is updated in both CKAN and the OP:
  2. New beta, 0.0.0.3 Added some tooltips to the settings window Added check for PAW button to be enabled or disabled according to the options Updated text for the PAW button option This is liable to be the final beta, unless I get some feedback
  3. Not yet, I need some other people to confirm it's fixed before I do a full release
  4. New release, 0.1.16.5 Fixed Configure Vessel Naming to only be shown on parts with ModuleCommand
  5. Would you like me to update CKAN to point to this page and your release?
  6. OK!!!! I may have found the problem. Please try this beta: https://www.dropbox.com/s/clvgnulndni4kf4/TakeCommand-1.4.12.1.zip?dl=0 There are two fixes here. The first was pointed out by @Lisias above, but more needed to be done for it. The second was that it wasn't properly checking for female kerbals, so anytime a female kerbal was in an external seat, she wasn't being put into the seat. Please let me know how it works. I was able to make it fail successfully, and since I put in these two fixes, it's been working fine, at least for me. If it does fail for you, please exit the game and get me the log file. Don't do anything else. This is a debug build, it will be writing a lot to the log file, but only when it's being used.
  7. Just so you know, I just reviewed my local, and had already fixed that particular issue (the LoadedSceneIsEditor && error) I checked the code, and this: myKerbal = "kerbalEVA (" + kerbal.name + ")"; is definitely needed. You may be masking a problem because this is used to identify a vessel, and kerbals are considered vessels. by changing it, the code can't identify the correct vessel to work with. Question, are the kerbals you are having problems with male or female?
  8. Log file would be useful as well. I saw a few duplicates in the list. Are the really duplicated or did you just copy them 2x?
  9. Thanks, but I want to fix it by resetting error. Good to know, this may also be required.
  10. I'll review it and remove those which are depreciated, but there are more parts being fixed by that patch than just those depreciated parts
  11. Not sure if your fix is good, since myKerbal needs to be the internal name. I'll take a look at 287 as well. I've been working on other mods, but with this, I'll spend some time this evening to see if I can figure out what's going on. Can you provide a repeatable set of steps to make a Kerbal vanish? it hasn't happened with me (yet), but then again, I'm not really using it that much right now. Thanks
  12. Can you point me to some official documentation on this, pls? Once I can see that, I'll be able to remove the patches
  13. Yes, sorry, this is a Quality of Life mod, not absolutely necessary to play. I will get to it, but am busy with another couple of mods right now.
  14. If you look at the crawler, you will see lots of joints. Those are the gimbals. Same with the others. If you're curious, go ahead and delete some of them, then see what happens. To a certain extent, it's a limitation of KSP. and yes, the crawler is scaleable with Tweakscale
  15. New release, 0.1.16.4 Fixed issue with Kerbalism spamming log with nullrefs Added code to restrict workaround for the vesselnaming to 1.4.3 only
  16. Already did #2, but I'll look at your code, looks interesting
  17. Please do, I'd like to hear what they have to say. it's a grey area, I understand what you are saying, but I disagree with you. Then again, I'm not a lawyer.
  18. From the text you quoted: It specifically says "Use, display and perform", NOT change and distribute. So, while a secondary user can make changes and leave those changes on Github, uploading compiled versions for distribution are not necessarily allowed Regardless, I consulted with Squad because it was extremely unclear, as evidenced by our disagreement here.
  19. Actually, you are incorrect. The default license on Github is ARR. Which doesn't mean you can't copy it, but you can't redistribute it in any form. Quoting Github: Regarding forks: and, the complete reference: https://help.github.com/articles/licensing-a-repository/
×
×
  • Create New...