在玩女死神時 一直是全屏,朋友QQ想聊下天都不行,那麼女死神遊戲如何設置窗口化呢?本人試了好久 終於找到一個把女死神設置窗口化的辦法。以下是詳細解法
首先說明說明:本人隻在在英文v1.02版測試成功,沒有在德文v1.01版嚐試過。
這樣修改設定Setting文件:
打開Cocuments and SettingsLHMy DocumentsVenetica,將其中的settings-user.ini文件用記事本打開:
......
//////////////////////////////////////////////////////////////////////////
// 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前麵與等號間有個空格!
最後進入遊戲看看是否窗口化了。