The maya exporter launch Stellaris in "preview mode" (you can see a single mesh without start the whole game)
Is there a command line parameter on something similar to launch it in this way without passing for maya ?
I tried "Stellaris --debug" or "--preview" with no effect....
If you want to load a single mesh:
stellaris.exe -editor -filterfile=previewer_filefilter.txt -mount="C:/stellaris/game/" -mesh "gfx/models/ship.mesh"
-editor (to start the previewer)
-filterfile=previewer_filefilter.txt (can be used to filter which files to load on startup)
-mount (which directory to mount)
-mesh (mesh to display)