Lokasenna -> RE: Not in wide screen, need help (1/29/2016 6:06:25 AM)
|
quote:
ORIGINAL: witpqs quote:
ORIGINAL: Fallschirmjager I have the game on a new laptop, I entered the command line entry and I am still getting black bars down the side of my screen when I play. Here is my command line -px1920 –py1080 -deepColor -skipVideo What am I doing wrong? First off, that is not your entire command line, it is only the switches. I know you might think it's redundant, but pasting in the entire command line here can help immensely in many cases. In this case, I am able to identify one definite problem. The "-" character in front of each switch is supposed to be a plain old "-". But the "-" you have in front of the py switch is not a real dash. Most likely you copy pasted that from the documentation and got a typeset character (en-dash or em-dash) that looks a little better in a PDF or a printed manual. Delete the "-" in front of the py command and type it back in yourself. See if that helps. The existence of these typeset characters is one of my pet peeves, especially when they are foisted upon us. I frequently delete them so that I can use a standard -.
|
|
|
|