XCOM: Chimera Squad

XCOM: Chimera Squad

Create and Share Mods
Create your own enemies, characters, weapons, maps, and other content to expand XCOM: Chimera Squad. Mods are created by and for the XCOM community and are not officially supported by Firaxis or 2K.
SkacikPL 7 5 May, 2020 @ 4:55pm
Fix SDK VS Code run command not launching the game with log window
For some reason Chimera Squad SDK seems to launch the game with -showlog param instead of -log, direct result of that is lack of separate live logging window.

To fix this oversight, You need to go to %userprofile%\.vscode\extensions\firaxis.xcom-sdk-1.0.0\out and open run.js with text editor of Your choice, locate function runMod and change -showlog to -log (line 130), You can also add -allowconsole for extra utility.