Skip to content

Commit 4d02868

Browse files
authored
disable autodetach of SyringeEx for debug purposes
1 parent 68ffd22 commit 4d02868

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package/Qt/QuickMatch.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[yr]
22
GameExe=gamemd-spawn.exe
33
; New
4-
Launch=Syringe.exe -i=Ares.dll -i=CnCNet-Spawner.dll -i=Phobos.dll %GameExe% --args="-SPAWN -LOG -CD -Include -Inheritance -RA2ModeSaveID=0x8d113b94"
4+
Launch=Syringe.exe -i=Ares.dll -i=CnCNet-Spawner.dll -i=Phobos.dll --nodetach %GameExe% --args="-SPAWN -LOG -CD -Include -Inheritance -RA2ModeSaveID=0x8d113b94"
55
; Old
66
; Launch=Syringe.exe -i=Ares.dll -i=CnCNet-Spawner.dll -i=Phobos.dll "%GameExe%" -SPAWN -LOG -CD -Include -Inheritance -RA2ModeSaveID=0x8d113b94
77
ExceptionFileName=except.txt

package/Resources/ClientDefinitions.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GameExecutableNames=Syringe.exe
1818
; Game executable name for Linux/Mac systems.
1919
UnixGameExecutableName=Resources/Compatibility/Unix/wine-game.sh
2020
; Additional command line parameters applied after -SPAWN.
21-
ExtraCommandLineParams=-i=Ares.dll -i=CnCNet-Spawner.dll -i=Phobos.dll gamemd-spawn.exe --args="-SPAWN -LOG -CD -Include -Inheritance -RA2ModeSaveID=0x8d113b94"
21+
ExtraCommandLineParams=-i=Ares.dll -i=CnCNet-Spawner.dll -i=Phobos.dll --nodetach gamemd-spawn.exe --args="-SPAWN -LOG -CD -Include -Inheritance -RA2ModeSaveID=0x8d113b94"
2222

2323
SettingsFile=RA2MD.ini
2424
ConfigWindowTitle=YR Settings

0 commit comments

Comments
 (0)