Arma 3
Ocen: 624
MGI ADVANCED MODULES
5
6
2
3
3
4
4
2
2
2
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Data Type: Mod
Mod Type: Editor Extension
Rozmiar pliku
Zamieszczono
Zaktualizowano
2.417 MB
14 marca 2019 o 0:13
13 sierpnia o 9:23
Listy zmian: 80 ( zobacz )

Zasubskrybuj, aby pobrać
MGI ADVANCED MODULES

W 1 kolekcji stworzonej przez PierreMGI
MGI Workshop Mods
Przedmioty: 22
Opis
MGI ADVANCED MODULES - V2

This version is widely reworked for already existing modules. Added 3 modules with multiple possibilities.

Thanks for taking time to rate it, comment, report and ask for new features.



Pack of modules for mission writters. SP/MP compatible. Mods compatible most of the time.

PLEASE DO NOT COPY OR MODIFY THIS WORK WITHOUT ANY CONTACT WITH THE AUTHOR.


  • Automatic/semi-auto creation of areas for spawning sided groups patrolling inside them
  • Civilian life spawning/despawning with player(s) distances
  • Heal & revive advanced system SP/MP compatible
  • AI can respawn (SP/MP)
  • SP simple respawn for player
  • Respawn vehicles advanded options
  • Adapt silencers on combat/stealth situation
  • Enhanced turret: AI cannon will fire HE on infantry
  • Drop vehicle/crate instead of standard crate
  • HALO jump, solo or in group
  • Switch on/off ambient lights (runway included)
  • Loot weapons items in houses (mods compatible)
  • Hep taxi! Or jump into any AI driven vehicle and order destination(s)
  • Punish team & civilan killers
  • Transform markers into tasks
  • Blow tires driving on barbed wires
  • Wear what you want
  • Find any class (if exist) or display name or model name on map.
  • One man tank.
  • Prisoners.

Added, sept. 2020:
  • Module for Fire & blast on dangerous items/building, Detonating cord, stick charges / blow doors
  • Module for advanced players : HUD zeroing, repack magazines, IR strobe on fellows, ear plugs
  • Module for terrain interactions : repair workshops on worlds, bright tracers for any mags (under conditions), grp data on map, cursopr aim on map
Added, jan. 2021:
  • Module Spawn Groups Attack spawning single or multiple groups, customized or not, on multiple possible areas, repeatedly or not....
Modified, jan. 2021:
  • Module Blow tires becomes Wires and fences as you can also cut wires, blow tank hedgehogs...

Added, March 2021:
  • Module Traffic spawning cars, civilian or not, often or not... on the way of players.
    Some modules are improved, like the respawn vehicle, enabling a custom respawn time for each vehicle....

Added, July 2021:
  • Module for Rearm AIs can rearm, automatically, at arsenal, crates, vehicles, corpses... loadouts in vehicles/crates...

Added, Dec. 2022:
  • NUKE module.

Some documentation and explanation in module's folder or link on:
https://forums.bohemia.net/forums/topic/222362-mgi-advanced-modules/
front page
Popularne dyskusje Zobacz wszystkie (7)
29
26 marca 2023 o 5:14
Respawn vehicle
PierreMGI
7
2 marca 2022 o 7:36
AIs could grab some weapons
PierreMGI
1
12 lipca 2024 o 1:53
Heal and Revive giving CUP units extra armor
Komodo
Komentarzy: 566
★ GallowDancer 16 sierpnia o 16:03 
@PierreMGI Got it to work, I did not check re spawn West at the time, so they were not respawning. When I checked that and set it to my group only with the init set too, the members re spawned. Though I am having a new issue where if I die, it switches the AI member to the leader.
PierreMGI  [autor] 16 sierpnia o 6:10 
@GallowDancer That should work. Check you write the code in init field of the composition (group), not in init field of the leader or other units. Make sure there is a decent time between start and first kill on this group. See documentation. If persistent failure, perhaps one of your other od or DLC override my module. For example , H.O.W. spearhead 1944 DLC has settings with heavy impact on how things work on Arma.

