From 3ae54c01d81cb5ec966d8b89829aaf0c428f3049 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Thu, 23 May 2024 10:49:12 +0200 Subject: [PATCH] buid: fix CI --- .gitea/workflows/link.yml | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/link.yml b/.gitea/workflows/link.yml index 74c9b2d..2357214 100644 --- a/.gitea/workflows/link.yml +++ b/.gitea/workflows/link.yml @@ -18,6 +18,7 @@ jobs: fetch-depth: 0 # NOTE - If LFS ever starts getting used for storing zones, switch this to true! lfs: false + token: ${{ secrets.SUBMODULE_PAT }} - name: Make sure we have the deps run: | diff --git a/README.md b/README.md index e06adc8..13b0944 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fastfile-gsc-iw5 -This project demonstrates how to use OAT ([Open Asset Tools][oat-link]) to load a custom GSC file from a fastfile. The process requires the use of [gsc-tool][gsc-link] to precompile your scripts. I recommend you read [this][oat-guide] article before attempting to follow along the steps below +This project demonstrates how to use OAT ([Open Asset Tools][oat-link]) to load a custom GSC file from a fastfile. The process requires the use of [gsc-tool][gsc-link] to precompile your scripts. I recommend you read [this][oat-guide] article before attempting to follow along the steps below. ## Repository Contents @@ -9,7 +9,7 @@ This project demonstrates how to use OAT ([Open Asset Tools][oat-link]) to load ## 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` +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`