diff --git a/manager/ejs/connections.ejs b/manager/ejs/connections.ejs
index e30c71c8..a37ff581 100644
--- a/manager/ejs/connections.ejs
+++ b/manager/ejs/connections.ejs
@@ -48,7 +48,8 @@
title="This port is used to allow access to Olympus. Be sure to allow this port through your firewall if you want people to connect remotely">
Port already in use
diff --git a/manager/ejs/folder.ejs b/manager/ejs/folder.ejs
new file mode 100644
index 00000000..63bc05b2
--- /dev/null
+++ b/manager/ejs/folder.ejs
@@ -0,0 +1,24 @@
+
+
+
+
+ Step 1 of 4
+
+
+ Which DCS instance you want to add Olympus to?
+
+
+ Olympus is added to DCS instances individually, and will only work for that specific instance.
+ You can have Olympus installed across multiple DCS instances. Re-run in the install wizard to add Olympus to another DCS install.
+
+
+
+ <% for (var i = 0; i < instances.length; i++) { %>
+
-
- <% if (install) { %>
- Select a DCS path to install Olympus to.
- <% } else { %>
- Select an Olympus instance to edit.
- <% } %>
-
-
- <% if (install) { %>
- We have automatically detected the following DCS installations under your Saved Games / DCS folder.
- <% } else { %>
- These are the DCS instances in which Olympus has already been installed.
- <% } %>
-
-
- <% if (install) { %>
- Please select which DCS installations you want to add Olympus to.
- <% } else { %>
- Please select which Olympus installations you want to edit.
- <% } %>
-
-
-
-
-
- <% for (let i = 0; i < instances.length; i++) {%>
-
\ No newline at end of file
diff --git a/manager/ejs/result.ejs b/manager/ejs/result.ejs
index 27dccdb7..6001a329 100644
--- a/manager/ejs/result.ejs
+++ b/manager/ejs/result.ejs
@@ -74,10 +74,16 @@
height: 30px;
width: 30px;
}
+
+ #result-page .link {
+ display: inline;
+ color: #5CA7FF;
+ font-weight: bold;
+ }
-
Olympus successfully added to <%= activeInstance["name"] %>
+
Olympus successfully added to <%= activeInstance["name"] %>!
See the DCS Olympus Wiki for more information on how to use Olympus and for troubleshooting issues. You may now close the installer.
@@ -89,52 +95,52 @@
How to launch Olympus
- To launch Olympus, there are shortcuts available in the DCS Olympus folder under Saved Games.
+ To launch Olympus, there are shortcuts available in the <%= activeInstance["name"] %> folder under Saved Games.
<% if (activeInstance["installationType"] === "singleplayer") { %>
- Launch the Olympus Client via the shortcut in DCS Olympus / Saved Games.
+ Launch the Olympus Client via the shortcut on your desktop or in <%= activeInstance["name"] %>.
- Launch DCS, load a mission and unpause the game. Enjoy!
+ Launch DCS, load a mission and unpause the game. Enjoy!
- Alternatively, you can run the Olympus Server instead and visit http://localhost:<%= activeInstance["clientPort"] %> in a web browser (Google Chrome recommended) to replace the first step above.
+ Alternatively, you can run the Olympus Server instead and visit
in a web browser (Google Chrome recommended) to replace the first step above.
<% } else { %>
- Launch the Olympus Server via the shortcut in DCS Olympus / Saved Games.
+ Launch the Olympus Server via the shortcut on your desktop or in <%= activeInstance["name"] %>.
- Visit http://<%= ip %>:<%= activeInstance["clientPort"] %> in a web browser (Google Chrome recommended).
+ To access Olympus remotely visit
http://<%= ip %>:<%= activeInstance["clientPort"] %>
in a web browser (Google Chrome recommended).
- Launch DCS, load a mission and unpause the game. Enjoy!
+ Launch DCS, load a mission and unpause the game. Enjoy!
- Note, to access Olympus from this PC, you need to visit http://localhost:<%= activeInstance["clientPort"] %> in a web browser (Google Chrome recommended) instead.
+ To access Olympus from this PC, you need to visit