Deadly Premonition: The Director's Cut

Deadly Premonition: The Director's Cut

41 个评价
Skip intro and logos / Пропуск логотипов и заставки
由 Smile 制作
   
奖励
收藏
已收藏
取消收藏
English
Hi guys. If you are tired and don't want to waste more then 30 seconds every time you run the game, there is the solution to skip annoying logos and intro.

Open file dp.exe (<Steam directory>\steamapps\common\Deadly Premonition The Director's Cut) in your favourite hex editor (HxD, wxHexEditor, etc), go to address/offset 0x243333 and change byte from B3 to 00.
Save changes and enjoy.

Don't forget to make a backup of dp.exe!



Method #2
Alternatively, you may use the following PowerShell script.
  • Open notepad
  • Insert code
  • Change steam path in the first line if needed
  • Save with extension ".ps1"
  • Right click and execute

$DPExePath = "C:\Program Files (x86)\Steam\steamapps\common\Deadly Premonition The Director's Cut\DP.exe" $offset = 0x243333 $bytes = [System.IO.File]::ReadAllBytes($DPExePath) if ($bytes[$offset] -eq 0xB3) { $bytes[$offset] = 0x00 [System.IO.File]::WriteAllBytes($DPExePath, $bytes) Write-Host "SECCESS! File patched!" -ForegroundColor "green" } else { Write-Host "FAILED!!!" -ForegroundColor "red" Write-Host ("Wrong byte at offset 0x{0:X0}: 0x{1:X0}" -f $offset, $bytes[$offset]) -ForegroundColor "red" } Read-Host -Prompt "Press Enter to exit"
Русский
Всем привет. В этом гайде описано решение проблемы пропуска заставок и видео при запуске игры.

Откройте файл dp.exe (<Путь к папке Steam>\steamapps\common\Deadly Premonition The Director's Cut) в любом хекс-редакторе (HxD, wxHexEditor и т.п.), перейдите по адресу/смещению 0x243333 и измените байт B3 на 00.
Сохраните сделанные изменения и наслаждайтесь сэкономленным временем.

Не забудьте сделать резервную копию файла dp.exe!



Способ №2
В качестве альтернативы вы можете использовать скрипт для PowerShell.
  • Откройте блокнот
  • Вставьте код
  • Измените путь к папке Steam в первой строке, если у вас он отличается
  • Сохраните файл с расширением ".ps1"
  • Нажмите на нем правой кнопкой мыши и запустите

$DPExePath = "C:\Program Files (x86)\Steam\steamapps\common\Deadly Premonition The Director's Cut\DP.exe" $offset = 0x243333 $bytes = [System.IO.File]::ReadAllBytes($DPExePath) if ($bytes[$offset] -eq 0xB3) { $bytes[$offset] = 0x00 [System.IO.File]::WriteAllBytes($DPExePath, $bytes) Write-Host "Файл успешно пропатчен!" -ForegroundColor "green" } else { Write-Host "Ошибка!!!" -ForegroundColor "red" Write-Host ("Неверный байт по адресу 0x{0:X0}: 0x{1:X0}" -f $offset, $bytes[$offset]) -ForegroundColor "red" } Read-Host -Prompt "Нажмите Enter чтобы выйти"
15 条留言
V 2022 年 3 月 1 日 上午 2:51 
CTRL+G
past 243333,OK
select B3 and type 00
VOILÀ
Anonymusx 2021 年 8 月 22 日 上午 7:25 
but the second method work
Anonymusx 2021 年 8 月 22 日 上午 7:22 
no find hexeditor 243333
^...000...^ 2019 年 5 月 8 日 上午 8:20 
А кто-нибудь знает можно ли таким образом убрать ролик из начала 9 главы? Игра вылетает на нем, нашла сохранение после этого ролика, но там квесты не пройдены, а мне не хочется перепроходить 13 шт., особенно с костями....
The Mewtilator 2018 年 8 月 15 日 上午 12:49 
For me, it was under 00243330.
Bawrius 2018 年 1 月 1 日 上午 1:33 
Мистер Улыбка, скажите мне пожалуйста, вы случайно не знаете что делать с мерцаниями в игре? Выглядит все так, будто игра автоматом в некоторых местах выкручивает гамму на максимум, из-за этого глаза болят.
Кириллиус 2017 年 12 月 27 日 上午 11:48 
Большое спасибо!
moep 2017 年 10 月 29 日 下午 6:18 
Thanks it worked. But I found it on 0x243283 (gog version)
Drogean 2017 年 7 月 21 日 下午 3:27 
Thank you this is awesome!

For clarify, if you search for offset you searching for "243333", and it should bring you to the right place, if you search for "0x243333" you may get an error in your hex editor
b2007929 2017 年 3 月 16 日 上午 9:24 
Note that you have to search for offset , CTRL+G shortcut in wxHexEditor: https://sourceforge.net/projects/wxhexeditor/
The fix skips all intro videos and screens, goes directly to the menu.