Left 4 Dead 2

Left 4 Dead 2

141 hodnocení
Special Infected Synchronization (AI+)
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Infected: Special Infected
Game Content: Scripts
Velikost souboru
Přidáno
Aktualizováno
726.332 KB
9. srp. 2023 v 14.40
5. zář. v 16.00
Poznámky ke změnám (57) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Special Infected Synchronization (AI+)

V 1 kolekci od uživatele Thumos
Special Infected Synchronization Bundle
3 položek
Popis
This add-on will allow special infected to attack all at once. Unlike my deprecated mutation named "Concerted Contagion", this one will work with any game mode either in single player or on a local server.

What this add-on does is allow the special infected to respawn based on a set timer since the last special infected was killed. Once the time is up, all special infected will be able to spawn and attack at the same time. Additionally, the command variables for the infected have been modified to make them attack more efficiently.

Overall, this add-on will entice the survivors to be more cautious when dealing with the special infected as they can potentially catch you off-guard if you're not careful.

Additional Information
If you want to change the settings of this add-on and/or know what each of the available options do, see this thread.

If you want to know how to use chat to change settings in-game, see this thread.

If you'd like to use a different version of the add-on, they can be found in the Special Infected Synchronization Bundle.

If this add-on gets updated, then I recommend moving the `sisync-ai+` folder out of the `./ems/` directory so the settings in the configuration file will be properly generated.
Počet komentářů: 108
Xenorvya 20. říj. v 13.17 
I see. I'll use the competitive version and edit out the cvars that make them attack faster (if it's possible), I just like the AI behaviors not the faster boomers/smokers etc.
Thumos  [autor] 20. říj. v 12.20 
@Xenovya I think special infected spawning when the witch is aggroed is a feature only in my `Special Infected Synchronization (Competitive)` add-on. Of course, my `Special Infected Synchronization (AI+)` add-on can allow special infected to spawn closer to survivors and attack more efficiently without changing their stats to what they are in Versus.
Xenorvya 20. říj. v 11.11 
From what I understand:

Sync only makes them spawn together.
AI+ makes them have these smarter behaviors like attacking when a Witch is angry and so on
Competitive adjusts some of their stats.

If so then I think AI+ is my favorite.
Thumos  [autor] 22. zář. v 0.45 
@Yorukaze You can add the `PreferredSpecialDirection` variable to the `sessionoptions.txt` file located in the `./ems/sisync-ai+/` directory and set it to `3` to make special infected prefer to spawn in front of survivors.
AlphaJonk 21. zář. v 22.58 
they rarely spawn same on sync only. i like this script cuz it makes the campaign a bit challenging.
Yorukaze 21. zář. v 19.59 
Also it's easier to solo imo because they spawn behind
Yorukaze 21. zář. v 19.16 
Can i make the special infected always spawn to whoever's ahead? Because i can easily rush while they spawn behind on my teammates while i have this mod on, i've noticed the same thing with sisync comp.
Thumos  [autor] 27. čvc. v 10.16 
@Rtma Eros Paragon The `EFL_NO_THINK_FUNCTION` constant variable prevents the entity from performing its think functions.

To learn more about these constant variables, I recommend viewing the Garry's Mod Wiki. [wiki.facepunch.com]
Rtma Eros Paragon 27. čvc. v 2.11 
What exactly does this function do that is missing currently?
Thumos  [autor] 27. čvc. v 0.23 
@Rtma Eros Paragon It turns out I forgot to add the `EFL_NO_THINK_FUNCTION` constant variable to the `Sync Only` and `AI+` versions of the `Special Infected Synchronization` add-ons. I'll have to fix this error in the next update.