Here is a collection of weapon files from older Cod titles. It covers World at War, Black Ops and Black Ops II weaponfiles, which are configuration files defining the stats of a specific weapon.
There are 2 ways you can work with these files
You can use this program by UGX for editing the files in a friendly-ish graphical interface, but it may lack some specific fields
You can also work directly on the text (weaponfiles are basically text). You can use this extension with the following settings created by JBleezy
"colorMyText.configurations": [
{
"paths": [
"**/weapons/**/*"
],
"rules": [
{
"patterns": [
"^WEAPONFILE"
],
"color": "Magenta",
},
{
"patterns": [
"\\\\"
],
"color": "White",
},
{
"patterns": [
"\\\\(.*?)\\\\"
],
"color": "Cyan",
},
{
"patterns": [
".*"
],
"color": "Green",
},
]
}
],
Weaponfiles dumped with Plutonium launcher asset dump capability