Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Are these LAN games?

  1. #11
    Join Date
    Feb 2008
    Location
    Munster, Ireland
    Beans
    2,467
    Distro
    Ubuntu Mate

    Post Re: Are these LAN games?

    All the games I have gotten to work via a LAN:
    Armagetron Advanced
    AssaultCube 1.0.2
    Enemy Territory
    Open Arena
    1st Distro used (live CD): Knoppix in early 2007 ¦ 1st Distro Installed: Ubuntu 7.10 in Feb 2008
    GNU/Linux User #470660 – Ubuntu User #28226
    Isaac Asimov: "I do not fear computers. I fear the lack of them."

  2. #12
    Join Date
    Oct 2006
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Are these LAN games?

    Quote Originally Posted by Rytron View Post
    AssaultCube 1.0.2
    Upgrade to 1.0.4.

  3. #13
    Join Date
    Jun 2007
    Location
    USA
    Beans
    91
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Are these LAN games?

    for quake engine based games:

    run ifconfig in a terminal on the "host" machine:

    it will give you the IP to that machine, write it down. When I refer to this ip address, I will call it <host>

    Create a match in that game.

    Start up the other machine, test to make sure that machine is talking to the other one properly over the crossover cable:

    Code:
    ping <host>
    if it pings you are good. If it doesn't then you aren't using the right ip, or a network setting is borked.

    Start the game on the client, go into the console and type in:

    Code:
    /connect <host>
    that should connect up UNLESS the host and client have different versions of the game, or a firewall on the host system not setup to open the port needed to run the game.

    If you can't open the game console (most time it's opened from pressing tilda (the button before 1/! on the upper left of the keyboard, then this is how you do it.

    Start the game on the host, wait for it to load, when it's done start the game on the client with the command line: "<name of executable> +connect <host>:<port>", example:

    Code:
    quake3 +connect 192.168.0.0:27960
    If you don't specify a non-standard port on the host, you don't have to put the port in there or the : like so

    Code:
    nexuiz-glx +connect 192.168.0.0
    Hope that helps.

  4. #14
    Join Date
    Feb 2008
    Location
    Munster, Ireland
    Beans
    2,467
    Distro
    Ubuntu Mate

    Wink Re: Are these LAN games?

    Thank you RabidWeezle. I will put your advice to the test.
    1st Distro used (live CD): Knoppix in early 2007 ¦ 1st Distro Installed: Ubuntu 7.10 in Feb 2008
    GNU/Linux User #470660 – Ubuntu User #28226
    Isaac Asimov: "I do not fear computers. I fear the lack of them."

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •