At this point I can't think of much more that hasn't been suggested already. If you are positive that your installation is not corrupt, the most likely issue may be a dependency problem. You could
re-install the VC runtimes. I don't have the Orbiter 2016 installation package to hand, but I...
One small point: The first post in this thread mentions that a crash occurs even in the server version (the blue icon) without a graphics client loaded. So it is unlikely that the problem is related to the graphics subsystem. In fact, using the server version without graphics client may be the...
Actually, it turns out that you can abuse the initialisation routine to give you the answer directly, which simplifies the code a bit.
keystate.dll:
#include <windows.h>
extern "C" {
#include "Lua\lua.h"
}
extern "C" __declspec(dllexport) int my_key_pressed(lua_State * L)
{
int...
I think the problem is that the function you pass in the second parameter of package.loadlib is meant to be a initialisation routine for the library you define, rather than a custom function to be called in the script. It has a required form of "int init(lua_State*).
This should work...
The branch looks pretty good to me too.
There is one small glitch I noticed: The D3D9 Atmospheric Controls dialog doesn't allow me to switch between Surface / Low orbit / High orbit configurations on the Moon (scenario Delta-glider | Brighton beach). It always shows the Surface configuration. It...
A nose-down tendency could also be caused by centre of gravity vs. centre of pressure misalignment.
In a "stable" aircraft configuration, the centre of pressure (the reference point where the wings' lift vector is acting) is positioned behind the centre of gravity (the reference point where the...
I've downloaded the Cessna addon and really like it (works well with the latest Orbiter beta). It offers a more contemplative way of enjoying the scenery than zooming past with a high-powered space-plane :).
One thing I find a bit curious is the flight model. If you pull on the stick, the plane...
If you are talking about the D3D9 atmosphere remake branch (which was the topic of the last few posts here), the only way to test it yourself is to check out the sources from github and compile it yourself.
If you are talking about the main branch: just get the installation package from the...
I did get crashes before Jarmo's latest commits, but only in the Release builds (both x86 and x64), so I couldn't debug it. This was unrelated to my shader cache issue. In any case it hasn't happened yet with the latest sources.
That is true, but only because the github continuous integration scripts skip the documentation build (not all required tools are available on the CI servers, and it would take too long without providing much benefit for build-testing). However, anybody sufficiently interested in the...
Thinking about it, my above statement that light arriving in the terminator region would be redder is probably wrong, since this only applies to direct (unscattered) light. Considering light from all directions, this would have the blue Rayleigh component added back in, and the two components...
Also, here is a counter-example that seems to show that clouds can look orange, at least the leading edges. So maybe the story isn't so clear after all ...
The last commit has improved the rendering at the terminator (no longer visible band artefacts), I am still not quite sure about the spectral balance at the terminator, especially the distinct orange of the clouds. In photos, the spectral dispersion seems much less pronounced, and if anything...
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.