This is a parser for the upcoming operation missions which are yet to be revealed but are available in the game files for Operation Broken Fang.
Available at beepisla.github.io/operation-missions
To build the index.html
yourself simply open a command prompt and run npm install
, once finished run node index.js
.
Make sure you don't run an ancient NodeJS version and upgrade regularly.
--language <language>
Force parser to translate using this language file- Example:
--language csgo_danish.txt
- Defaults to
csgo_english.txt
- Note: It is not guaranteed that your translation file will include all strings, you may have to wait for Steam Translators to catch up.
- Example:
--local
Skip downloading ofitems_game.txt
,gamemodes.txt
and translation files and use local files instead- Parser will look for the listed files above in a folder called
local
- Parser will look for all config files (From
csgo/maps/cfg
) in a folder calledcfg
- Note: Regardless of language defined there should always be a fallback
csgo_english.txt
available
- Parser will look for the listed files above in a folder called