Skip to content
Stefan Hendriks edited this page Sep 23, 2021 · 4 revisions

There are several startup parameters available to start d2tm.exe with.

Usage is:

d2tm.exe -<param> ...

Multiple params can be given at once.

Example usage

d2tm.exe -nosound -windowed

This runs the game, without sounds enabled and in windowed mode.

Available parameters

windowed - run in Windowed mode

nosound - no sounds enabled

nomusic - no music enabled, sound effects remain enabled

game <filename> - run the game with a specific rules file (when not specified it uses game.ini)

Parameters used for debugging purposes

noai - disable AI behavior

oneai - only enable one AI

noreinforcements - do not spawn reinforcements during campaign missions

usages - this draws the amount of units, structures, projectiles and particles in use vs available during gameplay

Changing screen resolution

You cannot change the screen resolution (yet) via startup params. Instead use this method.

Clone this wiki locally