Blade.exe command line arguments

Blade of Darkness general discussion and game help forum. Discuss anything related to Severance / BoD (except modding, use the forum below) Note: Possible spoilers!

Moderators: prospero, Ade

Post Reply
User avatar
cieply
Dragon
Posts: 403
Joined: Wed Jun 26, 2013 3:43 pm

Blade.exe command line arguments

Post by cieply »

Sometimes there is a need to adjust way the program runs. In our case, there is a launcher window

Image

where you can select the video and audio drivers, which are saved in configuration files and then, next time, it will be remembered. Unfortunately it is not possible to set it up withing the game, and for average user there is no way to skip this window and start the game with already set up settings.
There is a hope though. Game can be ran with command line arguments or by editing shortcut properties

Image

which is essentially the same.


Game accepts few command line arguments, starting with hyphen `-', which is part of argument.
You want to pass it to the program without quotes.

-cls
* ?

-console
* start with python console (it runs in separate window and is most useful in windowed mode; in full screen it plays all kinds of tricks)

-dedicated
* start dedicated server

-dev:<Renderer.dll>
* use specified device (renderer?)

-map:<MAP>
* start map MAP

-nodinput
* no direct input, whatever that may be

-nogamespy
* no game spy?

-nomouse
* no mouse (self explanatory)

-nosound
* no sound

-quick
* skip laucher window (this is the most useful option of all)

-r3Dfx
* use 3dfx renderer?

-rD3D
* use D3D renderer?

-rOpenGL
* use OpenGL renderer?

-rsoft16b
* ??

-snd:<IDX>
* use sound driver (specified by index IDX; to be verified in launcher window)

-startpath:??
* no idea


for example:

Code: Select all

Blade.exe -dev:rOpenGL.dll -snd:2 -map:Arena1 -console -quick

Note that not everything here works as expected. In my tests using `-map:<MAP>' didn't work.
l'aria fresca,
vino puro, ...

Post Reply