All Projects → KillahPotatoes → Kp Liberation

KillahPotatoes / Kp Liberation

Licence: mit
The work on GreuhZbugs Liberation Mission for Arma 3 continues...

Labels

Projects that are alternatives of or similar to Kp Liberation

Streamator
A Spectator Specifically build for Content Creation and Streaming
Stars: ✭ 18 (-90.82%)
Mutual labels:  arma3
Asl
Arma Scripting Language - a clean scripting language compiling to Arma 3 SQF scripts.
Stars: ✭ 20 (-89.8%)
Mutual labels:  arma3
Armake
A C implementation of Arma modding tools (PAA conversion, binarization/rapification, PBO packing). (WIP)
Stars: ✭ 82 (-58.16%)
Mutual labels:  arma3
TheseusServices
Private Military Company content mod for Arma 3
Stars: ✭ 16 (-91.84%)
Mutual labels:  arma3
Poppy
A reliable, self configuring, error finding loadout framework for Arma.
Stars: ✭ 6 (-96.94%)
Mutual labels:  arma3
Domination
Domination - A MP mission for Arma 3
Stars: ✭ 45 (-77.04%)
Mutual labels:  arma3
TMF
TMF is a mission making mod for Arma 3's 3D editor
Stars: ✭ 33 (-83.16%)
Mutual labels:  arma3
Intercept
A C/C++ Binding Library for SQF and RV Engine Access Abstraction Layer
Stars: ✭ 191 (-2.55%)
Mutual labels:  arma3
Arma3launcherlib
Simple .NET library containing everything needed for a custom Arma 3 launcher.
Stars: ✭ 7 (-96.43%)
Mutual labels:  arma3
Acex
ACE3 Extra misc modules and components
Stars: ✭ 82 (-58.16%)
Mutual labels:  arma3
3den-Enhanced
Official 3den Enhanced repository
Stars: ✭ 36 (-81.63%)
Mutual labels:  arma3
Ace3
Open-source realism mod for Arma 3
Stars: ✭ 798 (+307.14%)
Mutual labels:  arma3
A3 Antistasi
A3-Antistasi is the new official Antistasi version
Stars: ✭ 71 (-63.78%)
Mutual labels:  arma3
ArmaScriptProfiler
Advanced 3rd Party Profiler for Arma
Stars: ✭ 34 (-82.65%)
Mutual labels:  arma3
Arma Server Web Admin
Web based server manager for Arma
Stars: ✭ 84 (-57.14%)
Mutual labels:  arma3
vscode-sqflint
SQF Language server extension
Stars: ✭ 16 (-91.84%)
Mutual labels:  arma3
Hemtt
Build System for Arma 3
Stars: ✭ 43 (-78.06%)
Mutual labels:  arma3
X3daudio1 7 hrtf
HRTF for Arma 3, Skyrim, and other titles that use XAudio2 + X3DAudio
Stars: ✭ 192 (-2.04%)
Mutual labels:  arma3
Acre2
Advanced Combat Radio Environment 2 (ACRE2) for Arma 3
Stars: ✭ 161 (-17.86%)
Mutual labels:  arma3
Vindicta
A guerrilla warfare mission for ARMA III
Stars: ✭ 73 (-62.76%)
Mutual labels:  arma3

KP Liberation

KP Liberation for Arma 3

CI license GitHub release GitHub Release Date

Github All Releases GitHub stars GitHub issues GitHub closed issues

GitHub contributors GitHub forks GitHub pull requests GitHub closed pull requests

KP Discord

BI Forum Thread

Steam Workshop

This mission is only a continued project based on the original, but most likely abandoned, mission from GreuhZbug.

Original Liberation mission v0.924

If you like the work and think it's worth a small donation, feel free to use the following link:

Donate via paypal.me

Overview

The area has fallen to the enemy, and it is up to you to take it back. Embark on a persistent campaign with your teammates to liberate all the major cities of the area that will most likely span several weeks of real time.

  • Experience a massive “Capture the Island” campaign involving a large range of different settlements across the entire area.
  • Cooperate with up to 34 players, including a Commanding role, two fire-team squads, a medevac and a logistical support squad as well as AI recruits to fill the gaps.
  • Purchase both infantry and both ground and air vehicles using three different types of physical resources; supplies, ammunition and fuel.
  • Build the FOB of your dreams with an in-game "what you see is what you get" system.
  • Play within an immersive engine that not only punishes you for civilian casualty but diversely reacts in turn.
  • Combat aggressive and cunning hostile forces who react and adapt to your actions.
  • Monitor and work alongside, or against, independent guerrilla forces.
  • Learn that every window is a threat thanks to the custom urban combat AI.
  • Accomplish meaningful secondary objectives that will benefit your progression.
  • Never lose your progress with the built-in server-side save system.

Needed Mods

These mods are needed if you want to use the prepackaged missionfiles from the release tab or Steam Workshop. You can play every map without any mods (only the maps themself) if you set the preset to custom in the file kp_liberation_config.

Recommended Mods

These mods are recommended by us, as they are likely to increase your gaming experience:

Also you should think about using these mods as serverside mods:

Recommended Difficulty Settings

I recommend using the following difficulty settings for this mission (User profile of your server):

difficulty="Custom";
class DifficultyPresets
{
    class CustomDifficulty
    {
        class Options
        {
            groupIndicators=0;
            friendlyTags=0;
            enemyTags=0;
            detectedMines=0;
            commands=0;
            waypoints=0;
            weaponInfo=1;
            stanceIndicator=1;
            reducedDamage=0;
            staminaBar=0;
            weaponCrosshair=0;
            visionAid=0;
            thirdPersonView=0;
            cameraShake=1;
            scoreTable=0;
            deathMessages=0;
            vonID=1;
            mapContent=0;
            autoReport=0;
            multipleSaves=0;
            squadRadar=0;
            tacticalPing=0;
        };
        aiLevelPreset=3;
    };
    class CustomAILevel
    {
        skillAI=1.0;
        precisionAI=0.15;
    };
};

In the server config file:

forcedDifficulty = "custom";

class Missions
{
    class kp_liberation
    {
        template = "kp_liberation.Altis";
        difficulty = "custom";
    };
};
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].