[Zombie Shooter1.2][僵尸枪手]的窗口模式
在X:\Documents and Settings\user\My Documents\ZombieShooter Saves\userdata目录下有个_global.dat的文件。(ps. 即 我的文档\ZombieShooter Saves\userdata目录下)
用“记事本”打开_global.dat文件,以下是全屏与窗口模式的相关设置:
iScreenX=1024
iScreenY=768
iFullScreen=0
iWindowPositionX=128
iWindowPositionY=0
iScreenX、iScreenY:游戏窗口大小。建议不小于1024*768,若改小了游戏界面会显示不全。
iFullScreen:是否全屏。1=全屏模式 0=窗口模式
iWindowPositionX、iWindowPositionY:游戏窗口位置。以上设置在分辩率1280*800时,游戏窗口在除工具栏外的屏幕正中。