Command Line Reference
Exaplan.exe accepts the following command line parameters:
Argument
Value
Description
-startup
string project_path
Loads a startup project (.json)
-force-device-index
int gpu_index
Force Exaplan to use a specific GPU for performance.
-force-d3d11
none
Force the application to use Direct3D 11 for rendering.
-logFile
string log_path
Specifiy a log file path
-log-memory-performance-stats
none
Adds a detailed memory report to the Player log file when closing Exaplan.
Example
This command starts EXAPLAN with the following operations:
Load the startup project: "startup.json"
Forces the rendering load on the second GPU. In this case, the first GPU is a low-end monitor graphics card running the UI display, and the 2nd is the high-performance card.
C:\Exaplan\Exaplan.exe -startup "C:\Users\VIOSOCAVE\Documents\startup.json" -force-device-index 1
Last updated