Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Have you played on Malden 2035? That's a great map for solo play.
You don't need to own an airfield for attacks on HQ, generally just having the HQ near the front lines should be enough as support calls from the enemy which is within I believe 1km gives them some knowledge points on where HQ is. Which increases the chance of the next attack choosing HQ as the location of attack but even then there's more factors there, such as who owns what on the way to the attack location, the distance, the resources they currently have.
Only attack the 5.56, 7.62 soldiers after you unlock the police's body armor. You need to collect 15-25 of something to unlock it.
if you don't want to start as a rebel, just play something else. This whole mod/game is about being a rebel. If it's not what you want, don't do it!
You, your server and your friend(s) need to run one version of Antistasi, and the same version at that.
Sorry if the question has been asked already, I did my research but can not find an answer:
I run a dedicated server, and when my friend join me, I make him a member, but when he hovers on the arsenal try to get the menu appearing, the only thing coming up is "inventory". Any clue as to why this happens?
I looked everywhere in the commander menus or the parameters before starting the game, to try and find a setting to change, to no avail.
Thanks.
You sneak through the hills driving and suddenly you car explodes. Ok, wait for another 3 real time hours, until you have that much CP again.
You sign to missions and take your time. E.g., I was with 3 squads seizing a city, observing everything and I had everyone prepared to attack simultaneously. Then, in the moment where I thought, yeah nice, Im making progress, the mission ends.
On "normal" difficulty there is NO chance to seize a city with this little fighting power from your squad teams and in the given time. They kill you from arround 800 meters through gras or bushes or headshot you, while you driving in a van with 80 kmh sideways their position.
I conclude, that this mod isnt for singleplayer at all. It's frustration-machine (for singleplayers). I go and play reduxME again. :)
Thanks!
class LootToCrateRadius
{
title = $STR_A3A_Params_LootToCrateRadius_title;
values[] = {0,10,15,20,250};
texts[] = {$STR_A3A_Params_generic_disabled, $STR_A3A_Params_generic_10m, $STR_A3A_Params_generic_15m, $STR_A3A_Params_generic_20m, $STR_A3A_Params_generic_250m};
default = 10;
};
This should add the option to choose 250m in your parameters when you open your game. Haven't tried it but it should work. If not idk for now. Once your are done editing, save the file and redrag it into core.pbo. You can now close pbo manager and start the game and in parameters the 250 meters option should appear.
Download PBO manager v.1.4. Open PBO manager. In PBO manager, open antistasi the mod folder in the arma 3 workshop folder of your steam folder. Steam>steamapps> common>workshop>antistasi the mod. Make sure hidden folder are ticked on to visible. Then, open core.pbo. in core.pbo, drag "Params.hpp" out of pbo manager to anywhere in your desktop. Then open "Params.hpp" with notepad after having dragged it out of core.pbo or it won't work. Change this line:
class LootToCrateRadius
{
title = $STR_A3A_Params_LootToCrateRadius_title;
values[] = {0,10,15,20};
texts[] = {$STR_A3A_Params_generic_disabled, $STR_A3A_Params_generic_10m, $STR_A3A_Params_generic_15m, $STR_A3A_Params_generic_20m};
default = 10;
};