Fixed versioning tag

This commit is contained in:
Pax1601
2023-12-14 17:39:42 +01:00
parent 27c78d6a67
commit 2c403a9283
24 changed files with 191 additions and 25 deletions

View File

@@ -7,10 +7,25 @@
__/ | | |
|___/ |_|
{{OLYMPUS_VERSION_NUMBER}}_{{OLYMPUS_COMMIT_HASH}}
v1.0.3
INSTALLATION INSTRUCTIONS
1) install node.js by running the node-v20.10.0-x64.msi installer (NOTE: Feel free to check the settings, provided you do not prevent it from keeping the add to path option. You can click straight through the pages without changes if you wish, and it will install correctly.);
1) install node.js by running the node-v20.10.0-x64.msi installer (NOTE: Feel free to check the settings, provided you do not prevent it from keeping the add to path option.
You can click straight through the pages without changes if you wish, and it will install correctly.);
2) install DCS Olympus by copying the Mods and Scripts folder into your DCS Saved Games folder (by default <user folder>\Saved Games\dcs.openbeta);
3) enjoy!
3) start a mission and enjoy!
!!!!!!!!!!!!!!!!!!!!!!IMPORTANT NOTE!!!!!!!!!!!!!!!!!!!!!!!
If you are installing DCS Olympus on a dedicated server and want other people to connect to it remotely you need to EITHER:
1) Run DCS SERVER as admin;
2) Run the following command in an admin cmd console:
netsh http add urlacl url="http://*:<port>/olympus/" user=<user-running-dcs>
Remember to replace <port> with the BACKEND PORT you select during installation (3001 by default) and <user-running-dcs> with the user that runs the DCS SERVER.

Binary file not shown.

View File

@@ -7,10 +7,24 @@
__/ | | |
|___/ |_|
{{OLYMPUS_VERSION_NUMBER}}_{{OLYMPUS_COMMIT_HASH}}
v1.0.3
INSTALLATION INSTRUCTIONS
1) install node.js by running the node-v20.10.0-x64.msi installer (NOTE: Feel free to check the settings, provided you do not prevent it from keeping the add to path option. You can click straight through the pages without changes if you wish, and it will install correctly.);
2) install DCS Olympus by running the provided installer;
3) enjoy!
3) start a mission and enjoy!
!!!!!!!!!!!!!!!!!!!!!!IMPORTANT NOTE!!!!!!!!!!!!!!!!!!!!!!!
If you are installing DCS Olympus on a dedicated server and want other people to connect to it remotely you need to EITHER:
1) Run DCS SERVER as admin;
2) Run the following command in an admin cmd console:
netsh http add urlacl url="http://*:<port>/olympus/" user=<user-running-dcs>
Remember to replace <port> with the BACKEND PORT you select during installation (3001 by default) and <user-running-dcs> with the user that runs the DCS SERVER.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#define version "{{OLYMPUS_VERSION_NUMBER}}_{{OLYMPUS_COMMIT_HASH}}"
#define version "{{OLYMPUS_VERSION_NUMBER}}.{{OLYMPUS_COMMIT_HASH}}"
[Setup]
AppName=DCS Olympus