Skip to content

Commit

Permalink
Added utility scripts
Browse files Browse the repository at this point in the history
Allows to mount a game mod folder mirroring repository changes
Requires Powershell 5.1, a Left 4 Dead 2 Steam installation and Left 4 Dead 2 Authoring Tools

Prepend search paths with "update_ce_dev" in gameinfo.txt, for the game to pick up mounted content

Inspired by @lfshr script
  • Loading branch information
shqke committed Apr 28, 2022
1 parent d5c754f commit 1a9f188
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.cache
3 changes: 3 additions & 0 deletions mount.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0\tools\Mount.ps1" -ModDir update_ce_dev -MakeVpk -VpkExcludeFile do_not_vpk_these.txt -MultiChunkVpk %*
pause
Loading

0 comments on commit 1a9f188

Please sign in to comment.