You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,6 @@ This is an robust and fast ArmA 3 Servermod that runs on 32 bit and 64 bit Windo
9
9
This is still under development, so you may encounter bugs, please create an issue on the github page explaining your bug and it will get fixed ASAP!)
10
10
Inspired by <a href=https://github.com/dylanplecki/sqf-rcon>this</a>
11
11
12
-
13
-
# For Developers
14
-
This is built in VS2019 (vc-142) using the <a href=https://github.com/ipkn/crow>crow webserver</a>, the boost library from nuget (vc141, version 1.69 (all above 1.69 will cause compiler issues)) It also uses the openssl-vc142 package from nuget for https support for crow.
15
-
16
-
17
-
If you have knowledge in linux development, please help me :3
18
-
19
-
20
12
# How to install
21
13
Download the .ZIP file in the <a href=https://github.com/realbadidas/Arma-Remote-Code-Executor/releases>releases</a> tab. Now its just drag and drop: Drag the contents of the folder "A3" into your ArmA 3 Dedicated Server folder, start your server with the mod loaded and it should work right out of the box! But please, for christs sake, change the default username and password :p
22
14
@@ -29,6 +21,12 @@ Send a POST request to "{IP}:{PORT}/send" with the parameters "user", "pass" and
29
21
If you use HTTPS you need to get a SSL Certificate, you can just generate a self signed certificate from a website like <a href=https://www.selfsignedcertificate.com/>this</a>, add your domain/IP, download the .key and .cert file and paste it in the mod folder. Remember to edit the config.
30
22
31
23
24
+
# For Developers
25
+
This is built in VS2019 (vc-142) using the <a href=https://github.com/ipkn/crow>crow webserver</a>, the boost library from nuget (vc141, version 1.69 (all above 1.69 will cause compiler issues)) It also uses the openssl-vc142 package from nuget for https support for crow.
26
+
27
+
28
+
If you have knowledge in linux development, please help me :3
29
+
32
30
# Config File
33
31
The Config File is pretty self explanatory
34
32
<img src=https://i.imgur.com/wZOOfdv.png></img>
@@ -49,4 +47,12 @@ Always use HTTPS!!! If you are not using it, every time you use this tool (excep
49
47
# Known Issues
50
48
1. If you have a bad JSON-Config your server will crash.
51
49
2. If you have bad paths to your ssl certificate files your server will crash.
52
-
3. If you rename the mod the server may crash or the mod doesn't even start
50
+
3. If you rename the mod the server may crash or the mod doesn't even start.
51
+
52
+
# Examples of things you can do with this
53
+
- Live Mapmarker on a website of players that are playing on the server.
54
+
- Live whitelist (give licences to people while they are playing on the server (this example is for altis life)).
55
+
- Give player weapons or some other things, like cars and stuff.
56
+
- Announce things like events just over a button on a website/admintool.
0 commit comments