Does anyone know where the air data probe animation code is?
That certainly explains why I couldn't find it despite numorous searches.No such animation code in SSU currently, it would need to be defined in Atlantis and connected by a function "SetAirdataPosition(int probe, double pos)"
Then I have this message for Donamy: Could you make the air data probes stowed by default in the mesh? Currently by default they're deployed(I think).
Donamy has fixed this(sort of). Take a look on the Config\Vessels\SSUAtlantis.ini file I checked in. Contains the new animation info for the air data probes and startracker doors.The last time I looked, they had been stowed, but incorrectly - they needed to translate outside instead of rotating by 180°. That's why I did not touch it yet.
Does that include revising the elevon code?will also include the new animations in that pass.
Does that include revising the elevon code?
Could be the missing "fssb.ini" file or a mess-up in the scenario file. Both have been fixed now. So try an update now. Oh and the fssb.ini file goes into Config\Spacecraft.I can try, I have a drawing where the hinges are.
The FSS test scenario does not work, is that intented?
Could be the missing "fssb.ini" file or a mess-up in the scenario file. Both have been fixed now. So try an update now. Oh and the fssb.ini file goes into Config\Spacecraft.
Hmm. The OFS_WITHTANK_ORBITER = parameter could need some further tweaking.OK. I have the umbilical door animation fixed now. The orbiter floats a bit in the air and the ET umbilical well looks a bit strange, can it be the ET parts are a tiny bit to wide?
I can confirm these errors with the latest sources(rev. 101). Seems like someone forgot to check in CommModeHandler.h."c:\space shuttle ultra\orbitersdk\space shuttle ultra\Keyboard.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\Atlantis.cpp(38) : fatal error C1083: Cannot open include file: 'CommModeHandler.h': No such file or directory"
I can confirm these errors with the latest sources(rev. 101). Seems like someone forgot to check in CommModeHandler.h.
[SIZE=1]
c:\orbiterultra\orbitersdk\space shuttle ultra\Keyboard.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
[/SIZE]
Success! Builds nicely now.Try it again, I made the implicit int (which was at least once OSI standard) an explicit one.
Success! Builds nicely now.
Well, the real orbiter manages it. And it usually only uses 1 jet/manifold to conserve prop.OK, out of plain demotivation for something related to animations, I decided to implement the RCS tanks (currently we make a mixture of using OMS and forward RCS tanks) and implement the thrusters like in the real shuttle - but I don't know if it will be flying stable afterwards.
Well, the real orbiter manages it. And it usually only uses 1 jet/manifold to conserve prop.