Skip to content

Smurffiction1337/csgo-operation-missions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operation Missions

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

Build

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.

Optional command line arguments

  • --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.
  • --local Skip downloading of items_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 called cfg
    • Note: Regardless of language defined there should always be a fallback csgo_english.txt available

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published