Page 1 of 1

Logging Error

Posted: Wed Aug 17, 2011 3:19 pm
by Grimir
Hello.

How do i connect to server to play METW? I installed game and cards but when i start game it fails to connect to server.

It says connecting gccg.servebeer.com port 29130
Connection error
working offline

Re: Logging Error

Posted: Wed Aug 17, 2011 3:44 pm
by Vastor Peredhil
try this then:
@echo off
set HOME=C:
set USER=Windows
set CLIENT=.\ccg_client.exe
if exist .\home set HOME=.\home
if exist module_windows32\ccg_client.exe set CLIENT=module_windows32\ccg_client.exe
start %CLIENT% --server gccg.councilofelrond.org. --design 1600x1000 --user %USER% %1 %2 %3 %4 %5 %6 %7 %8 %9 metw.xml

It works also with my Win 7 and i tried it with the old gccg version - all works.
within your userfile

Re: Logging Error

Posted: Thu Aug 18, 2011 6:02 am
by Grimir
Its working now :) many thanx.