Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It sadly cannot be added from the gamemode itself. It requires some Lua knowledge, the easier way to do this is by modifying the config.lua file in the gamemode files. There is a variable called BRR.CONFIG.WEAPON_SETS, you just need to copy an existing one and change the weapons to your liking.
You also need to "register" them later in the BRR.CONFIG.WEAPON_CLASSIFICATION variable on the bottom of the file so the gamemode would know how to treat them.
The same goes for additions, but in BRR.CONFIG.ADDON_CLASSIFICATION.
There is also a way you can do this in totally separate addon, while adding them in the "BRR_Initialize" hook in file located in startup, but it's more limited.