Replies: 1 comment 1 reply
-
Intending on doing some PR review for this over the weekend. Quick skim and it LGTM. Will follow up then! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I hope it's okay to use this place for feedback and instructions.
This is a guide how to get Olympus v1.0.3 working with this project.
This is possible with a docker mod & a recompiled Olympus dll's with different libraries which do work on wine.
⚠ Please note, this is experimental. Please do not report any issues to the official Olympus team yet. Use this discussion instead.
The installation should be fairly easy
How to install
Add the variables to your
docker-compose.yml
(same procedure as with the oder docker mods, DCS Retribution and DCSServerbot)(Note: if you use multiple docker mods, use | to add multiple mods, like
aterfax/dcs-world-dedicated-server-mod-retribution:latest|thedelta/dcs-world-dedicated-server-mod-olympus:latest
Then update your
.env
and add(the first variable will enable Olympus installation, the 2nd will automatically start it)
Now restart your container and it should hopefully work :)
Next, you must configure Olympus to make it actually work (the autostart will fail, this is okay for now)
Simply login on web VNC (XFCE) and execute the
Olympus Configurator
shortcut. (if it's not present it's either still installing or something went wrong. Check the logs and report it)Now configure Olympus as you wish.
(⚠ please don't use
*
as server address, it won't work! Use0.0.0.0
instead! Next version will fix this automatically)(📝port 3000 is probably already used, so change this!)
Execute then
Olympus Server
and it should hopefully start without an error ;)Then execute
Olympus Client
and it should open Firefox with the Olympus web interface.Login and enjoy Olympus (Ensure that the DCS server is running and it's not paused!)
About the modifications
docker mod
modified dll files
Whats next?
My plan is to add support out of the box without any workaround with the next version of Olympus.
And of course get the docker mod officially supported by this repository, once @Aterfax is happy with it ;)
Beta Was this translation helpful? Give feedback.
All reactions