We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-novid
1 parent e5dcca5 commit 0bb8c2aCopy full SHA for 0bb8c2a
1 file changed
scripts/launch.js
@@ -8,7 +8,7 @@ const { getAddonName, getDotaPath } = require("./utils");
8
9
// You can add any arguments there
10
// For example `+dota_launch_custom_game ${getAddonName()} dota` would automatically load "dota" map
11
- const args = ["-tools", "-addon", getAddonName()];
+ const args = ["-novid", "-tools", "-addon", getAddonName()];
12
spawn(path.join(win64, "dota2.exe"), args, { detached: true, cwd: win64 });
13
})().catch(error => {
14
console.error(error);
0 commit comments