Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update zonemaker paths in default compile settings #239

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading