Page 2 of 2

Re: Does any alternative exist for lobby with linux ?

Posted: 17 Jan 2011, 22:51
by manolo_
is this possible in TASC too? coz 2 screens sucks

Re: Does any alternative exist for lobby with linux ?

Posted: 17 Jan 2011, 23:33
by Satirik
Image

Re: Does any alternative exist for lobby with linux ?

Posted: 18 Jan 2011, 16:03
by Cheesecan
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 ?

Posted: 18 Jan 2011, 16:08
by Masure
Cheesecan wrote:http://springrts.com/phpbb/viewtopic.php?f=64&t=24905

Still in development but already better than springlobby in every way.
No download => doesn't exist

Re: Does any alternative exist for lobby with linux ?

Posted: 18 Jan 2011, 16:10
by Cheesecan
Masure wrote:
Cheesecan wrote:http://springrts.com/phpbb/viewtopic.php?f=64&t=24905

Still in development but already better than springlobby in every way.
No download => doesn't exist
Actually anybody can download it from the git repo and build it themselves.

Re: Does any alternative exist for lobby with linux ?

Posted: 18 Jan 2011, 18:54
by marciolino
Hi!
How can I do this? I tried to put battleroom and chat side by side but I dont know how? :?

Re: Does any alternative exist for lobby with linux ?

Posted: 18 Jan 2011, 18:56
by marciolino
Oh I got it! Nice! :mrgreen:

Re: Does any alternative exist for lobby with linux ?

Posted: 18 Jan 2011, 18:57
by very_bad_soldier
Cheesecan wrote: Actually anybody can download it from the git repo and build it themselves.
Woudlnt it be easier to upload a compiled version from time to time? I dont think many people will bother to build it themselfs.

Re: Does any alternative exist for lobby with linux ?

Posted: 18 Jan 2011, 21:55
by Cheesecan
very_bad_soldier wrote:
Cheesecan wrote: Actually anybody can download it from the git repo and build it themselves.
Woudlnt it be easier to upload a compiled version from time to time? I dont think many people will bother to build it themselfs.
All in due time..

Re: Does any alternative exist for lobby with linux ?

Posted: 18 Jan 2011, 22:48
by forest_devil
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

Re: Does any alternative exist for lobby with linux ?

Posted: 19 Jan 2011, 02:17
by Cheesecan
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
Yes hoijui managed to build it. There is a short readme:
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 ....