Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Rex109/CoD4QOL into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Jul 5, 2023
2 parents 04ad984 + e610671 commit d0e1b04
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A Call of Duty 4 X plugin that adds new settings, unlocks essential dvars and ad
### Complete patches list
- Adds "LoadZone" command
- Adds "ReadProtectedConfig"/"WriteProtectedConfig" commands
- Unlocks cg_fovscale, r_fullbright and r_zfar
- Unlocks cg_fovscale, r_fullbright, r_zfar, r_filmusetweaks and developer_script
- Adds "Additional graphics" menu:
- Fov slider
- Fovscale slider
Expand All @@ -27,15 +27,30 @@ A Call of Duty 4 X plugin that adds new settings, unlocks essential dvars and ad
- Drawfps selector
- Draw distance selector
- Lod scale skinned/rigid selector
- Film use tweaks toggle
- Adds "Privacy options" menu:
- Screenshot protection selector
- Block vstr switch

- Adds "CoD4QOL settings" menu:
- Show external console

## Download and installation
To download the pre-compiled binaries you can grab the latest version in the [Releases Page](https://github.com/Rex109/Cod4QOL/releases)

To install it simply drag n drop both of the folders from the downloaded zip file in your Call of Duty 4 root folder (in the same folder as iw3mp.exe), and simply run the game, no extra tools needed!
To install it simply download and extract the files from the .zip, then drag n drop the "miles" folder in your Call of Duty 4 root folder and the "qol.ff" file inside zone/\<your game language\>, and simply run the game, no extra tools needed!

So the final folder structure should be like this:
```
.
├── ...
├── 📁 Call of Duty 4
│ ├── 📁 miles
| └── 📜 cod4qol.asi
│ └── 📁 zone
| └── 📁 <your game language>
| └── 📜 qol.ff
└── ...
```
## Limitations
- Does not work in single player
- Does not work with cod4 stock 1.7
Expand Down

0 comments on commit d0e1b04

Please sign in to comment.