Arma 3
Vindicta (Alpha-Old)
 This topic has been pinned, so it's probably important
Sen  [developer] 15 Jan, 2020 @ 2:10pm
FAQ
Online FAQ = https://vindicta-team.github.io/Vindicta-Docs/faq.html

How do I run it on a dedicated server?
If you have got the files from Workshop (99% of you should), then you have addon-type .pbo files, not user-mission-type .pbo files.
You DO NOT need to put them into mpmissions folder.
Make sure the addon is loaded! Treat the workshop download (@Vindicta (Alpha)) as an addon, it must be loaded with -mod parameter, clients need it to play on your server!

See the server.cfg setup below: note that versions might be different!
The version numbers imust match the to this file :
@Vindicta (Alpha)/addons/vindicta_v0_29_192.pbo
class Missions { class vin001 { template = "Vindicta_Altis_v0_29_192.Altis"; difficulty = "veteran"; class Params {}; }; class vin002 { template = "Vindicta_Enoch_v0_29_192.Enoch"; difficulty = "veteran"; class Params {}; }; };


How can I holster my pistol?
Press 0 (zero key) to use the ACE holster weapon action.

How do we claim an outpost?
Press U, strategic tab, there should be 'claim' button.

How do I open build menu?
You must be at an owned location, indicated at the top of the screen, then use mouse wheel (action) menu option.

What is "attach to garrison" for?
Use it to take "ownership" of a vehicle, and to ensure that it will respawn when you load your savegame. Must be used at an owned location, like a camp or an outpost. Use it on crates that contain building resources to gain access to them in the build menu.

Are there any air units in the mission?
Not yet................

How do I get building resources?
From ammoboxes found in enemy police stations and outposts.

What mods are compatible?
No AI mods are compatible, and no other mods are officially supported, although they may work without problems.

Where do I find the .RPT file?
Type in explorer: %LOCALAPPDATA%/Arma 3

Will there be singleplayer mode?
It is implemented already, but not well tested. Self hosted MP is still recommended.

I can't find the mission in game??
Host a MP game. See screenshot: https://cdn.discordapp.com/attachments/553300822583279616/666270214983254044/unknown.png
If it's not there, make sure you've loaded CBA and ACE.

How can I skip time?
You can't right now, because it would mean that fast-forward commander AI actions would have to be simulated and accelerated to make it realistic, which would take a horrible amount of time to implement.

Headless Client Support?
Not now because it would cause AI code to change. Maybe later.

Where are the saved games stored?
In the vars.arma3profile file.


Join our discord for more informations :
https://discordapp.com/invite/CPkgHuN
Last edited by Sen; 2 May, 2020 @ 3:32pm