Basic camo tracker for MW3 COD Zombies. Challenges and Levels are geared toward unlocking "Gold Enigma", which is the first step to unlocking the mastery camo grind.
All mastery camo challeges are the same for every weapon, so they are not documented in the app. The tracker reads from a text file, and updates a list box of every class of weapon. users can then click on a weapon to see the challenges, levels, and camos unclocked for each weapon. There is also a progress tracker that reads froma file and updates values based on number of checkboxes, checked for each completed gun. Project is a great way to keep track of your progress locally, as this can be a very long process and the in-game UI, is clunky and hard to keep track of in my opinion.
Grab the 'progress.txt' file from the data sources folder and place it in the projects bin folder located in the solution. (Same folder as the applications .exe file)
git clone https://github.com/Cole-Z/ZombieCamoList.git
dotnet build
dotnet run
In order to fill the application with the data, use the 'open file' button to open the 'zombie_camo_mw3.txt' file
Once you upload the text file, you then will be shown all weapons and their details
Once a weapon is selected, you then will be shown the levels, challenges, and camos for each tier on the selected weapon.
You can also update your progress while the app is running, lets say you knock out a a couple weapons and want to start on others while in game. You can check off the weapons you just completed to update your progress and save the progress to your file.
Often, Call of Duty will release a new weapon for a new seaon. In this form, you can also add a new weapon if one is added in a new season update.
Once added, you can view the weapon and its details within the textboxes and list boxes as well see it in the update progress section.
Thanks for checking it out!