Deadly Premonition: The Director's Cut

Deadly Premonition: The Director's Cut

40 ratings
Skip intro and logos / Пропуск логотипов и заставки
By Smile
   
Award
Favorite
Favorited
Unfavorite
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 Comments
V 1 Mar, 2022 @ 2:51am 
CTRL+G
past 243333,OK
select B3 and type 00
VOILÀ
Anonymusx 22 Aug, 2021 @ 7:25am 
but the second method work
Anonymusx 22 Aug, 2021 @ 7:22am 
no find hexeditor 243333
^...000...^ 8 May, 2019 @ 8:20am 
А кто-нибудь знает можно ли таким образом убрать ролик из начала 9 главы? Игра вылетает на нем, нашла сохранение после этого ролика, но там квесты не пройдены, а мне не хочется перепроходить 13 шт., особенно с костями....
The Mewtilator 15 Aug, 2018 @ 12:49am 
For me, it was under 00243330.
Bawrius 1 Jan, 2018 @ 1:33am 
Мистер Улыбка, скажите мне пожалуйста, вы случайно не знаете что делать с мерцаниями в игре? Выглядит все так, будто игра автоматом в некоторых местах выкручивает гамму на максимум, из-за этого глаза болят.
Кириллиус 27 Dec, 2017 @ 11:48am 
Большое спасибо!
moep 29 Oct, 2017 @ 6:18pm 
Thanks it worked. But I found it on 0x243283 (gog version)
Drogean 21 Jul, 2017 @ 3:27pm 
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 16 Mar, 2017 @ 9:24am 
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.