[ian-reeds-games] Re: Tactical Battle 1.13 dev 22

  • From: Ian Reed <support@xxxxxxxxxxxxxxxxxxx>
  • To: ian-reeds-games@xxxxxxxxxxxxx
  • Date: Mon, 19 Aug 2013 12:02:15 -0600

The server limits what versions can connect to it.
Dev 22 is not in it's list but dev 15 is.
So, it should only be a matter of me adding the new versions to the list and re-deploying the server. Not sure when I'll get around to it, and we'll hit a similar problem again since I've been releasing so many version so quickly, maybe once the versions settle down I should do it again so the latest version works.

So in summary, for now if you want to try multiplayer you should use dev 15, but I see no reason that the latest version won't support multiplayer when I get a chance to redeploy it.

Ian Reed

On 8/19/2013 11:54 AM, Vojtěch Polášek wrote:
wow, nice work Ian, thanks alot.
do I understand right that multiplayer works only in version dev 15, or
does it work in any subsequent version?
Thanks,
Vojta



Dne 19.8.2013 19:52, Ian Reed napsal(a):
Here is TB version 1.13 dev 22.

It adds the ability to get the lists of units, structures, and effects
on a tile object.

For example:
     var units = tile.Units;
     var structures = tile.Structures;
     var effects = tile.Effects;
     say("This tile has " + units.length + " units");
     say("This tile has " + structures.length + " structures");
     say("This tile has " + effects.length + " effects");

Here is the link for dev 22:
http://BlindAudioGames.com/downloads/Tactical%20Battle%201.13%20dev%2022.zip


Ian Reed





Other related posts: