Agathorn Posted July 12, 2014 Share Posted July 12, 2014 Not possible, RCSBuildAid isn't stage aware and I'm not sure how to do that. You will have to remove the parts that you don't want or play with the fuel sliders like NathanKell pointed.If you ever figure it out, I'll find a firstborn for you. I can't play without this Addon, but this is my one annoyance with it. Having to rip the vehicle apart to get the proper values is a real pain. Quote Link to comment Share on other sites More sharing options...
jrandom Posted July 12, 2014 Share Posted July 12, 2014 Not possible, RCSBuildAid isn't stage aware and I'm not sure how to do that. You will have to remove the parts that you don't want or play with the fuel sliders like NathanKell pointed.The trouble is that I'd have to fill the ascent stage with some other fuel (that I can tell RCS to ignore) and get it back to the exact same mass before attaching the landing stage and getting the balance correct. And this totally falls apart if I have to do some quick iterations that involve the ascent stage. Maybe if there were "ignore fuel in all tanks in stage X" checkboxes... Quote Link to comment Share on other sites More sharing options...
softweir Posted July 12, 2014 Share Posted July 12, 2014 All you need to do is right-click on the tanks of the descent stage and set them to zeroes. That will simulate the descent stage being dry for the purposes of RCS Build Aid. Quote Link to comment Share on other sites More sharing options...
m4v Posted July 12, 2014 Author Share Posted July 12, 2014 (edited) I can't play without this AddonFor anyone that shares this sentiment and in the event that the upcoming update breaks RCSBA be ready to play 0.24 without it or to stick with 0.23.5 for a while. I have never been able to quickly follow KSP updates and this time around is not going to be different, I haven't had the time to play KSP or code for months now.Maybe if there were "ignore fuel in all tanks in stage X" checkboxes...You will have to put up with removing the fuel from those tanks. Implementing what you're asking is a bother, ignoring the GUI work, KSP doesn't have a nice way of telling me in which stage is each part, just a bunch of indexes that are confusing and I can't be bothered to figure them out. Edited July 12, 2014 by m4v Quote Link to comment Share on other sites More sharing options...
jrandom Posted July 12, 2014 Share Posted July 12, 2014 All you need to do is right-click on the tanks of the descent stage and set them to zeroes. That will simulate the descent stage being dry for the purposes of RCS Build Aid.That makes sense. It'll do in a pinch. Quote Link to comment Share on other sites More sharing options...
Superfluous J Posted July 13, 2014 Share Posted July 13, 2014 For anyone that shares this sentiment and in the event that the upcoming update breaks RCSBA be ready to play 0.24 without it or to stick with 0.23.5 for a while. I have never been able to quickly follow KSP updates and this time around is not going to be different, I haven't had the time to play KSP or code for months now.If you simply MUST have it, I bet you could build ships in 0.23.5 using RCBA and then copy them to your 0.24 save.Though playing 64 bit 0.24, loading craft that were made in 32 bit 0.23.5 could cause even more problems... Quote Link to comment Share on other sites More sharing options...
Renegrade Posted July 15, 2014 Share Posted July 15, 2014 By the way, I've noticed that the setting for ACoM doesn't seem to stick.. it toggles itself off every time the VAB is re-entered...Though playing 64 bit 0.24, loading craft that were made in 32 bit 0.23.5 could cause even more problems...Wait, there's save file differences for the 64-bit edition? I haven't done much mucking around in save files, but I have done a bit, and I didn't see anything that looked uh, fixed width..? Quote Link to comment Share on other sites More sharing options...
NathanKell Posted July 15, 2014 Share Posted July 15, 2014 News to me if there is. Why would there be? Quote Link to comment Share on other sites More sharing options...
Superfluous J Posted July 15, 2014 Share Posted July 15, 2014 In the old 64 bit thread, many (including myself) had problems loading craft built in 32 bit KSP. I'm no expert in the matter, but from what I gleaned from the smarter people talking the irrational numbers involved when you place parts with rotations are not precise enough for 64 bit and your ships are constantly being held together in an incorrect state for 64 bit.Could be hand waving. Could be flat out malarkey. Sounded good to me and my game was more stable when I didn't use 32-bit-made ships. Not stable enough to use the tester for 64 bit KSP, but I could actually get those ships into orbit before the game crashed. Quote Link to comment Share on other sites More sharing options...
NathanKell Posted July 15, 2014 Share Posted July 15, 2014 That *shouldn't* make a difference (it's not like increasing precision will make it worse; and anyway 32bit floats should already be precise enough), but I guess maybe, somehow, possibly it could? Interesting. Quote Link to comment Share on other sites More sharing options...
CaptRobau Posted July 15, 2014 Share Posted July 15, 2014 m4v, any chance of a lite version of this mod. I loved the older version where you could just press space and it'd just did what it needed to do: show you where to place your RCS. The current version just feels too complex for me, with the toolbar and the readouts. Quote Link to comment Share on other sites More sharing options...
m4v Posted July 16, 2014 Author Share Posted July 16, 2014 In the old 64 bit thread, many (including myself) had problems loading craft built in 32 bit KSP. I'm no expert in the matter, but from what I gleaned from the smarter people talking the irrational numbers involved when you place parts with rotations are not precise enough for 64 bit and your ships are constantly being held together in an incorrect state for 64 bit.Could be hand waving. Could be flat out malarkey. Sounded good to me and my game was more stable when I didn't use 32-bit-made ships. Not stable enough to use the tester for 64 bit KSP, but I could actually get those ships into orbit before the game crashed.I don't see how 64 bits could change anything, and I have been using both binaries in linux without that kind of problem. Numbers in craft files are saved as floats (the format doesn't support doubles) so either way they always have the same precision.By the way, I've noticed that the setting for ACoM doesn't seem to stick.. it toggles itself off every time the VAB is re-entered...It will be fixed in the next release, whenever that will be.m4v, any chance of a lite version of this mod. I loved the older version where you could just press space and it'd just did what it needed to do: show you where to place your RCS. The current version just feels too complex for me, with the toolbar and the readouts.Not sure, I don't want to maintain two versions, but you can remove RCSBuildAidToolbar.dll for disable the toolbar (then enabling the CoM enables the plugin), and the "nhjkli" keys do what the spacebar did before. You can't disable the window, but can I code it so it remembers when you "minimize" it so you only see the title bar every time. Quote Link to comment Share on other sites More sharing options...
Superfluous J Posted July 16, 2014 Share Posted July 16, 2014 All I know is my 32-bit-made rockets exploded on launch. My 64-bit-made rockets reached orbit and then KSP crashed. Quote Link to comment Share on other sites More sharing options...
m4v Posted July 16, 2014 Author Share Posted July 16, 2014 I asked around and ModuleRCS was updated for support the new vernier RCS. So is likely that RCSBA will break in 0.24 and I don't think I will be touching KSP until August, sorry. Quote Link to comment Share on other sites More sharing options...
Renegrade Posted July 18, 2014 Share Posted July 18, 2014 I don't see how 64 bits could change anything, and I have been using both binaries in linux without that kind of problem. Numbers in craft files are saved as floats (the format doesn't support doubles) so either way they always have the same precision.KSP is in single precision? Or is that just the save format?Either way, I'm scared... hold me! :SIt will be fixed in the next release, whenever that will be.Excellent, thank you very much! I've gotten a lot of mileage out of RCSBuildAid, both for the RCS and Engine parts.All I know is my 32-bit-made rockets exploded on launch. My 64-bit-made rockets reached orbit and then KSP crashed.Well, one thing I read is that some aspects of KSP rely on the repeating nature of pseudorandom numbers. However, the actual call used has a different underlying algorithm on different platforms, resulting in different sequences.The thing I read mostly had to do with the shape of asteroids and OSX vs Win32 though, so it may not be the cause of your exploding rockets. (Also I'm having trouble imagining what a fixed sequence would be used for in a ship.. it's not 'randomly' generated like an asteroid...). Quote Link to comment Share on other sites More sharing options...
Darth Lazarus Posted July 18, 2014 Share Posted July 18, 2014 just tested a buit and seems to work on 64bit and 32 bit :3 Quote Link to comment Share on other sites More sharing options...
m4v Posted July 18, 2014 Author Share Posted July 18, 2014 KSP is in single precision? Or is that just the save format?Is a file format thing, is not important though, single precision is enough and 32bits can handle doubles anyway.just tested a buit and seems to work on 64bit and 32 bit :3Glad to heard that Quote Link to comment Share on other sites More sharing options...
CaptainKipard Posted July 18, 2014 Share Posted July 18, 2014 Crashes my 64bit game for me. Quote Link to comment Share on other sites More sharing options...
ABZB Posted July 18, 2014 Share Posted July 18, 2014 Fine for me [64 bit]. For some reason, updating KSP to .24 also made the toolbar icon appear again (it was functioning, just displaying a blank square instead of the circle and arrow). Quote Link to comment Share on other sites More sharing options...
m4v Posted July 18, 2014 Author Share Posted July 18, 2014 Crashes my 64bit game for me.I don't know what could it be, a crash is usually a problem with KSP or Unity, not with a mod.Fine for me [64 bit]. For some reason, updating KSP to .24 also made the toolbar icon appear again (it was functioning, just displaying a blank square instead of the circle and arrow).Something wrong with the path of the png file I guess. Quote Link to comment Share on other sites More sharing options...
ABZB Posted July 18, 2014 Share Posted July 18, 2014 yeah, that's what I thought too - I just don't know what I did that changed that path! Quote Link to comment Share on other sites More sharing options...
Joshyu Posted July 20, 2014 Share Posted July 20, 2014 For me it's working fine as well (0.24 x64). Quote Link to comment Share on other sites More sharing options...
sdrober1 Posted July 23, 2014 Share Posted July 23, 2014 I'm building a small RCS powered flying machine for the Mun to hold one Kerbal. Everything works fine, except I'm getting a constant RCS thrust in one vector. I've got a pretty large mod load, so it may not be in this mod, but I thought this was a good place to start. Does anyone know how to track down my problem? Quote Link to comment Share on other sites More sharing options...
m4v Posted July 23, 2014 Author Share Posted July 23, 2014 I'm building a small RCS powered flying machine for the Mun to hold one Kerbal. Everything works fine, except I'm getting a constant RCS thrust in one vector. I've got a pretty large mod load, so it may not be in this mod, but I thought this was a good place to start. Does anyone know how to track down my problem?You mean you see a random vector in the editor that shouldn't be? or that there's a weird force pushing your craft while in flight? Quote Link to comment Share on other sites More sharing options...
sdrober1 Posted July 28, 2014 Share Posted July 28, 2014 You mean you see a random vector in the editor that shouldn't be? or that there's a weird force pushing your craft while in flight?RCS thrusters are engaging for some reason, but not all the time. My vectors are fine in the balancer, but as soon as I engage RCS (sometimes) I get a small thrust in one direction that won't stop. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.