ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
@80mileshigh
Yes it's looking mutch better! Only a last thing, try to make the inside of the rcs nozzles flat and silver, the rings only at outside.
Hello again! Sorry for the delay; many things slipped my mind over the holiday.
The RCS system looks good! I had something else in mind, with thrusters embedded more smoothly into the structure, instead of being outrigged. I determined a way which both reduces the number of thruster hardpoints, and allows more snug-fit thruster placement, usually thrusting in a direction orthogonal to the local surface of the hull. I can illustrate it, but my artistic ability is lacking. On top of that, I don't want to suggest undoing your work if you prefer the way you've already used. :tiphat:
But here my question, what is your idea to fuel/to refuel the ship?
13500mT is alot, the biggest value i know for semi-real near future ships!
th_mpdt[ 0] = CreateThruster(_V( 0.00, 13.51, 131.59),_V( 0,-1, 0),mpdt_thrust,prop_acs,mpdt_isp); //FRONT TOP
th_mpdt[ 1] = CreateThruster(_V( 0.00,-13.51, 131.59),_V( 0, 1, 0),mpdt_thrust,prop_acs,mpdt_isp); //FRONT BOTTOM
th_mpdt[ 2] = CreateThruster(_V( 13.51, 0.00, 131.59),_V(-1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //FRONT RIGHT alternate pos: 13.49,1.01,131.59
th_mpdt[ 3] = CreateThruster(_V(-13.51, 0.00, 131.59),_V( 1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //FRONT LEFT
th_mpdt[ 4] = CreateThruster(_V( 0.00, 3.14,-181.38),_V( 0,-1, 0),mpdt_thrust,prop_acs,mpdt_isp); //BACK TOP
th_mpdt[ 5] = CreateThruster(_V( 0.00, -3.14,-181.38),_V( 0, 1, 0),mpdt_thrust,prop_acs,mpdt_isp); //BACK BOTTOM
th_mpdt[ 6] = CreateThruster(_V( 3.14, 0.00,-181.38),_V(-1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //BACK RIGHT
th_mpdt[ 7] = CreateThruster(_V( -3.14, 0.00,-181.38),_V( 1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //BACK LEFT
th_mpdt[ 8] = CreateThruster(_V( 0.00, 13.33, 74.12),_V(-1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //MIDDLE TOP pointing RIGHT
th_mpdt[ 9] = CreateThruster(_V( 0.00, 13.33, 74.12),_V( 1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //MIDDLE TOP pointing LEFT
th_mpdt[10] = CreateThruster(_V( 0.00,-13.33, 74.12),_V(-1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //MIDDLE BOTTOM pointing RIGHT
th_mpdt[11] = CreateThruster(_V( 0.00,-13.33, 74.12),_V( 1, 0, 0),mpdt_thrust,prop_acs,mpdt_isp); //MIDDLE BOTTOM pointing LEFT
here's a diagram of what I'd meant before