mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed versioning tag
This commit is contained in:
@@ -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.
|
||||
|
||||
BIN
installer/archive/node-v20.10.0-x64.msi
Normal file
BIN
installer/archive/node-v20.10.0-x64.msi
Normal file
Binary file not shown.
@@ -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.
|
||||
|
||||
BIN
installer/installer/node-v20.10.0-x64.msi
Normal file
BIN
installer/installer/node-v20.10.0-x64.msi
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#define version "{{OLYMPUS_VERSION_NUMBER}}_{{OLYMPUS_COMMIT_HASH}}"
|
||||
#define version "{{OLYMPUS_VERSION_NUMBER}}.{{OLYMPUS_COMMIT_HASH}}"
|
||||
|
||||
[Setup]
|
||||
AppName=DCS Olympus
|
||||
|
||||
Reference in New Issue
Block a user