iw7-mod
iw7-mod copied to clipboard
Modification for IW7 (Infinite Warfare)
Weapons in Infinite Warfare have a weird skewing effect when at FOVs over 85. I was wondering if it was possible to fix it, and if it was even worth...
The firebug variant of the Rack9 shotgun doesn't work in zombies, attempting to buy it will give you nothing, and the model doesn't appear in its purchase spots. This was...
Bumps [deps/curl](https://github.com/curl/curl) from `b4d73e6` to `1c4813c`. Commits 1c4813c mbedtls: send close-notify on close 0c4b4c1 mbedtls: check version for cipher id ca8cb24 cmake: fix building with both md4 and md5 in...
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `3ca5c18` to `55c5d6c`. Commits 55c5d6c [Bug] Fixed pblendvb in x86 instruction DB (#436) b9c8b53 [Bug] Fixed MOV reg->mem instruction rewriting (Compiler) 5945764 [Bug] Fixed a reverse iterator...
Bumps [deps/zstd](https://github.com/facebook/zstd) from `8689633` to `0e2ceb2`. Commits 0e2ceb2 Merge pull request #4050 from Adenilson/fix_legacy_nullptr01 1872688 [fix] Add check on failed allocation in legacy/zstd_v06 78955f5 Merge pull request #4040 from facebook/dependabot/github_actions/msys2/setup-......
Bumps [deps/gsc-tool](https://github.com/Joelrau/gsc-tool) from `53b1b30` to `76258eb`. Commits 76258eb small iw6 fix See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
Bumps [deps/lua](https://github.com/lua/lua) from `c31d677` to `262dc57`. Commits 262dc57 Details 9d985db New year (2024) 0897c0a 'getmode' renamed to 'getMode' 5edacaf Yet another representation for arrays 3507c33 Small simplification in 'findloader' 88a50ff...
There is a bug the the newest releases from the launcher which affect in zombies. W hen you start the game, you can't skip the cutscenes or when the cutscenes...
**When trying to include other custom scripts in my gsc script using `#include`, I get the following error:** main.gsc ```c #include custom_scripts\test; init() { print("Print from main.gsc"); test_print(); } ```...