|
|
发表于 2010-2-14 00:17:42
|
显示全部楼层
INI设置解决控制台显示问题的方法,恕不翻译
PositionSome users can't see the left-most columns of text in the console; they can only see the end of statements, and can't see what they're typing, unless it's very long. This is known to impact some users without widescreens (a 4:3 screen like 1600x1200, 800x600, etc. - not 5:3 or 16:9 widescreen). Fortunately, Fallout 3 has an easy fix for this.
The position of console text can be set in the Fallout.ini file. In Windows XP at:
C:\\Documents and Settings\\username\\My Documents\\My Games\\Fallout3\\FALLOUT.INI
For Vista and Windows 7:
C:\\Users\\username\\Documents\\My Games\\Fallout3\\Fallout.ini
Open the file in a text editor like Notepad. Search for "iConsoleText".
Set iConsoleTextXPos to 200 or so. Higher figures move console text to the right. This is the main problem.
IConsoleTextYPos should be approx. 100 or 200 less than your Y resolution. Lower figure moves it up (0 is the top of the screen).
An example for a 1280x1024 (XxY) 5:4 display:
Setting Default New Setting Notes
iConsoleTextYPos 940 900 Y (up/down) pos is 100-200 less than your Y res (here, 1024)
iConsoleTextXPos 30 200 X (left/right) position is higher (which moves it to the right)
You can use a command like help to see if the console works. Even though you can't see the editing line or the cursor, it will flood the console with text.
Alternatively you can repeatedly press TAB before entering a command, this way the text gets pushed to the right and will be readable without affecting the entered text. |
|