Iswenzz / CoD4-Mod-Optimizer

This program removes all unnecessary assets from a Call of Duty 4 mod, to clear space for more assets.

Home Page:https://iswenzz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoD4 Mod Optimizer

Build status codecov CodeFactor License: GPL v3

This program takes all images, materials, and xmodels that are used by a specific Call of Duty 4 mod and exports them to a new folder. After these items are prepared in the newly created folder, this program removes all of the unused assets in the mod, clearing space for new assets to be used.

optimizer <input path> <output path>

Instructions

In order to use this application, just download the archived file down below, and extract it to any destination. You can create a shortcut of the executable file and place it anywhere, and run it from said shortcut.

Pre-Requisites

  1. Python 3.6+
  2. Optional Visual Studio

Contributors:

Note: If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.

About

This program removes all unnecessary assets from a Call of Duty 4 mod, to clear space for more assets.

https://iswenzz.com

License:GNU General Public License v3.0


Languages

Language:Python 100.0%