-
Posts
544 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by r4m0n
-
Found it. That message (and the slowdown) are caused by the ASAS parts (you have 12 ASAS modules in the craft ) getting turned on and off repeatedly by MechJeb. This should improve a bit as I'm changing how MechJeb works with SAS, but you really shouldn't use ASAS with MechJeb. Also, you can reproduce this problem without MechJeb by restarting the flight and pounding in the T key.
-
[PLUGIN, 0.14.3] Multiversal Mechatronics - Miscellaneous Modules
r4m0n replied to r4m0n's topic in KSP1 Mod Releases
I'm getting a little lost with Suggestions and Bug reports, so I've setup a UserEcho account to try and keep things a little more under control, so please add your suggestions and report bugs through it: http://mumechksp.userecho.com/ -
[0.19] Multiversal Mechatronics - Fixed Camera - 1.3
r4m0n replied to r4m0n's topic in KSP1 Mod Releases
I'm getting a little lost with Suggestions and Bug reports, so I've setup a UserEcho account to try and keep things a little more under control, so please add your suggestions and report bugs through it: http://mumechksp.userecho.com/ -
I'm getting a little lost with Suggestions and Bug reports, so I've setup a UserEcho account to try and keep things a little more under control, so please add your suggestions and report bugs through it: http://mumechksp.userecho.com/
-
Most of those undocumented functions/features came straight from me in IRC, I'll try to complete the Autom8 docs ASAP. Hum, I can try wrapping the internals of the wait() function in a try-catch, that may solve it...
-
Hum, those "spasms" may be related to the floating origin system, if that is the case, it may be pretty hard to solve... I'll try to isolate it.
-
I'll add it here, I've actually forgotten to include it in 1.9.1. Sounds like the file isn't there. Most likely, windows is hiding your extensions, and it's a .txt else than .lua. try dofile("mun.lua.txt")
-
I'll add some way to register a callback to the drive() function in the core, so people can control things directly.
-
With the release of MechJeb 1.9, the Autom8 module was finally released to the public (although in an early beta fashion). Now with the 1.9.1 release, things have got stable enough that a few scripts started popping up, and I've decided to create this new thread to focus on Autom8 script discussion and release. I'll try to keep the OP updated with links to any scripts posted here, and any documentation related to it. Documentation Links Autom8 manual Scripts FlyMeToTheMun - Automated Kerbin -> Mun flight [ ] [by r4m0n] Mun to Kerbin Return - Automated Mun -> Kerbin return and landing [ ] [by olex] Spaceplane lander - Automated spaceplane landing from orbit [ ] [by olex] Using Scripts Click on the script link (I'll try to keep all scripts in pastebin for now); Click on Download; Save the script as something.lua in KSP/PluginData/mumechlib/ In the Autom8 console, type: dofile("something") ??? Profit! Sending Scripts Create and test your script. Reading other people scripts is a good way to see how it works in general, and the Autom8 manual should help with what you need for your specific ideas. If you can't find it on the manual, post in this thread and I'll try to clear it up, or add new functions when needed. With your script done, send a copy to pastebin (bonus points for using Lua coloring ). Optionally, you could also upload a video of your script running so people can see what it does. With that in hand, just post a name for the script, the link to the pastebin copy and optionally a link to the video, and I'll add it to the script list. This thread is for Autom8 scripting discussion only, please direct any other MechJeb related discussion to the main MechJeb thread.
-
Where's the MechJeb topic, or am I blind?
r4m0n replied to Kodiak's topic in KSP1 C# Plugin Development Help and Support
Here: http://kerbalspaceprogram.com/forum/showthread.php/12384-PLUGIN-PART-0-16-Anatid-Robotics-MuMech-MechJeb-Autopilot-v1-9 Though you can also just go to http://www.mechjeb.com and it will redirect to the latest post. -
Your old one isn't bad, too bad you could never get it to be transparent.
-
Halfway correct. Yes, it was removed because it was far too broken. No, I won\'t wait for Zool to fix it, I\'ll fix it myself and add it back in 1.9.1 (soonâ„¢). \'cause is a (not very contractive) contraction of because, and at least in this case, was perfectly correct. Never seen that happen, can you send more info?
-
[0.19] Multiversal Mechatronics - Fixed Camera - 1.3
r4m0n replied to r4m0n's topic in KSP1 Mod Releases
Oh, I think the rescaling messed them up, I\'ll rework the positions... -
The "Why is this even in KSP?!?" Challenge
r4m0n replied to 0muffins0's topic in KSP1 Challenges & Mission ideas
Riiiiiiiise from the grave, oh mighty challenge thread! But no, seriously, don\'t do that. -
Instructions for running the FlyMeToTheMun demo (while I compile a proper manual for Autom8): [li]Download this to PluginData/mumechlib/Mun.lua[/li] [li]Open the Autom8 console and type: [tt]dofile('Mun')[/tt][return]. It should show: 'Usage: FlyMeToTheMun(lat, lon)'[/li] [li]Type in the consone: [tt]FlyMeToTheMun(0, 0)[/tt][return]. You can use any other coordinates to land wherever you want.[/li] [li]? ? ?[/li] [li]Profit![/li] For anyone having problems with the pods, and stuff like that: Please delete all Parts/mumech_* and get a copy fresh from the zip. Something changed on the game loader, and some old mesh caches are breaking the game.
-
[0.19] Multiversal Mechatronics - Fixed Camera - 1.3
r4m0n replied to r4m0n's topic in KSP1 Mod Releases
Updated for 0.16 compatibility. -
[0.17] Multiversal Mechatronics - Munolith Research Division - 1.3
r4m0n replied to r4m0n's topic in KSP1 Mod Releases
Updated for 0.16 compatibility.