6arelyFuture 8592d843e1
All checks were successful
link / Link assets on Linux (push) Successful in 1m50s
chore: bump OAT
2025-01-07 10:50:15 +00:00
2025-01-07 10:50:15 +00:00
2024-05-23 10:46:11 +02:00
2024-05-23 10:46:11 +02:00
2024-05-23 10:46:11 +02:00
2024-05-23 10:46:11 +02:00
2024-05-23 10:49:12 +02:00

fastfile-gsc-iw5

This project demonstrates how to use OAT (Open Asset Tools) to load a custom GSC file from a fastfile. The process requires the use of gsc-tool to precompile your scripts. I recommend you read this article before attempting to follow along the steps below.

Repository Contents

  • _tweakable.gsc: This file is provided in both clear text format and a precompiled version (called 29.gsc).
  • Custom Scripts (_custom.gsc): The repository also includes the custom scripts intended to be loaded.

How to use

  1. Precompiling Scripts: Utilize gsc-tool to precompile your GSC scripts before attempting to load them. Example: ./gsc-tool -m comp -g iw5 -s pc _custom.gsc

  2. Link the fastfile: .\bin\Linker.exe -l "<..>/Call of Duty Modern Warfare 3/zone/english/patch_mp.ff" --menu-permissive --menu-no-optimization patch_mp

Description
Example of how to load a custom GSC file from a fastfile. You must use gsc-tool to precompile your scripts.
Readme 771 KiB
Languages
GSC 89%
Shell 11%