Page 1 of 1
Status of Linux Multiplayer
Posted: 15 Sep 2006, 07:15
by Solidcube
Hi,
What's the status of multiplayer on Linux?
I'm aware that there are several AIs that may work on linux, but what's going on with the real meat of the game?
* Does the lobby work?
* Does the game work between Linux clients?
* How close is fully synchronized multiplay between Mac, Windows and Linux clients?
Posted: 15 Sep 2006, 09:30
by imbaczek
Everything works almost fine in wine, that's for sure :)
Posted: 15 Sep 2006, 11:32
by hollowsoul
Working on Lobby still some stuff todo.
Havent been doing much coding lately, due to RL. Hopefully get some of battle code done later.
Linux V Linux will work in next release
Linux V Offical Windows wont work
Linux V Windows built using MinGW will work.
Devs plan to switch to using MinGW for offlical windows builds, not next release but one after that.
Not sure about Mac using Power CPU. But using Macs with Intel processer should be ok.
Posted: 14 Jan 2007, 21:38
by Solidcube
To the top.
Sorry for bumping, if that's a problem here. But I think this is a legitimate question...
I'm especially interested in the status of linux-windows multiplayer.
Posted: 14 Jan 2007, 22:04
by imbaczek
Spring client works regardless of OS. The lobby works fine in wine; Unity is almost there (I tried it 2 days ago and everything worked up to the point of launching the game - tried to host a 1v1 and the game launched only for me.)
Posted: 14 Jan 2007, 22:42
by clericvash
Unity is a great peice of work and i think in a month or two it will be a solid playable linux lobby.
Posted: 29 Jan 2007, 05:36
by Solidcube
Thanks guys.
The devs on this project rock pretty hard. Spring is hands down the best opensource game I know of.
Posted: 29 Jan 2007, 12:40
by BrainDamage
i tried the latest version of UnityLobby (the one in the trunk repository) and i could play an internet multiplayer game (i played with someone who was using windows); i used the trunk version of the lobby with the official release of spring (0.74b3)
how to get the official release:
Code: Select all
svn co https://taspring.clan-sy.com/svn/spring/tags/taspring_0.74b3/
and get the trunk devel version:
Code: Select all
svn co https://taspring.clan-sy.com/svn/spring/trunk
instructions how to compile can be found here:
http://spring.clan-sy.com/phpbb/viewtop ... 92&start=0
bear in mind that those intruction are referring to an old version of spring & unitylobby, you'll ned to have the "mind flexibilty" to use the previous versions instead.
hope this helps