辐射2高分辨率补丁1.5
Version 1.5 is now out
This version fixes the locked scrolling problem which occurred on some maps. Also the dialog view screen should now display the NPC you are talking to more reliably.
辐射1高分辨率补丁1.1
The Fallout1 patch has also been updated and includes all the updates listed for the Fallout2 Patch it also now supports the Polish 1.2/TeamX version of Fallout.
.
.
# if AUTO_SCRN_SIZE = 0 - SCR_WIDTH & SCR_HIGHT are set in VARIABLES section
# if AUTO_SCRN_SIZE = 1 - SCR_WIDTH & SCR_HIGHT are set to current desktop resolution
AUTO_SCRN_SIZE = 0 <===这里要改成0
.
.
#Set the screen resolution here
SCR_WIDTH = 800 <===这里要改成800
SCR_HIGHT = 600 <===这里要改成600
.
.