• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Showing developer posts only. Show all posts in this thread.
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)