@Smersh Your mission failed depends on condition (like all player(s) killed or unconscious). I can't act on that. Try to find the mission failed code or trigger and modify the condition. Sorry, nothing to do on module.
Smersh 14 sierpnia o 20:32 
I seem to be having a bit of trouble with the revive system, I set the module down and synched it to the squads I'm gonna be commanding, and to myself, and while everything is working, (the AI goes down as expected and revive each other) when I go down, even while I'm being revived by the AI, I receive a "Mission Failed" message, not sure if its from this mod or from some weird conflict, I'm playing directly from Eden Editor, if it makes any difference
★ GallowDancer 14 sierpnia o 19:51 
How do I make the AI in my group respawn? I put the module down, set it as my group that spawns and set the group init (composition it says) as this setVariable ["specGrpForResp", "death"]; and they don't respawn. They stay dead.
Armist 10 sierpnia o 10:48 
@PierreMGI
It seems that everything is working. Now it is possible to add many custom groups to one Spawn Group module and they will spawn randomly. Good job.
PierreMGI  [autor] 9 sierpnia o 3:13 
@Armist
Understood. At this time, I can't say when you could work on Arma for that. anyway, you could try to place 3 modules and add a common condition with exclusive effect for spawnng on one module but not the two others. For example, use arma variable time or diag_ticktime with a modulo (mod function) which can trigger a different time for the three modules.

Added option for randomization of groups on each waves. False by default for compatibility. So, tick the new box.
Armist 5 sierpnia o 7:49 
Hello, I need some help.
I have 3 custom groups (with customized gear, vehicles, etc.).
The task is to create a cyclic spawn of a random group chosen only from these three custom groups (for my infinite battle).
I connected all three groups to the Spawn Group module at the same time, but each time only one specific group kept spawning (only a tank, or only a BMP\IFV, etc.), meaning that no random switching between the groups occurred in the spawn cycle.
I don’t plan to use individual Spawn Group modules for each group, since I want to reduce system load and combat intensity, and also to introduce randomness — but with custom units and vehicles.
How can this be created using this mod?

P.S. The Spawn Group module is amazing, and I use it constantly. I’m very thankful for its creation. Overall, this mod is the best thing that could happen to Arma 3.
PierreMGI  [autor] 19 maja o 10:07 
Please, when you refer to a module, take time to mention the exact name of it.
About "AIs can respawn" module:
I created this module for respawning non-playable AIs (playable ones are set by editor). The former intention was to allow enemy/friendly waves, infantry not in vehicles (because this case is supposed to be treated by the "Respawn vehicles" module.
So, respawning multiple AIs can be resource demanding. I focused on type /side /loadout, which is not so bad.
PierreMGI  [autor] 19 maja o 10:06 
One asked me for carrying over name /voice /face... This is the case but for a reason I don't know, that takes several seconds... If a unit is re-killed at once, that could affect the next respawn (perhaps).
The name is the same as in editor (the full name), and not to be confused with the variable name of the unit (nor carried over). The pitch of the voice is neither carried over. The insignia is not carried over.
Scripted traits are not treated (as any other scripted behavior). But I'm rather sure that native traits (like medic or engineer) are carried over by types of dead/respawning AIs.
Everything is possible but I had to make some choices. That's a balance between general purpose and demanding specific features.
Furthermore, it seems to me Bohemia forums are dead. Arma 3 is no more maintained by devs, Reforger is not my taste. In other words, I spend less time on Arma.
Avibird 18 maja o 8:46 
Hey pierreMGI in no way is this a criticism I think you're a talented scripter and we are lucky to have you in this community. This is just an observation and a wish list.

MGI AI module

Triggers will only carry over one time after the initial spawning any trigger connected to the group or units are lost I believe because individual variable names do not carry over like in JEBUS.

Traits assigned like medic engineer ect will only carry over on the first use after they initial respwans they lose the ability that was a sign to them.

Voice changes will carry over for all respawns.
Faces changed will carry over for all respawns.
Any information but into a unit init will be lost after the first respawn for example forcing a specific ammunition to be used in a weapon ect.
Sincerely Avibird