勇闖死人谷暗黑之日demo只有7天的試玩時間,根本玩不夠,那要怎麼修改天數呢?突破天數限制,好繼續玩,修改天數的方法有點麻煩,要去改底層文件,下面就跟著小編一起來操作吧。
勇闖死人谷暗黑之日怎麼修改天數
方法一:用CE修改
1、開一個新檔,把搜索類型改為2字節,搜索「1」,接著長按「R」進入下一個階段,搜索「2」,再進入下一個階段,再搜索「3」,以此類推。
2、最後得到正確的地址就是「當前階段」,地址偏移 2就是「當前天數」。
3、開局的階段值(白天)為「0」,天數值為「0」。
4、第二天階段值(白天)為「2」,天數值為「1」,以此類推…
方法二:修改底層文件
1、打開遊戲目錄:G:SteamLibrarysteamappscommonInto the Dead Our Darkest Days DemoIntoTheDeadOurDarkestDays_DataStreamingAssetsAssetBundles
2、找到Steam_demo這個文件,用AssetStudio軟體打開,發現有SteamDemoPlan文件,預覽代碼:
(只看標紅欄位)
MonoBehaviour Base
PPtr m_GameObject
int m_FileID = 0
SInt64 m_PathID = 0
UInt8 m_Enabled = 1
PPtr m_Script
int m_FileID = 0
SInt64 m_PathID = 5515020666168605703
string m_Name = "SteamDemoPlan"
SerializableGuid m_guid
Hash128 m_guid
UInt8 bytes[0] = 220
UInt8 bytes[1] = 12
UInt8 bytes[2] = 234
UInt8 bytes[3] = 234
UInt8 bytes[4] = 114
UInt8 bytes[5] = 198
UInt8 bytes[6] = 229
UInt8 bytes[7] = 176
UInt8 bytes[8] = 236
UInt8 bytes[9] = 42
UInt8 bytes[10] = 231
UInt8 bytes[11] = 227
UInt8 bytes[12] = 219
UInt8 bytes[13] = 226
UInt8 bytes[14] = 97
UInt8 bytes[15] = 147
SerializableGuid m_targetDestination
Hash128 m_guid
UInt8 bytes[0] = 42
UInt8 bytes[1] = 140
UInt8 bytes[2] = 87
UInt8 bytes[3] = 241
UInt8 bytes[4] = 20
UInt8 bytes[5] = 18
UInt8 bytes[6] = 144
UInt8 bytes[7] = 104
UInt8 bytes[8] = 216
UInt8 bytes[9] = 232
UInt8 bytes[10] = 92
UInt8 bytes[11] = 46
UInt8 bytes[12] = 130
UInt8 bytes[13] = 139
UInt8 bytes[14] = 147
UInt8 bytes[15] = 82
unsigned int m_daysOpen = 8
int m_numberOfLeadsRequiredToUnlock = 4
vector m_leadKnowledge
Array Array
int size = 0
daysOpen = 8 就是開放時間為8,和只能體驗7天剛好吻合,改掉就行。
以上就是勇闖死人谷暗黑之日修改天數方法介紹,大家研究一下,一步步操作。