A simple plugin for Swiftly that queries the level faceit of a player and add the icon on the scoreboard.
- Download the newest release.
- Everything is drag & drop, so i think you can do it!
- You can either make the workshop addon yourself or use ours that it's publicly available here
- Download the
workshop.rar
archive from the GitHub repository. - Navigate to your game files, which by default are in:
Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo
and open thegameinfo.gi
file. There, scroll down until you findVpkDirectories
, add a new entry with thepanorama/images/econ/status_icons
path, it should look like this:"include" "panorama/images/econ/status_icons"
- Open the Workshop Tools and make a new addon, there, upload the
panorama
folder from the archive ontoSteam\steamapps\common\Counter-Strike Global Offensive\game\csgo_addons\YOUR_ADDON_NAME
and ontoSteam\steamapps\common\Counter-Strike Global Offensive\content\csgo_addons\YOUR_ADDON_NAME
- Upload the addon to the workshop and wait for the approval.
- Delete the entry that we did in gameinfo.gi, (this is the important as you can't join any community servers with modified gameinfo.gi)
- After installing the plugin, you need to change the default values from
addons/swiftly/configs/faceit-level.json
- In order to create an Faceit API Key, follow these instructions:
- Click here and make a new app.
- Go to
API KEYS
and press on the plus sign, at the API Type selectClient-Side
. - Change the API Key from
addons/swiftly/configs/faceit-level.json
with your freshly generated Key.
- Thanks to Pisex for providing the images (and the base mm plugin too).
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Join Swiftly Discord Server and send a message in the topic from 📕╎plugins-sharing
of this plugin!