All Projects → Sparker95 → Vindicta

Sparker95 / Vindicta

Licence: gpl-3.0
A guerrilla warfare mission for ARMA III

Labels

Projects that are alternatives of or similar to Vindicta

P3D-Debinarizer-Arma-3
P3DDebinarizer converts binarized p3d models (ODOL format) to editable MLOD format
Stars: ✭ 31 (-57.53%)
Mutual labels:  arma3
ArmaScriptProfiler
Advanced 3rd Party Profiler for Arma
Stars: ✭ 34 (-53.42%)
Mutual labels:  arma3
Arma3launcherlib
Simple .NET library containing everything needed for a custom Arma 3 launcher.
Stars: ✭ 7 (-90.41%)
Mutual labels:  arma3
extDB2
Arma3 Extension DB C++ dll / so by @Torndeco. [superseded by extDB3]
Stars: ✭ 17 (-76.71%)
Mutual labels:  arma3
vscode-sqflint
SQF Language server extension
Stars: ✭ 16 (-78.08%)
Mutual labels:  arma3
3den-Enhanced
Official 3den Enhanced repository
Stars: ✭ 36 (-50.68%)
Mutual labels:  arma3
tabler
Arma 3 Translation Helper
Stars: ✭ 29 (-60.27%)
Mutual labels:  arma3
Domination
Domination - A MP mission for Arma 3
Stars: ✭ 45 (-38.36%)
Mutual labels:  arma3
Streamator
A Spectator Specifically build for Content Creation and Streaming
Stars: ✭ 18 (-75.34%)
Mutual labels:  arma3
Poppy
A reliable, self configuring, error finding loadout framework for Arma.
Stars: ✭ 6 (-91.78%)
Mutual labels:  arma3
bwmf
Bourbon Warfare Mission Framework
Stars: ✭ 16 (-78.08%)
Mutual labels:  arma3
TMF
TMF is a mission making mod for Arma 3's 3D editor
Stars: ✭ 33 (-54.79%)
Mutual labels:  arma3
Cba a3
Community Base Addons for Arma 3
Stars: ✭ 286 (+291.78%)
Mutual labels:  arma3
H-60
No description or website provided.
Stars: ✭ 23 (-68.49%)
Mutual labels:  arma3
Asl
Arma Scripting Language - a clean scripting language compiling to Arma 3 SQF scripts.
Stars: ✭ 20 (-72.6%)
Mutual labels:  arma3
awesome-arma3
Curated list of awesome Arma 3 missions and addons
Stars: ✭ 18 (-75.34%)
Mutual labels:  arma3
TheseusServices
Private Military Company content mod for Arma 3
Stars: ✭ 16 (-78.08%)
Mutual labels:  arma3
A3 Antistasi
A3-Antistasi is the new official Antistasi version
Stars: ✭ 71 (-2.74%)
Mutual labels:  arma3
Hemtt
Build System for Arma 3
Stars: ✭ 43 (-41.1%)
Mutual labels:  arma3
Ace3
Open-source realism mod for Arma 3
Stars: ✭ 798 (+993.15%)
Mutual labels:  arma3

Vindicta

What is it?

It is a multiplayer Co-Op mission for ARMA III. The goal of this project is to make a guerrilla warfare scenario for ARMA III, hugely influenced by a similar mission by Barbolani: Antistasi (http://www.a3antistasi.enjin.com/).

How do I run it??

You should download the mission from steam workshop. The GitHub releases are severely outdated. https://steamcommunity.com/sharedfiles/filedetails/?id=2185874952

For running on your dedicated server, install the folder you download from Workshop as a mod.

Key features

  • Multi-level AI (commander, garrison, group, unit level) which can plan ahead and execute different tasks (attacks on spotted targets/locations, sending reinforcements, dispatching patrols, managing its logistics)
  • Unit caching system, which lets AIs far away perform actions while being despawned without draining server performance
  • Gaining intel about enemy forces at outposts and about future actions performed by enemy commander (convoys, attacks, etc)
  • Usage of the gathered intel to perform tactical maneuvers (intercepting convoys, withdrawing our own forces prior to attack, etc)
  • Convenient UI for commanding forces of player's faction
  • Dynamic creation of new locations (camps, roadblocks, etc) by enemy and player side
  • Undercover system which takes into account player's loadout, actions, exposure in vehicle

Current state of development

The project is in 'Alpha' stage. Most of the features are implemented.

Links

Steam WorkShop download: https://steamcommunity.com/sharedfiles/filedetails/?id=2185874952

BI Forum thread: https://forums.bohemia.net/forums/topic/227302-mpcoop-vindicta-alpha/

Our Discord: https://discord.gg/rDhxKBp

Guide: https://vindicta-team.github.io/Vindicta-Docs/

Technical implementation

  • Most of the code is being developed with OOP-Light (https://github.com/Sparker95/OOP-Light), a custom OOP implementation for SQF. OOP paradigm helps to produce manageable code for complex systems.
  • Low level AI is being handled by a custom GOAP (Goal-Oriented Action Planning) AI framework. GOAP is a technology which was first used in fameous F.E.A.R. first person shooter. GOAP should help manage the complexity of creation of complex AI behaviours that involve replannable chains of actions. More on GOAP here: http://aigamedev.com/open/article/fear-sdk/ http://alumni.media.mit.edu/~jorkin/

Used SQF tools

BI's tool support for their SQF language is non-existant. We are using these tools during the development and we are grateful to their authors:

Other used projects and tools

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].