Arma 3
125 arvostelua
[SP & MP] Protesting civilians
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Data Type: Composition
Tiedostokoko
Julkaistu
23.227 KB
17.4.2023 klo 1.29
1 muutos ( näytä )

Tilaa ladataksesi
[SP & MP] Protesting civilians

Kuvaus
An MP compatible composition of generic protesting civilians.
With animations and sound. All vanilla, though they can be customized.

The protest will dissolve once a shot is fired. Civilians will run in panic to nearby random positions, regroup afterwards and move to a waypoint where they will be deleted.

It is best used in an urban envirorment since the firedNear eventhandler will only trigger for like a max. distance of ~69m.
36 kommenttia
SpaceGhost 13.1. klo 6.52 
It works in zeus, or it did the last time I used it.
JaySOC 27.11.2024 klo 5.52 
how to make this for server only? When spawned from editor everyone is lagging because of loading for everyone
Walker  [tekijä] 29.8.2023 klo 6.55 
@Athlete It was not supposed to be spawned with zeus, guess it just does not execute the code in this case depending on how the zeus implementation was achieved ;)
s-man 27.8.2023 klo 0.05 
when i spawn this composition as zeus in our local server they civis just run to a waypoint even if there are no gunshots nearby, am i missing something?
vuo 19.8.2023 klo 1.24 
regarding Kick Blitz's comment about the performance:
to my understanding, in a multiplayer environment, the unit init that the script is run through is executed by every player in the server.
because there are remoteExecuted and global commands in the script, these are run by all players and this can cause performance issues.
so if you have 12 players playing your mission, each of them would be running the script at the same time, executing commands on top of one another.

i think you should be able to make the script run server only if you add:

if (!isServer) exitWith {};

at the beginning of each unit init containing code.

that way the script should only run on the server.
correct me if i am wrong.
Supercon192 28.7.2023 klo 6.38 
@Oliveros_CZ this is not a mod this is a composition, Compositions can be used in zeus and in the editor, here is a video guide on compositions https://www.youtube.com/watch?app=desktop&v=kT6LwVunXXg&ab_channel=f9
Oliveros_CZ 26.7.2023 klo 9.47 
How can i use this mod?
Walker  [tekijä] 18.7.2023 klo 20.18 
No, i dont know if it is possible in this scope to adjust the eventhandlers trigger radius.

But i think the protest has a check if a certain variable is active on the unit. For limited use one could make a trigger, though you´d have to work the condition out, and set the variable to false to make em flee.
D2rkst2r 18.7.2023 klo 20.04 
The mod is awesome! Is there a way to adjust the firedNear trigger distance in the script ran on the main civ?
von Graf 17.7.2023 klo 5.34 
I remember in A2 there was a mod where protesters threw stones and knifes at you and were able to search for weapons in a certain area and use them. Greatest fun ever.
I'll try this out too. Thanks