Posted July 30, 2012
high rated
While scouring the .exe file in my vain attempt to fix multiplayer functionality, I found an exhaustive list of command line parameters.
I'm not sure what a lot of them do. Some are obvious. If you learn what some of them do, feel free to post.
-subtitle
-powervr (removes text and gives an initial yellow overlay)
-triplebuffer (this might help with flickering graphics)
-noflipwait
-zbufferinfinite
-softinterface
-noplaycine
-colormouse
-hardmouse
-lowres
-nocdsample
-nosound
-lobby (this starts the game at the create multiplayer game page)
-notearing
-texturereduce
-fronttoback
-sortbyz (solves some transparency issues: https://www.youtube.com/watch?v=YbpCzXxIydc )
-stipplealpha
-ignoreagp
-nofog
-nokatmai
-antialias (not 100% sure it's working, but the shadow does look a little better)
-noflat
-secondarycache
-blitsprite (makes character portraits and mouse not appear)
-32bit (everyone should play with this today -- especially on windowed mode)
-nocolorkey (may fix black box around cursor)
-primary
-window (play in a 640x480 windows [I think])
-notimeout
-full
-nobitmap
-soft
-reversecam : reverse camera rotation of direction keys
-keepalive : enable the DirectPlay keepAlive option (Default : IPX : on ; TCP/IP : off)
-nooptimizelatency : remove the bandwidth optimisation for latency delays
-directplayprotocol : enable the DirectPlayProtocol (Default : IPX : on ; TCP/IP : off)
-nodirectPlayprotocol : disable the DirectPlayProtocol (Default : IPX : on ; TCP/IP : off)
-noasync : remove the asynchrone network messages (Default is on)
-noguarantee : remove the guarantee messages (Default is on)
-nointro : skip the intro cinematic sequences (Default is on)
I'm not sure what a lot of them do. Some are obvious. If you learn what some of them do, feel free to post.
-subtitle
-powervr (removes text and gives an initial yellow overlay)
-triplebuffer (this might help with flickering graphics)
-noflipwait
-zbufferinfinite
-softinterface
-noplaycine
-colormouse
-hardmouse
-lowres
-nocdsample
-nosound
-lobby (this starts the game at the create multiplayer game page)
-notearing
-texturereduce
-fronttoback
-sortbyz (solves some transparency issues: https://www.youtube.com/watch?v=YbpCzXxIydc )
-stipplealpha
-ignoreagp
-nofog
-nokatmai
-antialias (not 100% sure it's working, but the shadow does look a little better)
-noflat
-secondarycache
-blitsprite (makes character portraits and mouse not appear)
-32bit (everyone should play with this today -- especially on windowed mode)
-nocolorkey (may fix black box around cursor)
-primary
-window (play in a 640x480 windows [I think])
-notimeout
-full
-nobitmap
-soft
-reversecam : reverse camera rotation of direction keys
-keepalive : enable the DirectPlay keepAlive option (Default : IPX : on ; TCP/IP : off)
-nooptimizelatency : remove the bandwidth optimisation for latency delays
-directplayprotocol : enable the DirectPlayProtocol (Default : IPX : on ; TCP/IP : off)
-nodirectPlayprotocol : disable the DirectPlayProtocol (Default : IPX : on ; TCP/IP : off)
-noasync : remove the asynchrone network messages (Default is on)
-noguarantee : remove the guarantee messages (Default is on)
-nointro : skip the intro cinematic sequences (Default is on)
Post edited February 09, 2021 by Tallima