This commit is contained in:
JerryALT 2024-05-26 15:12:36 +03:00
commit f13b1b43e3

View File

@ -35,8 +35,8 @@ ___
# Disclaimer # Disclaimer
This software has been created purely for the purposes of academic research. Project maintainers are not responsible or liable for misuse of the software. Use responsibly. This software has been created purely for the purposes of academic research. Project maintainers are not responsible or liable for misuse of the software. Use responsibly.
# Features # Features (Short)
[Mod compatibility list](https://github.com/JerryALT/iw3sp_mod/wiki/Mod-compatibility-list) [Mod compatibility list](https://gitea.com/JerryALT/iw3sp_mod/wiki/Mod-Compatibility)
- Increased asset limits for IW3 - Increased asset limits for IW3
- FX: 1200 - FX: 1200
@ -47,11 +47,10 @@ This software has been created purely for the purposes of academic research. Pro
- Weapon: 2400 - Weapon: 2400
- Xmodel: 5125 - Xmodel: 5125
- Added the game achievements; - Added the game achievements;
- Added the [gamepad](https://github.com/JerryALT/iw3sp_mod/wiki/All-about-gamepad) support with aim assist; - Added the gamepad support with aim assist;
- Added the [custom methods and functions](https://github.com/JerryALT/iw3sp_mod/wiki/GSC-Functions) for GSC; - Ability to launch the mods from main menu of the game and more...
- Added loading the additional .ff files `[level name]_patch.ff`;
- Added FOV logic from multiplayer to singleplayer; More information about features of the IW3SP-MOD you can see in Wiki Page: [link](https://gitea.com/JerryALT/iw3sp_mod/wiki/IW3SP-MOD%3A+Features.-)
- Added [map entities editing](https://github.com/JerryALT/iw3sp_mod/wiki/Changing-the-map-entities) for the stock maps and more...
# How to install modification? (For regular users) # How to install modification? (For regular users)
**NOTE**: You must legally own [Steam version](https://store.steampowered.com/app/7940/Call_of_Duty_4_Modern_Warfare_2007/) of Call of Duty® 4: Modern Warfare® (2007) to run this mod. Cracked/Pirated/CDs versions of the game are **NOT** supported. **NOTE**: You must legally own [Steam version](https://store.steampowered.com/app/7940/Call_of_Duty_4_Modern_Warfare_2007/) of Call of Duty® 4: Modern Warfare® (2007) to run this mod. Cracked/Pirated/CDs versions of the game are **NOT** supported.
@ -63,5 +62,5 @@ This software has been created purely for the purposes of academic research. Pro
1. Clone the this repository. I recommend use the [git-scm](https://git-scm.com/downloads). 1. Clone the this repository. I recommend use the [git-scm](https://git-scm.com/downloads).
</br>P.S: (**Downloading the zip does not include deps!**)</br> </br>P.S: (**Downloading the zip does not include deps!**)</br>
2. Find any directory which you want the placed the content of repository, then open context menu and find "Git Bash Here" and write next line in the cmd: `git clone https://gitea.com/JerryALT/iw3sp_mod` 2. Find any directory which you want the placed the content of repository, then open context menu and find "Git Bash Here" and write next line in the cmd: `git clone https://gitea.com/JerryALT/iw3sp_mod`
3. After cloning click the generate.bat and wait when all files will be ready. 3. After cloning click the `generate.bat` and wait when all files will be ready.
4. Open build folder and find the iw3sp_dev.sln file and compile. 4. Open build folder and find the `iw3sp_dev.sln` file and compile.