Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
/ AUannounce Public archive

Adds custom announcements without api or client modification

License

Notifications You must be signed in to change notification settings

Trinculo54/AUannounce

Repository files navigation

AUannounce

Adds custom announcements to impostor without API or client modifications

Installation

Have Impostor installed locally

 Drag "AUannounce.dll" into your plugins folder, and start the server

If its not installed or configured follow this guide:

Impostor Docs

Custom Announcement

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

Authors