-
Posts
107 -
Joined
-
Last visited
Reputation
563 ExcellentContact Methods
- Website URL
Profile Information
-
About me
Rocketry Enthusiast
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Thanks, I'll update ModuleManager and push out a new version this weekend. I'll try to take a look at that Contract Configurator issue too. This whole mod is really just a giant hack that makes the command seat appear to be a command module with interior crewable space when it really isn't, so I'm not surprised that other mods have trouble integrating with it. I really wish Squad would just implement this in stock properly so I could retire this mod
-
[1.0.4] Chute Safety Indicator [v1.0.2 - August 6, 2015]
seanmcdougall replied to seanmcdougall's topic in KSP1 Mod Releases
Yeah, since the basic functionality is now stock I'm not sure there's much point in continuing this mod. I think configurable colors was the main thing mine had going for it. If there's sufficient interest though I may take a look after I get my other mods updated. -
[1.0.4] EVA Enhancements - pitch/roll/navball and more!
seanmcdougall replied to seanmcdougall's topic in KSP1 Mod Releases
Yup, I do plan on releasing an update for KSP 1.1 in the near future. I've been away from the modding scene (and KSP in general) for a while so I'm still getting up to speed on all the changes :-)- 44 replies
-
- 11
-
Hey folks. Sorry about not checking in for a while - apparently I wasn't subscribed to this thread so I haven't been seeing any of the updates. Now that KSP 1.1 is out I'm planning on updating all my mods in the near future. Take Command is already out, and I'll work on this one next. Initially though I'm just going to get it updated so it works with 1.1, and new features will come later.
-
Hey folks. I'm happy to report a new version with KSP 1.1 support is now up on my GitHub site and Curse (see first page for links). I'll get it up on SpaceDock and CKAN shortly once I figure out how that all works now that KerbalStuff is gone (like I mentioned before, I've been out of the loop for a while). I'm still planning to look at the various issues people have been reporting, but for now this is just a quick fix/recompile to get it working for KSP 1.1. Enjoy!
-
Hey folks. Sorry for not being terribly active around here lately. Unfortunately I don't have a lot of spare time to devote to KSP these days. I had been waiting for 1.1 before jumping back in, so now that the pre-release is finally out I'll have to check it out and figure out what I need to update to get my mods working again. I'll also see about fixing some of the odd bugs that people have been reporting. Once I have something ready I'll post it up on SpaceDock.
-
Hello all. Sorry for not being very active in here lately - I'm afraid work and family commitments haven't left much time for Kerbal these days! I would like to respond to a few recent issues though: 1) Adding Take Command to all external command seats I had considered doing this, and there's actually a discussion back on page 1 of this thread about that. Here's the working config we had settled on at the time: @PART [*]:HAS[@MODULE[KerbalSeat]]:FOR[TakeCommand] { CrewCapacity = 1 MODULE { name = TakeCommand minimumCrew = 1 } } I haven't made this the default yet since this was originally designed and tested only with the stock command seat, and I wasn't sure if adding it to other modded seats would cause issues. I probably will make this the default for future versions, provided I find a fix for the next issue: 2) Rescue contracts spawning Kerbals in command seats in orbit This odd behavior is the result of a recent-ish update to KSP itself - I forget the exact one. It used to be that rescue contracts would just spawn a lone Kerbal in an EVA suit, but then this was changed so they would spawn in a command pod (which makes sense - how else would they get to orbit?). The way Take Command works is that it basically turns the external seat into a command pod. The problem arises because the contract generator code just randomly picks any available command pod that has seats (which now includes external command chairs). I've taken a quick look and I'm not quite sure yet how to fix this. Ideally I'd like to make KSP ignore command seats altogether when generating contracts, but I don't know if the contracts API will let me control that. I'll keep digging and see what I can come up with.
-
[1.0.4] EVA Enhancements - pitch/roll/navball and more!
seanmcdougall replied to seanmcdougall's topic in KSP1 Mod Releases
Version 1.1 1.1.1 has now been released. It contains some general bug fixes, and restores some of the functionality that was broken with KSP 1.0.5. Unfortunately I haven't been able to change the navball orientation - the new stock ball seems to be hard-coded to move relative to the camera instead of the Kerbal. -
Alright, I've cooked up a new version that should now properly spawn Kerbals that are transferred into a chair post-launch. I've posted it as a beta version here: https://github.com/seanmcdougall/TakeCommand/releases/tag/v1.3-beta I'd appreciate it if folks could test it out and report back with any issues (in particular, please test it out with Contract Configurator - I haven't had a chance to try that mod out yet myself). Thanks!