Vantha Posted 19 hours ago Report Share Posted 19 hours ago (edited) Technically, any victory conditions you can think of are possible in scenario games, since you can mark players as won or defeated at any point in the trigger script (if any desired condition is met). And that can also be done "asymetrically". But to make a victory condition work on any map (also random and skirmish ones) and make it selectable in the game setup, the logic has to be centralised in a designated script -- which, however, isn't inherently more difficult than implementing it for a single map) So, yes, a tower defense scenario would be possible. Edited 15 hours ago by Vantha Quote Link to comment Share on other sites More sharing options...
Classic-Burger Posted 10 hours ago Report Share Posted 10 hours ago 9 hours ago, Vantha said: Technically, any victory conditions you can think of are possible in scenario games, since you can mark players as won or defeated at any point in the trigger script (if any desired condition is met). And that can also be done "asymetrically". But to make a victory condition work on any map (also random and skirmish ones) and make it selectable in the game setup, the logic has to be centralised in a designated script -- which, however, isn't inherently more difficult than implementing it for a single map) So, yes, a tower defense scenario would be possible. Wouldn't it be possible to divide the victory condition by teams? Team 1 victory condition vs team 2 victory condition? Quote Link to comment Share on other sites More sharing options...
Vantha Posted 18 minutes ago Report Share Posted 18 minutes ago 9 hours ago, Classic-Burger said: Wouldn't it be possible to divide the victory condition by teams? Team 1 victory condition vs team 2 victory condition? Well, yes, in scenario maps custom victory conditions for each team are possible, even for each player. However, the code behind the victory condition "presets" (the ones selectable in game setup -- Regicide, Wonder, Conquest, etc.) is currently not designed to work on a subset of players only. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.