Skip to content

Commit e8d727c

Browse files
authored
clean up args for itch
1 parent d83ac36 commit e8d727c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

game_clean/.itch.win.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "play"
33
path = "tc2_win64.exe"
44
platform = "windows"
5-
args = ["-steam", "-particles", "1", "-condebug", "-nobreakpad", "-nominidumps", "-disable_d3d9_hacks", "-sw", "-noborder", "+ip", "127.0.0.1", +mat_tonemapping_occlusion_use_stencil", "1", "+mat_disable_ps_patch", "1"]
5+
args = ["-steam", "-particles", "1", "-condebug", "-nobreakpad", "-nominidumps", "-disable_d3d9_hacks", "-sw", "-noborder", "+ip", "127.0.0.1"]
66

77
[[actions]]
88
name = "vulkan"
99
path = "tc2_win64.exe"
1010
platform = "windows"
11-
args = ["-steam", "-vulkan", "-particles", "1", "-condebug", "-nobreakpad", "-nominidumps", "-disable_d3d9_hacks", "-sw", "-noborder", "+ip", "127.0.0.1", +mat_tonemapping_occlusion_use_stencil", "1", "+mat_disable_ps_patch", "1"]
11+
args = ["-steam", "-vulkan", "-particles", "1", "-condebug", "-nobreakpad", "-nominidumps", "-disable_d3d9_hacks", "-sw", "-noborder", "+ip", "127.0.0.1"]

0 commit comments

Comments
 (0)