Teh-Dango / Sarge-AI

Dynamic AI System for Arma 3
GNU General Public License v2.0
12 stars 6 forks source link

Does this still work with Exile? #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

I'm just testing it out on my exile server and I'm not getting any AI spawning at all...

Also I've made (still tweaking) a grid for Vis http://steamcommunity.com/sharedfiles/filedetails/?id=1120714022 Would you be interested in adding it for other people, once I've finished making it?

Teh-Dango commented 6 years ago

I have no problems with that at all. It should still work with Exile. Can you post some logs snippets for review?

obermaig commented 6 years ago

file fn_preInit.sqf is Typo in the Line 54 (case "exile" - section :

case "exile": {

    SAR_AI_friendly_side = INDEPENDENT;
**HERE->**  AR_AI_unfriendly_side = WEST;

    WEST setFriend [INDEPENDENT, 0];
};
Teh-Dango commented 6 years ago

I no longer host exile so if you want to make that typo change and let us know if it works.

Teh-Dango commented 6 years ago

Please use the dev branch and let me know if it works.

obermaig commented 6 years ago

Hi, i have tested the fix on our exile reborn server, all works correctly

Teh-Dango commented 6 years ago

Thanks @obermaig