Adds custom announcements to impostor without API or client modifications
Have Impostor installed locally
Drag "AUannounce.dll" into your plugins folder, and start the serverIf its not installed or configured follow this guide:
Open your config.json in the root directory
Add AUannounce dependency in your config.json
it should look something like this:
{
"Server": {
"PublicIp": "127.0.0.1",
"PublicPort": 22023,
"ListenIp": "0.0.0.0",
"ListenPort": 22023
},
"AntiCheat": {
"Enabled": true,
"BanIpFromGame": true
},
"AUannounce": {
"Announcement": "EXAMPLE",
"Enabled": true
}
}The Announcements follow text mesh pro formatting with you can find here