Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Readme now renamed to readme.txt in release
  • Loading branch information
agrastiOs committed Mar 1, 2024
1 parent e9dbd42 commit 2e6887c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
wget -q -O tmp.zip https://github.com/agrastiOs/Ultimate-TF2-Visual-Fix-Pack/archive/refs/heads/master.zip && unzip -o tmp.zip -d mktemp/ && mv mktemp/Ultimate-TF2-Visual-Fix-Pack-master/TF2UltimateVisualFix/ ./ && rm -f tmp.zip && rm -rf mktemp/
wget -q -O tmp.zip https://github.com/CriticalFlaw/essentialsHUD/archive/refs/heads/fortress-faceoff.zip && unzip -o tmp.zip -d mktemp/ && rm -f mktemp/essentialsHUD-fortress-faceoff/resource/clientscheme.res && rsync -a --no-perms mktemp/essentialsHUD-fortress-faceoff/ essentialsHUD-fortress-faceoff/ && rm -f tmp.zip && rm -rf mktemp/
wget -q -O tmp.zip https://github.com/dalegaard/CastingEssentials/releases/latest/download/CastingEssentialsRed.zip && CMD_INSTRUCTIONS=$(7z l -ba -slt "tmp.zip" | grep '\\' | sed 's/^Path = //g' | sed 's/.*/"&"/' | gawk '{ print $0, gensub(/\\/, "/", "g", $0); }' | sed 's|\\|\\\\|g' | paste -s -) && CMD_7Z="7z rn \"tmp.zip\" $CMD_INSTRUCTIONS" && eval "$CMD_7Z" && unzip -o tmp.zip -d ./ && rm -f tmp.zip
- name: Rename Readme
working-directory: ${{ env.SCRIPTS_PATH }}/custom
run: |
mv README.md readme.txt
- name: Install zip
uses: montudor/action-zip@v1
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# FF-TFAssets
Assets to use in 'custom' when streaming

REPLACING MEANS DELETING/MOVING THE OLD FOLDER AND MOVING IN THE NEW FOLDER, NOT OVERWRITING.
Download custom and move it to the `tf` folder, overwriting the existing `custom` folder. If you already had mods in there, replace the folder with the new one instead, backup your old custom folder if needed.
Download cfg and replace your `tf/cfg` folder. BACKUP your old cfg folder if you're planning to play TF2 ever again.
Before launching TF2, disable Steam Cloud Synchronization in the properties of the game in the Steam Library.
Set your launch options for TF2 (same place as Steam Cloud Sync) as these, again, backup your existing launch options if needed:
`-insecure -novid -windowed -noborder -h 1080 -w 1920 -nojoy -nosteamcontroller -precachefontchars -noquicktime -no_texture_stream -console`

0 comments on commit 2e6887c

Please sign in to comment.