An open API service indexing awesome lists of open source software.

https://github.com/iswenzz/cod4-mod-optimizer

This program removes all unnecessary assets from a Call of Duty 4 mod, to clear space for more assets.
https://github.com/iswenzz/cod4-mod-optimizer

cod4 ff iwd mod optimizer python

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# CoD4 Mod Optimizer

[![Checks](https://img.shields.io/github/check-runs/Iswenzz/CoD4-Mod-Optimizer/master?logo=github)](https://github.com/Iswenzz/CoD4-Mod-Optimizer/actions)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/Iswenzz/CoD4-Mod-Optimizer?label=codefactor&logo=codefactor)](https://www.codefactor.io/repository/github/iswenzz/CoD4-Mod-Optimizer)
[![CodeCov](https://img.shields.io/codecov/c/github/Iswenzz/CoD4-Mod-Optimizer?label=codecov&logo=codecov)](https://codecov.io/gh/Iswenzz/CoD4-Mod-Optimizer)
[![License](https://img.shields.io/github/license/Iswenzz/CoD4-Mod-Optimizer?color=blue&logo=gitbook&logoColor=white)](https://github.com/Iswenzz/CoD4-Mod-Optimizer/blob/master/LICENSE)

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.

```c
optimizer
```

## 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](https://www.python.org/)

### [Download](https://github.com/Iswenzz/CoD4-Mod-Optimizer/releases)

## 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.