about parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi there im not to sure what they are,, As i brought a server to host my on
line game,,i can not start it as a message comes up saying,,, system
exception: empty game parameters: bf2142(which is the game im trying host on
a server) at game server.game..ctor i dont understand it can u please help
me with this
 
Well, defining what a 'perameter' is, is not too hard, but helping you decide
which parameters you want to use is a context problem. )It depends on what
you want.)

If I wanted to give a command to 'copy' a file, the copy program needs for
know what to copy, and where to copy it. These are called the perameters of
the command.
copy c:\foldername\filename.ext d:\newfolder\

"c:\foldername\filename.ext" is the first perameter (what to copy)
"d:\newfolder\" is the second perameter. (where it goes)
there is a space between the command and the first perameter, then another
space between the first and second perameter.
All these things are called the 'syntax of command' (syntax-the way you say
something correctly)

What your game needs is the defining info on how you want to play.
pong /users:2 /speed:fast colors:black-white age:noneofyourbusiness;/
 
Back
Top