6arelyFuture
8592d843e1
chore: bump OAT
All checks were successful
link / Link assets on Linux (push) Successful in 1m50s
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
-
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
-
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.
Languages
GSC
89%
Shell
11%