Skip to content

Commit

Permalink
feat: Update zonemaker paths in default compile settings (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panzerhandschuh authored Nov 3, 2024
1 parent d205c64 commit 4d789e9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions hammer/cfg_momentum/CmdSeqDefault.wc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
// 259 - Rename File
// 260 - Copy File if it exists
// And they have no "run" string
"Zonmaker Only"
"Zonemaker Only"
{
"1"
{
"enabled" "1"
"special_cmd" "0"
"run" "zonmaker.exe"
"run" "zonemaker.exe"
"params" "$path\\$file.vmf"
"ensure_check" "0"
"ensure_fn" ""
Expand All @@ -25,7 +25,7 @@
"enabled" "1"
"special_cmd" "260" // Copy File if it exists
"run" ""
"params" "$path\\$file.zon $bspdir\\..\\zones\\$file.zon"
"params" "$path\\$file.json $bspdir\\zones\\local\\$file.json"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand All @@ -38,7 +38,7 @@
{
"enabled" "1"
"special_cmd" "0"
"run" "zonmaker.exe"
"run" "zonemaker.exe"
"params" "$path\\$file.vmf"
"ensure_check" "0"
"ensure_fn" ""
Expand All @@ -50,7 +50,7 @@
"enabled" "1"
"special_cmd" "260" // Copy File if it exists
"run" ""
"params" "$path\\$file.zon $bspdir\\..\\zones\\$file.zon"
"params" "$path\\$file.json $bspdir\\zones\\local\\$file.json"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down Expand Up @@ -129,7 +129,7 @@
{
"enabled" "1"
"special_cmd" "0"
"run" "zonmaker.exe"
"run" "zonemaker.exe"
"params" "$path\\$file.vmf"
"ensure_check" "0"
"ensure_fn" ""
Expand All @@ -141,7 +141,7 @@
"enabled" "1"
"special_cmd" "260" // Copy File if it exists
"run" ""
"params" "$path\\$file.zon $bspdir\\..\\zones\\$file.zon"
"params" "$path\\$file.json $bspdir\\zones\\local\\$file.json"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down Expand Up @@ -220,7 +220,7 @@
{
"enabled" "1"
"special_cmd" "0"
"run" "zonmaker.exe"
"run" "zonemaker.exe"
"params" "$path\\$file.vmf"
"ensure_check" "0"
"ensure_fn" ""
Expand All @@ -232,7 +232,7 @@
"enabled" "1"
"special_cmd" "260" // Copy File if it exists
"run" ""
"params" "$path\\$file.zon $bspdir\\..\\zones\\$file.zon"
"params" "$path\\$file.json $bspdir\\zones\\local\\$file.json"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down Expand Up @@ -311,7 +311,7 @@
{
"enabled" "1"
"special_cmd" "0"
"run" "zonmaker.exe"
"run" "zonemaker.exe"
"params" "$path\\$file.vmf"
"ensure_check" "0"
"ensure_fn" ""
Expand All @@ -323,7 +323,7 @@
"enabled" "1"
"special_cmd" "260" // Copy File if it exists
"run" ""
"params" "$path\\$file.zon $bspdir\\..\\zones\\$file.zon"
"params" "$path\\$file.json $bspdir\\zones\\local\\$file.json"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down

0 comments on commit 4d789e9

Please sign in to comment.