From eb8215628bc2dd030c8b34ee71c9c0b6e35db3df Mon Sep 17 00:00:00 2001 From: Malin Date: Fri, 17 Dec 2021 10:54:26 +0100 Subject: [PATCH] Add paceship config file --- config/single_four_win_projectionplane.xml | 78 ------------------- config/spaceship.xml | 90 ++++++++++++++++++++++ openspace.cfg | 8 +- 3 files changed, 94 insertions(+), 82 deletions(-) delete mode 100644 config/single_four_win_projectionplane.xml create mode 100644 config/spaceship.xml diff --git a/config/single_four_win_projectionplane.xml b/config/single_four_win_projectionplane.xml deleted file mode 100644 index 42e380b78b..0000000000 --- a/config/single_four_win_projectionplane.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/spaceship.xml b/config/spaceship.xml new file mode 100644 index 0000000000..55cc96f2ff --- /dev/null +++ b/config/spaceship.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/openspace.cfg b/openspace.cfg index b1f2e954d7..990561895e 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -8,7 +8,7 @@ -- or a dome cluster system -- A regular 1280x720 window -SGCTConfig = sgct.config.single{vsync=false} +-- SGCTConfig = sgct.config.single{vsync=false} -- A regular 1920x1080 window -- SGCTConfig = sgct.config.single{1920, 1080} -- A windowed 1920x1080 fullscreen @@ -24,7 +24,7 @@ SGCTConfig = sgct.config.single{vsync=false} -- https://sgct.github.io/configuration-files.html -- To use a sgct configuration file set the variable like below --- SGCTConfig = "${CONFIG}/single_gui.xml" +SGCTConfig = "${CONFIG}/spaceship.xml" -- In the config/ folder we provide the some predefined files which you can modify. -- fullscreen1080.xml: fullscreen window at 1920x1080 -- gui_projector.xml: one window for the gui and a second fullscreen window for rendering @@ -137,7 +137,7 @@ ModuleConfigurations = { } }, Server = { - AllowAddresses = { "127.0.0.1", "localhost" }, + AllowAddresses = { "127.0.0.1", "localhost", "10.50.15.188" }, Interfaces = { { Type = "TcpSocket", @@ -227,7 +227,7 @@ PrintEvents = false ShutdownCountdown = 3 ScreenshotUseDate = true -BypassLauncher = false +BypassLauncher = true -- OnScreenTextScaling = "framebuffer" -- PerProfileCache = true