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.
- Host: GitHub
- URL: https://github.com/iswenzz/cod4-mod-optimizer
- Owner: Iswenzz
- License: gpl-3.0
- Created: 2018-10-13T13:39:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T19:34:57.000Z (7 months ago)
- Last Synced: 2024-11-18T20:36:52.143Z (7 months ago)
- Topics: cod4, ff, iwd, mod, optimizer, python
- Language: Python
- Homepage: https://iswenzz.com
- Size: 69.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoD4 Mod Optimizer
[](https://github.com/Iswenzz/CoD4-Mod-Optimizer/actions)
[](https://www.codefactor.io/repository/github/iswenzz/CoD4-Mod-Optimizer)
[](https://codecov.io/gh/Iswenzz/CoD4-Mod-Optimizer)
[](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.