<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Andreas,<br>
<br>
Great to hear from you :) Nice job on creating The Best Video Game
Ever. I'm getting 64 players on Gulf of Oman on Win2k server with only
a P4 2.4 Gz 2.5GB RAM. The CPU is pegged at 100%, but the game play is
still fantastic with no lag. I'm expecting that I may have lucked out
for that map only, and will need a phatter CPU if I want to stay at 64
players when the game comes out.<br>
<br>
Thanks for the tip, that worked great!<br>
<br>
So if we were to write our own remote rcon tool we would also have to
pass exec before we send the command? The exec is required by the
server listener?<br>
<br>
You might not know the answer to this but will the new BF2CC app log to
a database? It says it logs all admin commands, but does it log to a
plain file or to a DB? I would like to keep a web log of admin kicks
and bans, similiar to what I did with bf1942. That lets players know
they were banned and what they need to do to become unbanned.<br>
<br>
<br>
--brigham<br>
<br>
Andreas Fredriksson wrote:
<blockquote cite="mid3212b1a80506161012292f762f@mail.gmail.com"
 type="cite">
  <pre wrap="">On 6/16/05, Brigham Stevens <a class="moz-txt-link-rfc2396E" href="mailto:brs@vikingmind.com">&lt;brs@vikingmind.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm using the rcon terminal program that came with it.
I can authenticate ok and connect, but when I try the commands listed in
the ReadmeServer.txt it complains that it is an unknown command every time.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You need to prefix console commands with 'exec'. The remote console
accepts remote console commands.

I designed it this way because I wanted to open the door for admins
who might like to add their own rcon commands in the python modules.
This way there are no name clashes between console commands and any
rcon-specific commands an admin could add.

I.e. if you say 'users' you are executing the rcon command users,
which displays the authenticated rcon users, while 'exec
some.consoleCommand' will pass that console command upstream to the
game host.

For anyone interested writing their own rcon commands, the place to
look is the default.py python module in admin/.

// Andreas

---
printk("@#*$!!!!  (%08x)\n", ...)
        linux-2.6.6/drivers/atm/zatm.c

  </pre>
</blockquote>
<br>
</body>
</html>