The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Enemy Territory

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jonathan Crossland

Posts: 630
Nickname: jonathanc
Registered: Feb, 2004

Jonathan Crossland is a software architect for Lucid Ocean Ltd
Enemy Territory Posted: Jun 10, 2004 5:45 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jonathan Crossland.
Original Post: Enemy Territory
Feed Title: Jonathan Crossland Weblog
Feed URL: http://www.jonathancrossland.com/syndication.axd
Feed Description: Design, Frameworks, Patterns and Idioms
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jonathan Crossland
Latest Posts From Jonathan Crossland Weblog

Advertisement


I have been playing a lot of Wolfenstein. Enemy Territory lately. Good game.

If you have more than one machine on your network at home though connecting to the same server, PunkBuster will kick you for all kinds of reasons. I have seen errors such as "no packet flow", "server disconnected", "kicked for x minutes" etc.
The reason is because the net_ip and net_port variables are the same. net_ip is always set to localhost by default. you need to change this on one or more of the machines that are running ET.

The undocumented way round this is as follows:

When in the menu, open the console,


type the following
replace {0} with the name of your machine
\set net_ip "{0}"
replace {1} with a port number of your choice.
\set net_port {1}

Now punkbuster will not kick you.

You can also create a batch file, and use the commandline

et.exe +set net_ip "myMachine" net_port 1000

Read: Enemy Territory

Topic: Pocket C# compiler Previous Topic   Next Topic Topic: A GMail alternative, today

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use