in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.13k stars 352 forks source link

RCON Support #96

Closed antonioganea closed 3 years ago

antonioganea commented 3 years ago

RCON Support

Default config values:

{
  "RCON_enabled": false,
  "RCON_password": "super_secret_password",
  "RCON_port": 25575
}

To enable RCON, you have to set RCON_enabled to true.

The commands are processed in Assets/Scripts/RCON/CommandInterpreter.cs