From b48e4f5b6b1d9aa384adaf563db409e567555a6b Mon Sep 17 00:00:00 2001 From: ozxybox Date: Mon, 11 Nov 2024 13:37:03 -0600 Subject: [PATCH] fix(p2ce): Always pass -game to postcompiler --- hammer/cfg_p2ce/CmdSeqDefault.wc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hammer/cfg_p2ce/CmdSeqDefault.wc b/hammer/cfg_p2ce/CmdSeqDefault.wc index 014ade1e..baa03161 100644 --- a/hammer/cfg_p2ce/CmdSeqDefault.wc +++ b/hammer/cfg_p2ce/CmdSeqDefault.wc @@ -25,7 +25,7 @@ "enabled" "1" "special_cmd" "0" "run" "$postcompiler_exe" - "params" "--propcombine $path\\$file" + "params" "-game $gamedir --propcombine $path\\$file" "ensure_check" "0" "ensure_fn" "" "use_process_wnd" "1" @@ -94,7 +94,7 @@ "enabled" "1" "special_cmd" "0" "run" "$postcompiler_exe" - "params" "--propcombine $path\\$file" + "params" "-game $gamedir --propcombine $path\\$file" "ensure_check" "0" "ensure_fn" "" "use_process_wnd" "1" @@ -163,7 +163,7 @@ "enabled" "1" "special_cmd" "0" "run" "$postcompiler_exe" - "params" "--propcombine $path\\$file" + "params" "-game $gamedir --propcombine $path\\$file" "ensure_check" "0" "ensure_fn" "" "use_process_wnd" "1" @@ -232,7 +232,7 @@ "enabled" "1" "special_cmd" "0" "run" "$postcompiler_exe" - "params" "--propcombine $path\\$file" + "params" "-game $gamedir --propcombine $path\\$file" "ensure_check" "0" "ensure_fn" "" "use_process_wnd" "1"