Spayker / a3wasp-core

Arma 3 WASP warfare game scenario core logic
5 stars 2 forks source link

Removing third side #3

Closed Ezcoo closed 2 years ago

Ezcoo commented 2 years ago

Hi,

I'd like to start hosting WASP missions in Arma 3. Only issue I have is the existence of third side. Would you be willing to elaborate what I need to change to remove the third side? Is just reverting the commits with a mention of third side enough?

Spayker commented 2 years ago

Hi,

Third side is a part of mission engine. To remove it, you need to work closely with mission.sqm file, client, server and config sections.

Commit revert approach is possible here, but it also can exclude few important improvements related to performance.