Skip to content

B2ORG/weaponfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Call of Duty weaponfiles

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.

Editing

There are 2 ways you can work with these files

Ugx Weaponfile Editor

You can use this program by UGX for editing the files in a friendly-ish graphical interface, but it may lack some specific fields

VS Code extension

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",
            },
        ]
    }
],

Credits

Weaponfiles dumped with Plutonium launcher asset dump capability

About

A collection of weaponfiles from older Call of Duty Zombies titles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors