2026-06-25 12:46 天天模拟器
在游玩《女死神》时,很多玩家习惯全屏模式,但当朋友通过QQ想聊天时,切换窗口就显得不太方便。那么,如何将《女死神》设置为窗口化模式呢?经过多次尝试,我终于找到了一种有效的方法。下面将详细介绍具体步骤。
首先需要说明的是,这个方法仅在英文v1.02版本中测试成功,尚未在德文v1.01版本中尝试过,因此其他版本的效果可能有所不同。
接下来,我们需要修改游戏中的Setting配置文件:
打开路径“Cocuments and SettingsLHMy DocumentsVenetica”,找到对应的文件,并使用记事本程序将其打开。
文件内容如下:
//////////////////////////////////////////////////////////////////////////
// Category: 0x1856B05B
//////////////////////////////////////////////////////////////////////////
// flag indicating whether autosaving will be enabled
autosave_enabled = true
// the resolution of the render window e.g. '800x600'
window_size = 1280x720
// flag deciding whether the application will run in fullscreen mode 'true' or 'false'
fullscreen = true
// the brightness modifier applied on top of the active scene
global_brightness = 1
// the contrast modifier applied on top of the active scene
global_contrast = 1
// flag indicating whether vertical sync will be enabled
vsync_enabled = true
// the saturation modifier applied on top of the active scene
global_saturation = 1
//////////////////////////////////////////////////////////////////////////
在打开的记事本中,找到“fullscreen = true”这一行,将其改为“fullscreen = false”。请注意,修改时需要在“false”与等号之间保留一个空格,否则可能无法生效。
保存文件后退出记事本,最后启动游戏,查看是否已成功切换为窗口化模式。
