This script allows you use PAK unpaker again. He just replaces .pak file to your patched .pak after EAC loading. Ez
How to use
1. Use this method to patch pakchunk0-WindowsNoEditor.pakhttps://www.mpgh.net/forum/showthread.php?t=1494031
2. Rename ur patched .pak file to .pak.bak and move him to paks folder
3. Should be like that:
4. Start the python script:
Code:
import sys
import os
import subprocess
import time
game_path_pak = r'D:\SteamLibrary\steamapps\common\Dead by Daylight\DeadByDaylight\Content\Paks'
if os.path.exists( game_path_pak ) is False:
exit( 'Cant find pak folder' )
def pak_patch( path ):
os.rename( path + '\\pakchunk0-WindowsNoEditor.pak',
path + '\\pakchunk0-WindowsNoEditor.pak.bak1')
os.rename( path + '\\pakchunk0-WindowsNoEditor.pak.bak',
path + '\\pakchunk0-WindowsNoEditor.pak')
os.rename( path + '\\pakchunk0-WindowsNoEditor.pak.bak1',
path + '\\pakchunk0-WindowsNoEditor.pak.bak')
if len( sys.argv ) > 1:
if sys.argv[1] == 'reset':
pak_patch( game_path_pak )
print( 'Restored' )
exit()
first_time = True
patched = False
print( 'Warning for start the game..' )
while 1:
all_process = subprocess.check_output( 'tasklist', shell=False ).decode( 'windows-1251' )
if patched is True:
if 'DeadByDaylight-Win64-Ship' not in all_process:
print( 'Please wait 5s...' )
time.sleep( 5 )
pak_patch( game_path_pak )
print( 'Done!' )
#print( all_process )
break
time.sleep( 1 )
else:
if 'DeadByDaylight.exe' in all_process:
if first_time is True:
first_time = False
print( 'Found. Warning for EAC...' )
else:
if first_time is False:
pak_patch( game_path_pak )
patched = True
print( 'Patched! Waiting for game closed...' )
time.sleep( 0.1 )
DONT FORGET CHAGE game_path_pak FOR UR FOLDER GAME
5. Start the game
The script will automatically rename the files and will wait for the game to close to return the changes back.
Countryman tell me how it works in Russian or Ukrainian=)
if I select the dbd folder generically it tells me not to find the paks file, this happens even if I go to the folder itself
Originally Posted by PioP
if I select the dbd folder generically it tells me not to find the paks file, this happens even if I go to the folder itself
1. Download the archive in attachment and unpack
2. Start the patch_pak.exe
3. Choose the DBD folder
4. Wait until the program finishes work.
5. Start the enable_config.py and start the game.
Done.
Make sure that you have Read-only for your Engine.ini
Do not close the enable_config.py manually during the game! The enable_config.py will automatically closes after exiting the game.
Savior! It's worked.
Originally Posted by flynn1
How to use configs
1. Download the archive in attachment and unpack
2. Start the patch_pak.exe
3. Choose the DBD folder
4. Wait until the program finishes work.
5. Start the enable_config.py and start the game.
Done.
Make sure that you have Read-only for your Engine.ini
Do not close the enable_config.py manually during the game! The enable_config.py will automatically closes after exiting the game.
what does this disable?antialiasing or more?also can you make it brighter?
It keeps flashing in game like im having an eplitic fit. FLASH FLASH FLASH FLASH. Its like cmdtask.exe or something popping up everything 0.1 second
EDIT: cmd window named Tasklist.exe pops up every 1 second. Alt tabbing the game
Originally Posted by flynn1
How to use configs
1. Download the archive in attachment and unpack
2. Start the patch_pak.exe
3. Choose the DBD folder
4. Wait until the program finishes work.
5. Start the enable_config.py and start the game.
Done.
Make sure that you have Read-only for your Engine.ini
Do not close the enable_config.py manually during the game! The enable_config.py will automatically closes after exiting the game.
Work.
But how chance get ban with this method?
Hatch not showing with using old config wallhack.
3.7.1 Hotfix
Originally Posted by flynn1
How to use configs
1. Download the archive in attachment and unpack
2. Start the patch_pak.exe
3. Choose the DBD folder
4. Wait until the program finishes work.
5. Start the enable_config.py and start the game.
Done.
Make sure that you have Read-only for your Engine.ini
Do not close the enable_config.py manually during the game! The enable_config.py will automatically closes after exiting the game.