Does any alternative exist for lobby with linux ?
Moderators: Moderators, Lobby Developers
Re: Does any alternative exist for lobby with linux ?
is this possible in TASC too? coz 2 screens sucks
Re: Does any alternative exist for lobby with linux ?
http://springrts.com/phpbb/viewtopic.php?f=64&t=24905
Still in development but already better than springlobby in every way.
Still in development but already better than springlobby in every way.
Re: Does any alternative exist for lobby with linux ?
No download => doesn't existCheesecan wrote:http://springrts.com/phpbb/viewtopic.php?f=64&t=24905
Still in development but already better than springlobby in every way.
Re: Does any alternative exist for lobby with linux ?
Actually anybody can download it from the git repo and build it themselves.Masure wrote:No download => doesn't existCheesecan wrote:http://springrts.com/phpbb/viewtopic.php?f=64&t=24905
Still in development but already better than springlobby in every way.
- marciolino
- Posts: 268
- Joined: 06 Sep 2010, 22:59
Re: Does any alternative exist for lobby with linux ?
Hi!
How can I do this? I tried to put battleroom and chat side by side but I dont know how?
How can I do this? I tried to put battleroom and chat side by side but I dont know how?

- marciolino
- Posts: 268
- Joined: 06 Sep 2010, 22:59
Re: Does any alternative exist for lobby with linux ?
Oh I got it! Nice! 

- very_bad_soldier
- Posts: 1397
- Joined: 20 Feb 2007, 01:10
Re: Does any alternative exist for lobby with linux ?
Woudlnt it be easier to upload a compiled version from time to time? I dont think many people will bother to build it themselfs.Cheesecan wrote: Actually anybody can download it from the git repo and build it themselves.
Re: Does any alternative exist for lobby with linux ?
All in due time..very_bad_soldier wrote:Woudlnt it be easier to upload a compiled version from time to time? I dont think many people will bother to build it themselfs.Cheesecan wrote: Actually anybody can download it from the git repo and build it themselves.
- forest_devil
- Posts: 140
- Joined: 14 Aug 2009, 17:36
Re: Does any alternative exist for lobby with linux ?
has anyone succesfully compiled cheeselobby except you? because i gave it 10 mins of noob effort and i lack an api or someshizz.
need a readme or nice nub instructions on the code page
--ill update on this when ive put more effort into it i may just be failing epically and normal people wont
need a readme or nice nub instructions on the code page

--ill update on this when ive put more effort into it i may just be failing epically and normal people wont
Re: Does any alternative exist for lobby with linux ?
Yes hoijui managed to build it. There is a short readme:forest_devil wrote:has anyone succesfully compiled cheeselobby except you? because i gave it 10 mins of noob effort and i lack an api or someshizz.
need a readme or nice nub instructions on the code page![]()
--ill update on this when ive put more effort into it i may just be failing epically and normal people wont
https://github.com/jahwag/cheeselobby/b ... ter/README
What you probably need to do is go into /lib/ and execute the scripts in there to install the local maven dependencies.
These are for linux so if you run windows you will need to change them slightly, by just prepanding your maven path to each line and then saving the script as a .bat for example: c:\program files\maven\mvn.exe install:install ....