<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
Andrew Pilley wrote:
<blockquote cite="mid1077628223.3682.2.camel@mycrondo.mycronite"
 type="cite">
  <pre wrap="">On Tue, 2004-02-24 at 22:18, Gian Paolo Mureddu wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">    Is there a way to start the game and at the same time pass console 
commands to it as command line arguments?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm. you should be able to pass some as options. if you look in the
benchmarking scripts (ut2003 has them, there are some floating around
for ut2004demo as well, but it doesn't come with them) you'll see things
like:
../ut2003
ctf-citadel?spectatoronly=true?numbots=12?quickstart=true?attractcam=t
rue -benchmark -seconds=77 -exec=../Benchmark/Stuff/botmatchexec.txt $*
which show a few options, as well as -exec, which means you can probably
toss down a temporary file with options in it, and pass it in that way.

ashridah

  </pre>
</blockquote>
I had thought about that, I'll try and see what happens.<br>
</body>
</html>