OHM Screen capture

OrbitHangar

Addon Comments
Joined
Apr 9, 2008
Messages
3,832
Reaction score
18
Points
0
Author: vchamp

Provides an easy way of making screenshots in the wonderful sim Orbiter (Big Thanks to Dr. Martin Schweiger and to all addons authors!).

Screenshots can be saved in both JPG or BMP format. You can also define the quality of JPG images. It has an option to save only a selected region.

Source code is included.

Requires .NET Framework 2.0 or VC++ 2005 Redistributable Package.

Any comments and suggestions are welcome.

Update: Fixed the bug with long names of vessels.

DOWNLOAD
 
Legacy Reviews

Legacy Add-on Reviews from Orbit Hangar Mods


Review by majortom2008
Pros: excelent add on!
Cons: none
Review:
no more fumbling around with other screen capture programs just alt-f12 and goes right into its own folder sweeeet


Review by xantcha
Pros: Really usefull addon.
Review:
Finally I can take screenshots whenever Orbiter shows something interesting or beautifull


Review by enjo
Cons: Would be good if it was saving PNGs as well
Review:
 
Great addon! Makes taking multiple screenshots easy... at least on regular Orbiter 2010. In Orbiter_ng if your using the Directx 9 client, the screenshot only shows up as a black screen. Also it would be nice if the screenshot format could be set to .png
 
Screen Capture works as normal in the D3D9Client over here:
11.08.12%2012-31-26%20ProgressM-62.jpg
 
probably on the hard drive

but seriously inside Orbiter's main folder there is another one called screenshots.

---------- Post added at 12:35 AM ---------- Previous post was at 12:32 AM ----------

and more seriously:

ScreenCapture readme file said:
Images are saved to the "(screenshots)" folder in Orbiter root directory.

Come on - this file has 6 sentences. Is it really that hard to read it??
 
So what happens if the main program don't have a screenshots directory?
It gets created by the module.


Orbitersdk/ScreenCapture/ScreenCapture.cpp:
Code:
		// check if screenshots directory exists
		if (_access("(screenshots)", 0) == -1) {
			CreateDirectory("(screenshots)", NULL);
		}
 
If you are getting black screen, try change options in "video" tab in Orbiter launchpad. I changed option "True full screen" to "Window with taskbar" and now it works. In D3D9.

One of the must-have addons, thanks! :)
 
Back
Top