Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
---------------------------------------------------------------
>>> ERROR: Textura\Textura
---------------------------------------------------------------
Hi AndriiKOSMONAVT
------------------------------------^^^ That's your problem.
Looks like either you haven't made a .cfg file or it's in...
Little thing I slung together.
(I'm no good at videos - evidently)
I've no idea what the UFO blue dots are either.........:oops:
They weren't on the original flight.
https://www.orbiter-forum.com/media/orbiter-2016-2022-08-22-16-33-56-mp4.16685/
Sorry for late reply, got stuck with RL.
Couldn't get it to Break on debugger, but........
Put code thus
void ShuttlePB::clbkPostStep (double simt, double simdt, double mjd)
{
if (CommaKey == 1) // Less Wheelbrake left
{
blevell += 0.03...
Thanks for your help with this.
I'm trying to get less braking effort, rather than the maximum, but whatever figure I put in SetWheelbrakeLevel() however low, always results in the same effect - maximum braking.
Yes, still get the maximum braking effect even commenting out the whole chabang in...
Following your post if I understand correctly .......
In clbkConsumeDirectKey()
if (KEYDOWN (kstate, OAPI_KEY_COMMA)) // Less Wheelbrake left
{
RESETKEY (kstate, OAPI_KEY_COMMA);
if(CommaKey == 0) CommaKey = 1...
Hi there,
Still no joy with this, can't get it to disable default operation of the brakes.
// In
int ShuttlePB::clbkConsumeDirectKey (char *kstate)
{
if (KEYDOWN (kstate, OAPI_KEY_COMMA)) // Less Wheelbrake left
{
blevell += 0.000001;
if...
Hi All.
Where do you put the RESETKEY macro to disable default brake key ?
Have tried in clbkConsumeDirectKey but doesn't disable the regular COMMA / PERIOD function,
is still FULL ON/OFF.........
What am I missing ?
int ShuttlePB::clbkConsumeDirectKey (char *kstate)
{
RESETKEY (kstate...
Abdullah, having problems with latest core.dll
Message from Orbiter saying it's not designed for Orbiter , or corrupt.
Then ctd.
Log:
000000.000: UACS astronaut fatal error: Couldn't load the core DLL
SOLVED Seems my Norton A/V messed it up. :salute:
Hi kuddel,
Must say I've been getting slow fps for some time against stock client.
Not the greatest 3D device though. ;)
Thanks for your great work, the render difference is awesome. :cheers:
Just a stab in the dark as I'm not an astronaut so don't use AMSO,
Maybe because you used a qwicksave.scn That may not have all necessary data saved in it.
Hi there..
Attempting to run nightly X64 build too.
Not getting francisdrake's error messages, but am missing something.
What version of D3D9Client is used with this ?
Hi All,
Is there a way to find the highest part of a mesh, and of a building in a .cfg file ? (eg: .y of scale ?)
(Tall order eh ! - Excuse the pun)
Needed to hone an approach autopilot.
Many thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.