Thread: Playing via LAN
View Single Post
  #5  
Old 05-13-2009, 09:18 PM
KG26_Alpha KG26_Alpha is offline
Approved Member
 
Join Date: Jan 2008
Location: London
Posts: 2,805
Default

Timeout 1

Are you using mods ?

Try to connect using v408m no mods.

In the conf ini

Turn

CRT=2

to

CRT=0

++++++++++++++++++++++++++

If you want to use the hyperlobby with both of you behind a router.

Hyperlobby conf ini for client

[Forgotten Battles]
joinDelay=20
clientRate=8000
;Determine the client source port. Useful when is more that one user behind the NAT router.
;Must be diferent for each user behind the same NAT router
localPort=21000
;This detecting right IP address for systems with more that one network adapters
;Default is 1 (on)
DetectLocalIP = 1
;Set to 1 when both server and client are behind a router, using
;private network address and both are behind one public ip address
loopback=1
;When is loopoback set to 1, here must be specified private ip address
; of the server behind a router
loopbackip=192.168.x.x
Order=20
Description=
Difficulty=3
serverPort=21000
MaxPlayers=32


Hyperlobby conf ini for Server

[Forgotten Battles]
joinDelay=20
clientRate=8000
;Determine the client source port. Useful when is more that one user behind the NAT router.
;Must be diferent for each user behind the same NAT router
localPort=21000
;This detecting right IP address for systems with more that one network adapters
;Default is 1 (on)
DetectLocalIP = 1
;Set to 1 when both server and client are behind a router, using
;private network address and both are behind one public ip address
loopback=0
;When is loopoback set to 1, here must be specified private ip address
; of the server behind a router
loopbackip=
Order=20
Description=Server
Difficulty=3
serverPort=21001
MaxPlayers=32

Last edited by KG26_Alpha; 05-13-2009 at 09:26 PM.
Reply With Quote