AI Settings

NPC ignore target

ai.addignoreplayer "player ID"

Adds the target ID to the NPCs ignore-list, meaning that they won’t be targeted by hostile AI.

Example:

ai.addignoreplayer "GamerTag/PSN ID"

ai.brainstats

Prints the amount of "brains" on the map. Each AI has 1 brain.


Clear ignore list

ai.clearignoredplayers

Clears the ignore-list, meaning everyone is targettable by the AI.


Kill all animals

ai.killanimals

Kills all animals on the server.


Kill all scientists

ai.killscientists

Kills all scientists on the server.


ai.printignoredplayers

Prints the list of currently ignored players to the console.


Remove player from ignore list

ai.removeignoreplayer

Removes the target ID from the NPCs ignore-list, meaning that they will be targeted by hostile AI.


attackentity.print_ai_stats

Prints the following stats to the console:

  • AI Difficulty

  • Effective Range Scale

  • Damage Scale

  • Attack Length Scale

  • Aim Cone Scale

  • Attack Spacing Scale

  • Attack Cooldown Scale

Last updated