1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Add default settings for 360 screenshots

This commit is contained in:
Miloslav Číž 2017-12-06 21:16:30 +01:00
parent 37aa761283
commit a142a67972
2 changed files with 5 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ namespace MWInput
try
{
settingStr = Settings::Manager::getString("screenshot type","Video");
regularScreenshot = settingStr.size() == 0;
regularScreenshot = settingStr.size() == 0 || settingStr.compare("regular") == 0;
}
catch (std::runtime_error)
{

View File

@ -359,6 +359,10 @@ contrast = 1.0
# Video gamma setting. (>0.0). No effect in Linux.
gamma = 1.0
# Type of screenshot to take (regular, cylindrical, spherical or planet), optionally followed by
# screenshot width, height and cubemap resolution in pixels. (e.g. spherical 1600 1000 1200)
screenshot type = regular
[Water]
# Enable water shader with reflections and optionally refraction.