Author Topic: How do I use this admin command?  (Read 1691 times)

Offline Professor_Smith

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
How do I use this admin command?
« on: 23-01-2018, 05:01:49 »
Hello Folks,
     My name is Joshua Hales (known as Professor_Smith in the Bf1942 forums and Grand_Admiral on the servers).  I am working on playtesting & doing finishing touches for my minimod, HTroop v1.1, but in the mod near the end of most maps, there are usually bot scouts (using the rocketpack) up in the air, avoiding getting wacked by their opponents.  However, the problem, is that they are so smart, that they refuse to come down out of the air, unless there are no enemies around at the time.
     So, I looked up some admin commands, and found this one:

game.killPlayer [ID]

     I know I can type this into the admin console to have effect, and I think I can use it to kill off any rocketpack hovering scouts refusing to let the map end.  However, how do I know what number ID or whatever ID, should go in the [ID] slot?  Also, do I use the brackets [ and ], in the command?

     I was also wondering if there was a way (a command or a button I can program in) to kill all the remaining bots at the same time in a map?

Thank You,

Joshua Hales
Professor Smith
Lets make war games, not war.

Offline Easy Eight

  • Jr. Member
  • **
  • Posts: 116
    • View Profile
Re: How do I use this admin command?
« Reply #1 on: 23-01-2018, 20:01:02 »
The ID is the number in the red squares: https://i.imgur.com/7pmfBvI.png

Only human players have an (visible) ID iirc.

Look through the ai class (http://www.velotech.net/battlefield/commands.php?dothis=list&view=Commands&game=BF1942&category=ai) You could try ai.killAllBots for example.