Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 authored Apr 28, 2024
1 parent 4de664a commit e292ba6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,31 @@ The final folder structure should look like this:
| └── 📜 qol.ff
└── ...
```
## Uninstall
To uninstall CoD4QOL completely remove the following files from your game directory:
- miles/cod4qol.asi
- zone/\<your game language\>/qol.ff
- main/xcommon_cod4qol.iwd
- main/protected.cfg

The folder structure looks like this:
```
.
├── ...
├── 📁 Call of Duty 4
│ ├── 📁 main
| | ├── 📜 protected.cfg ❌
| | └── 📜 xcommon_cod4qol.iwd ❌
│ ├── 📁 miles
| | └── 📜 cod4qol.asi ❌
│ └── 📁 zone
| └── 📁 <your game language>
| └── 📜 qol.ff ❌
└── ...
```

Part of the user settings are stored inside config_mp.cfg, if you wish to delete them remove every line that starts with "qol_"

## Limitations
- Does not work in single player
- Does not work with cod4 stock 1.7
Expand Down

0 comments on commit e292ba6

Please sign in to comment.