Skip to content

Commit

Permalink
Improved packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGolias committed Sep 23, 2017
1 parent 3f0b9b0 commit 5f7226e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 20 deletions.
12 changes: 2 additions & 10 deletions Antistasi/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "dialogs.hpp"

author="Golias";
OnLoadName = "Antistasi on steroids";
OnLoadName = "Golias' Antistasi";
OnLoadMission = "Be a Resistance Leader - Be a Hero";
loadScreen = "pic.jpg";

Expand Down Expand Up @@ -64,7 +64,7 @@ class CfgDebriefing
{
title = "V I C T O R Y";
subtitle = "The island is ours!";
description = "The population loves you!<br/>The FIA brave soldiers prooved their valour, and Barbolani, the new Prime Minister, could at last to have a nice holliday. A deserved rest in a Greek island, drinking with Petros.";
description = "The population loves you!<br/>The FIA brave soldiers proved their valour. A deserved rest in a Greek island, drinking with Petros.";
picture = "n_inf";
pictureColor[] = {0.0,0.5,0.0,1};
};
Expand All @@ -84,14 +84,6 @@ class CfgDebriefing
picture = "b_unknown";
pictureColor[] = {0.5,0.0,0.0,1};
};
class modUnautorized
{
title = "Incompatible Mods";
subtitle = "Incompatible Mods detected";
description = "An incompatible mod installed on the server or your PC has been detected. To avoid support problems the mission is finished. Please uninstall unsupported (ASR AI, aLIVE, MCC or any AI behaviour) mods from your computer or server to be able to play Antistasi.";
picture = "b_unknown";
pictureColor[] = {0.0,0.5,0.0,1};
};
class serverFull
{
title = "Reserved Slot";
Expand Down
4 changes: 2 additions & 2 deletions Antistasi/mission.altis.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ binarizationWanted=0;
randomSeed=8109385;
class ScenarioData
{
author="barbolani";
author="Golias";
};
class Mission
{
class Intel
{
briefingName="[SP/CO8] A3 - Antistasi";
briefingName="Golias' Antistasi";
overviewText="Build FIA Army from scratch and defeat the AAF and CSAT forces in a whole map Dynamic Mission.";
resistanceWest=0;
resistanceEast=1;
Expand Down
2 changes: 1 addition & 1 deletion Antistasi/mission.tanoa.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Mission
{
class Intel
{
briefingName="[SP/CO8] A3 - Antistasi";
briefingName="Golias' Antistasi";
overviewText="Build FIA Army from scratch and defeat the AAF and CSAT forces in a whole map Dynamic Mission.";
resistanceWest=0;
resistanceEast=1;
Expand Down
Binary file modified Antistasi/pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Antistasi by Golias
# Golias' Antistasi

![Main image](Antistasi/pic.jpg)

This is a modified version of Antistasi scenario for ARMA 3 that deals with some of the issues of the original version.

Expand Down
14 changes: 8 additions & 6 deletions description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ You are the commander of a newly established faction that aims to control the is
Distribute pamphlets, help civilians, gather NATO support, steal supplies, attack convoys, assassinate officers, take bases, and much more to do to ultimately drive the AAF out of the island.

Main features:
- multiplayer support: play with your friends, with or without a dedicated server
- persistent save: games are saved persistently to a file or ingame. Multiple saves allowed.
- arsenal management: your arsenal is limited. Scavenge to succeed.
- highly performant: reported +200 AIs with 5 players.
- fully integrated with supports ACE, CUPS, RHS, VCOM.
[list]
[*]multiplayer support: play with your friends, with or without a dedicated server
[*]persistent saving: games are saved persistently to a file or ingame. Multiple saves allowed.
[*]arsenal management: your arsenal is limited. Scavenge to succeed.
[*]highly performant: reported +200 AIs with 5 players.
[*]fully integrated with ACE, CUPS, RHS, VCOM.
[/list]

Meta discussion: this is a fork of Antistasi whose code was greatly optimized, improved, and simplified to be easily ported to different mods (e.g. RHS, CUPS), maps (Altis, Tanoa), missions, etc.
See more details at <a href='https://github.com/LordGolias/antistasi'>Github</a>.
See more details at [url=https://github.com/LordGolias/antistasi]Github[/url].

0 comments on commit 5f7226e

Please sign in to comment.