來源:3DM
作者:風雪藍
直接設定多個顯示比例,然後在遊戲中進行調整
複製代碼替換原來TXT中的代碼
在遊戲安裝目錄中(遊戲目錄\data\datafile\,steam使用者在steam遊戲安裝目錄\SteamApps\common\Dead Rising 3\data\datafile\)打開”viewport.txt“檔或者替換此檔
//This file will include all of the viewport definitions that are required for gameplay purposes (non-script)
cViewportShape MainView_16x9
{
X = “0”
Y = “0”
Width = “1”
Height = “1”
Aspect=”1.777777778″
}
cViewportShape MainView_21x9
{
X = “0”
Y = “0”
Width = “1”
Height = “1”
Aspect=”2.383333333″
}
cViewportShape MainView_16x10
{
X = “0”
Y = “0”
Width = “1”
Height = “1”
Aspect=”1.600000000″
}
cViewportShape MainView_4x3
{
X = “0”
Y = “0”
Width = “1”
Height = “1”
Aspect=”1.333333333″
}
cViewportShape MainView_5x4
{
X = “0”
Y = “0”
Width = “1”
Height = “1”
Aspect=”1.250000000″
}