Skip to content

Commit d1e480d

Browse files
authored
Update README.md
1 parent cc8032a commit d1e480d

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ This is an robust and fast ArmA 3 Servermod that runs on 32 bit and 64 bit Windo
99
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!)
1010
Inspired by <a href=https://github.com/dylanplecki/sqf-rcon>this</a>
1111

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-
2012
# How to install
2113
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
2214

@@ -29,6 +21,12 @@ Send a POST request to "{IP}:{PORT}/send" with the parameters "user", "pass" and
2921
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.
3022

3123

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+
3230
# Config File
3331
The Config File is pretty self explanatory
3432
<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
4947
# Known Issues
5048
1. If you have a bad JSON-Config your server will crash.
5149
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.
57+
- Debugging purposes.
58+
- And even more!

0 commit comments

Comments
 (0)