m-byte918 / MultiOgarII

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.
Apache License 2.0
126 stars 131 forks source link

how to make that the bots have skins #1555

Closed AnUnnnamedUser closed 3 years ago

AnUnnnamedUser commented 3 years ago

my server runs at agario.fun and its not my client. so how to make that the bots have skins. i readed this: If you want players to be able to pick a random skin by using the skin name r, then you must add the names of the skins on your client into src/randomskins.txt i have already made "src/randomskins" but where i have to put "r"?

Tombez commented 3 years ago

You put the r between angle brackets in the bot's name. Such as <r>Bot1. Bot names are chosen randomly from src/ai/botnames.txt. Put the names that you want bots to have in that file, separated by newlines.

AnUnnnamedUser commented 3 years ago

@Tombez thanks! :)