diff --git a/Arma-3-Mission-Maker-Guide.md b/Arma-3-Mission-Maker-Guide.md index 2205813..2458a10 100644 --- a/Arma-3-Mission-Maker-Guide.md +++ b/Arma-3-Mission-Maker-Guide.md @@ -1,18 +1,21 @@ -# Running OpenTAKServer -Well, in order to run ARMATAK, you must have already configured a OpenTAKServer instance correctly. It's not a easy job for newcomers to the TAK environment but i will try to give a light on it: OpenTAKServer is stable on Ubuntu 22.04, the installer probably won't work on other linux distribution or version, you can install it on a old laptop, Raspberry Pi, AWS or whatever, check the [OTS Installation Documentation](https://docs.opentakserver.io/#installation/installation/) for more intel about this. I recommend for newcomers to the TAK environment to spend some time learning the ATAK-CIV features, i let some links about it on the Home Page of this wiki. +# Mission Maker's Guide + +## Running OpenTAKServer + +This guide assumes that i have already mastered the player's step by step to use ARMATAK, especially for helping newcomers as the mission maker. In order to fully run ARMATAK, you must have already configured a OpenTAKServer instance correctly. It's not a easy job for newcomers to the TAK environment but i will try to give a light on it: OpenTAKServer is stable on Ubuntu 22.04, the installer probably won't work on other linux distribution or version, you can install it on a old laptop, Raspberry Pi, AWS or whatever, check the [OTS Installation Documentation](https://docs.opentakserver.io/#installation/installation/) for more intel about this. + +## In Game Setup -# In Game Setup With your OTS instance up and running, connect your ATAK/iTAK to test it, i also recommend you to use any HTTP client to test the OTS API, that's what will be used to pass the ARMATAK Markers and then let's run ARMATAK on your fancy tactical milsim operation, just remember this is a Work in Progress Arma 3 Addon: -![image](https://github.com/user-attachments/assets/5851e197-1d78-46f9-bc25-4133203291a6) +![image](./data/init_config.png) + 1. Open your mission in the 3den Editor and go to the Modules tab. 2. Select the "ARMATAK Core" to your scenario 3. Place it anywhere on the Map, in the current state of this project, there will be no different behavior on the location or linked units to the module, it will mark every player or controlled drone by it. -![image](https://github.com/user-attachments/assets/e7efa027-f7bf-420b-97cf-818e9b5a2e4f) +![image](./data/module.png) 4. Double Click on the module icon to fill your OpenTAKServer instance informations, pay attention on it, if you are using a dedicated server, be sure to add a adress reachable by the dedicated server, if the machine running the Arma 3 Server is the same as the one running the OTS instance, insert localhost on it, etecetera... The Username and Password must be a valid OTS user with API access. -![20240822014015_1](https://github.com/user-attachments/assets/1af9c732-a1c3-470e-8ecb-78c2c7fcdc4e) +![20240822014015_1](./data/atak_connected.jpg) 5. If everything is ok, when you start your scenario you will get this message on the top right corner and the marker will be showed in the real map location for every player on the session. -![image](https://github.com/user-attachments/assets/c23a7b4a-2368-43f7-8774-119dc60ec692) +![image](./data/atakok_phone.png) if you are facing problems, or want some help, please join our [Discord](https://discord.com/invite/svK64PCycU) and let's check it. - -