Search found 1 match
- Mon Mar 28, 2022 2:18 pm
- Forum: Multiplayer / Dedicated Server
- Topic: Building a bot for a headless server
- Replies: 1
- Views: 1651
Building a bot for a headless server
Good afternoon, I'm interested in building a bot that can run various actions when the users are logged off a headless server. I have tried to create a new player using both the RCON interface and by modding it in lua - but it seems that the game.players table is read only. Is there a known way to c...