怎样将《风色幻想3/4/5/6/XX》系列窗口化修改

时间:2026-02-12 03:07:52

1、保存到记事本,后缀为reg导入注册表,游戏打开后窗口化1024*768....
  要改分辨率的请修改
  "CreationWidth"=dword:00000400
  "CreationHeight"=dword:00000300
  这2项即可,建议到注册表内选择十进制改起来方便...

怎样将《风色幻想3/4/5/6/XX》系列窗口化修改

2、风色幻想3:
  CODE:
  Windows Registry Editor Version 5.00
  [HKEY_CURRENT_USER\Wind3]
  "IsFullscreen"=dword:00000000
  "CreationWidth"=dword:00000400
  "CreationHeight"=dword:00000300
  "AdapterFormat"=dword:00000016
  "RefreshRate"=dword:00000046
  "TextureFormat"=dword:00000015

3、风色幻想4:
  CODE:
  Windows Registry Editor Version 5.00
  [HKEY_CURRENT_USER\Wind4]
  "IsFullscreen"=dword:00000000
  "CreationWidth"=dword:00000400
  "CreationHeight"=dword:00000300
  "AdapterFormat"=dword:00000016
  "RefreshRate"=dword:00000046
  "TextureFormat"=dword:00000015

4、风色幻想5:
  CODE:
  Windows Registry Editor Version 5.00
  [HKEY_CURRENT_USER\Wind5]
  "IsFullscreen"=dword:00000000
  "CreationWidth"=dword:00000400
  "CreationHeight"=dword:00000300
  "AdapterFormat"=dword:00000016
  "RefreshRate"=dword:00000046
  "TextureFormat"=dword:00000015

5、风色幻想XX:
  CODE:
  Windows Registry Editor Version 5.00
  [HKEY_CURRENT_USER\WindXX]
  "IsFullscreen"=dword:00000000
  "CreationWidth"=dword:00000400
  "CreationHeight"=dword:00000300
  "AdapterFormat"=dword:00000016
  "RefreshRate"=dword:00000046
  "TextureFormat"=dword:00000015

© 2026 智德知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com