General Question Change Loading Screen Image

Adrian

New member
Joined
Jan 27, 2025
Messages
18
Reaction score
3
Points
3
Location
Germany
Hey everyone,

is it possible to change the Orbiter loading screen background image? It would be really cool if you could put real spacecraft there, or maybe even switch between multiple variantions.

But I looked through all the installation folders and it doesn´t seem to be there...
 
Adding one "SplashScreen color Images/myawesomelogo.jpg" line in a scenario is not that complicated.
The default image is stored as a resource inside the binary so you cannot override it that easily.
With the move to linux it's possible that it will change to be an image file, in that case you will be able to replace it.
 
Adding one "SplashScreen color Images/myawesomelogo.jpg" line in a scenario is not that complicated.
The default image is stored as a resource inside the binary so you cannot override it that easily.
With the move to linux it's possible that it will change to be an image file, in that case you will be able to replace it.
Sorry, I didn´t mean to criticize your implementation of this very cool feature. I just wanted to change it in Orbiter 2016 and it seems like that won´t be possible unfortunately
 
If you really want it you may be able to use a resource editor to patch the D3D9Client DLL.
 
Back
Top