Adds country flags to the scoreboard.
Find a file
2024-06-28 01:15:23 +01:00
addon/panorama/images/econ/status_icons final stuff, plus explanation 2024-06-28 00:13:17 +01:00
.gitignore Init 2024-04-23 15:41:40 +01:00
Commands.cs change to post hook 2024-05-27 16:49:45 +01:00
CountryCodes.cs final stuff, plus explanation 2024-06-28 00:13:17 +01:00
CountryFlagIcons.cs final stuff, plus explanation 2024-06-28 00:13:17 +01:00
CountryFlagIcons.csproj final stuff, plus explanation 2024-06-28 00:13:17 +01:00
CountryFlagIcons.sln Init 2024-04-23 15:41:40 +01:00
Helpers.cs Init 2024-04-23 15:41:40 +01:00
Memory.cs update sig... 2024-06-28 01:15:23 +01:00
README.md stupid markdown 2024-06-28 00:17:04 +01:00

CountryFlagIcons

(kind of PoC) plugin which puts country flags on the scoreboard.

How it works

You need to override the images inside of the panorama directory in an addon. The addon which the plugin is currently setup for is in the addon/ folder. The addon overrides the map tokens, which means that if anybody with these tokens joins the server, they will see country flags in their profile player card. The addon provided mostly has EU countries in it, so keep that in mind. These are then (currently, sorry) hardcoded to the ID of these badges from items_game.txt in CountryCodes.cs

For example:

This means that the more icons added, the higher chance this happens, since we use existing badges in the game. I'm not sure if it's possible to override items_game to overcome this issue!