FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Dying Light: The Beast (https://fileforums.com/showthread.php?t=106856)

mausschieber 19-09-2025 03:22

Dying Light: The Beast
 
3 Attachment(s)
Dying Light: The Beast [?xDVD5]

Credits:
--CIU By:Yener90
--InstallerScript: CIU 3.0.0.1
--Contributors:BAMsE; Razor12911; Simorq; KaktoR; Cesar82 CIU 3.0.0.1
--CLS-DiskSpan.dll R3 by Razor12911, modified version by Cesar82
--DiskSpan_GUI V2+ by Cesar82

Graphic found Ingame and Online
Arts by mausschieber


Version History:
Code:

Version 1.0.0
- Initial Release  ;

Include: All DLC's

Instructions:

1.-- Install Game, update to latest version + No-DVD.
2.-- Download the Conversion and extract to HD, (not in game folder)
2a.- Move _CommonRedist to Conversion output folder. (Last DVD)

Code:

[Launch1]
-----------------------------------------------------------
Name=DirectX (Jun 2010)
Exe1={src}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=0
Checked=0

[Launch2]
-----------------------------------------------------
Name=Microsoft Visual C++ 2010
Exe1={src}\_CommonRedist\vcredist\2010\vcredist_x86.exe
Exe2={src}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0
Checked=0

[Launch3]
-----------------------------------------------------
Name=Microsoft Visual C++ 2022
Exe1={src}\_CommonRedist\vcredist\2022\VC_redist.x86.exe
Exe2={src}\_CommonRedist\vcredist\2022\VC_redist.x64.exe
Argument=/passive /norestart
BeforeInstall=0
Checked=0

3.-- Run DiskSpan_GUI Choose Input/Output folder, Choose compression method
4.-- Test the conversion, before burning ISO.

Gillian 19-09-2025 07:13

------------------------------------------------------------------------------------------
------------------------------- CONVERSION DATE 2025/09/19 -------------------------------
------------------------------------------------------------------------------------------
14:28:45 - You have chosen the BD25 type for the media size.
14:28:45 - ISO images will not be created when conversion is complete.
14:28:45 - The computer will remain on when the conversion is complete.
14:28:45 - Selected ARC/DS method for Data1a-01.bin was: xtool:dd3:l10,d128mb
14:28:45 - Selected ARC/DS method for Data1b-01.bin was: xt_lz4+xtool:dd3:l10,d128mb
-------------------------------------------------------------------------------------------------------
14:28:46 - Compression initialized in 19/09/2025 at 14:28:46.
14:28:46 - Starting Data1a-01.bin archive creation.
14:57:04 - Moving Data1a-01.bin » Data1a-02.bin files to media folder.
14:57:04 - Starting Data1b-01.bin archive creation.
14:57:19 - Moving Data1b-01.bin file to media folder.
14:57:19 - Compression finished in 19/09/2025 at 14:57:19.
-------------------------------------------------------------------------------------------------------
14:57:19 - Getting size of the game: Dying Light The Beast
14:57:19 - » Installation folder size: 58.51 GB
14:57:19 - » Data1a-01.bin file size: 37.61 GB
14:57:19 - » Data1b-01.bin file size: 299.07 MB
14:57:19 - » Compressed game size: 37.91 GB (Ratio 64.79%)
-------------------------------------------------------------------------------------------------------
14:57:19 - Overall input size: 58.51 GB
14:57:19 - Overall output size: 37.91 GB (Ratio 64.79%)
14:57:19 - Overall conversion time: 00:28:32
14:57:19 - Overall conversion discs: 2 BD25
-------------------------------------------------------------------------------------------------------

jksengko 07-10-2025 00:32

shortcut no added............

mausschieber 07-10-2025 01:11

Quote:

Originally Posted by jksengko (Post 508691)
shortcut no added............

Code:

///////////////////////////////////////////////////////////////////////////////
/////////////////////  EXTERNAL SETTINGS  /////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////

[InstallOptions]

[Executable1]
-------------------------------------------------------------------------------
Name=Your Install Folder
ExeFile=your.exe
ExePath=Your Install Path

Save it as Setup.ini and put it near the setup.exe

jksengko 07-10-2025 01:53

i try before can not added shortcut also....

mausschieber 07-10-2025 05:13

Quote:

Originally Posted by jksengko (Post 508693)
i try before can not added shortcut also....

Original
Code:

[Executable1]
-------------------------------------------------------------------------------
Name=Dying Light The Beast
ExeFile=DyingLightGame_TheBeast_x64_rwdi.exe
ExePath=ph_ft\work\bin\x64

this Conversion use
Code:

[Executable1]
-------------------------------------------------------------------------------
Name=Dying Light The Beast
ExeFile=steamclient_loader.exe
ExePath=ph_ft\work\bin\x64


Jarmen_Kell 16-10-2025 05:25

Quote:

Originally Posted by mausschieber (Post 508695)
Original
Code:

[Executable1]
-------------------------------------------------------------------------------
Name=Dying Light The Beast
ExeFile=DyingLightGame_TheBeast_x64_rwdi.exe
ExePath=ph_ft\work\bin\x64

this Conversion use
Code:

[Executable1]
-------------------------------------------------------------------------------
Name=Dying Light The Beast
ExeFile=steamclient_loader.exe
ExePath=ph_ft\work\bin\x64


Actually you dont need to separate path and exe file name. "ExeFile=ph_ft\work\bin\x64\steamclient_loader.exe " will still works!
However, it seems the separate method works more accurate. Especially on cracked games! :D

Jarmen_Kell 16-10-2025 08:14

It seems the installer isn't support oggre method. It returnes error on "sfx.aesp" file

wareck 16-10-2025 11:34

hello
It's not oggre (not native OGG, they are WEM files)
You need to use quickbms to extract files
then use wemtool

If you don't want to do this kind of conversion you may use :
xtool:mzlib+msc_tak+srep_new:490g+LZMA-MT for aesp audio files

I finish conversion 39.4gb (version 1.2.4 + bonus + 4k videos and all languages)

wareck 16-10-2025 11:36

DyingLightTheBeast.bms

Code:

endian little
goto 0x90
get FILES long
goto 0xA0
get TABLE_OFFSET long
goto TABLE_OFFSET

for i = 0 < FILES
    getdstring NAME 0x80
    get CRC long
    get DUMMY long
    get OFFSET longlong
    get SIZE longlong

    if NAME == ""
        string NAME p= "%08d" i
    endif

    string NAME += ".wem"

    log NAME OFFSET SIZE
next i


Jarmen_Kell 19-10-2025 01:34

Thanks a lot for compressor and installer. Everything works well. :)

---------------------------------------------------------------------------------------------------------------------------------------------
- Selected ARC/DS method for Data1-01.cab was: bpk+xtool:dd3:l10,d128mb (*.bik)
- Selected ARC/DS method for Data2-01.cab was: xtool:c128mb:mreflate:dd3:l10,d128mb (else)

- Overall input size: 59.77 GB
- Overall output size: 36.08 GB (Ratio 60.37%)
- » Data1-01.cab file size: 2.22 GB
- » Data2-01.cab file size: 33.86 GB
- Overall conversion time: 01:17:52
- Overall conversion discs: 9 DVD5
---------------------------------------------------------------------------------------------------------------------------------------------
- Install Time: 00:16:00 (HDD on HDD)
---------------------------------------------------------------------------------------------------------------------------------------------
- Selected ARC/DS method for Data1-01.cab was: xtool:c128mb:dd3:l10,d128mb (else)
- Selected ARC/DS method for Data2-01.cab was: bpk+xtool:dd3:l10,d128mb (*.bik)
- Selected ARC/DS method for Data3-01.cab was: msc_tak+xtool:dd3:l10,d128mb (*.aesp|*.pak)
- Selected ARC/DS method for Data4-01.cab was: xtool:c128mb:mreflate:dd3:l10,d128mb (*.rpack|*.navmesh)

- Overall input size: 59.77 GB
- Overall output size: 36.14 GB (Ratio 60.46%)
- » Data1-01.cab file size: 665.86 MB
- » Data2-01.cab file size: 2.22 GB
- » Data3-01.cab file size: 9.46 GB
- » Data4-01.cab file size: 23.81 GB
- Overall conversion time: 01:23:43
- Overall conversion discs: 9 DVD5
---------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------
- Selected ARC/DS method for Data1-01.cab was: srep_new:490g+lolz:dtb1:d92:mtt1:mt16:mc1023
- Selected ARC/DS method for Data2-01.cab was: bpk+xtool:dd3:l10,d128mb
- Selected ARC/DS method for Data3-01.cab was: msc_tak+xtool:mzlib:dd3:l10,d128mb
- Selected ARC/DS method for Data4-01.cab was: xtool:c128mb:mreflate+srep_new:490g+lolz:dtb1:d92: mtt1:mt16:mc1023

- Overall input size: 59.77 GB
- Overall output size: 33.54 GB (Ratio 56.11%)
- » Data1-01.cab file size: 660.59 MB
- » Data2-01.cab file size: 2.22 GB
- » Data3-01.cab file size: 9.46 GB
- » Data4-01.cab file size: 21.21 GB
- Overall conversion time: 06:11:02
- Overall conversion discs: 8 DVD5
---------------------------------------------------------------------------------------------------------------------------------------------
- Install Time: 00:12:39 (HDD on HDD)

KaktoR 19-10-2025 05:54

Quote:

Originally Posted by wareck (Post 508732)
DyingLightTheBeast.bms

Code:

endian little
goto 0x90
get FILES long
goto 0xA0
get TABLE_OFFSET long
goto TABLE_OFFSET

for i = 0 < FILES
    getdstring NAME 0x80
    get CRC long
    get DUMMY long
    get OFFSET longlong
    get SIZE longlong

    if NAME == ""
        string NAME p= "%08d" i
    endif

    string NAME += ".wem"

    log NAME OFFSET SIZE
next i


For the "meta.aesp" file you have to use WavExtractor (mesa doesn't work here) and rename extracted wav to wem.
https://i.imgur.com/19anTLn.png

If you're going to extract this file with provided bms script you end up with abouve bkhd header. In this case you have to use WavExtractor aswell but you have a second step.

KaktoR 21-10-2025 09:14

Code:

16:10:29 - Selected ARC/DS method for Data1a-01.bin was: xtool:dd3+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
 16:10:29 - Selected ARC/DS method for Data1b-01.bin was: bpk
 16:10:29 - Selected ARC/DS method for Data1c-01.bin was: xtool:mzlib:mreflate:dd3+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
-----------------------------------------------------------------------------------------------------------------------------------------
 18:13:34 - Overall input size: 66,85 GB
 18:13:34 - Overall output size: 29,63 GB (Ratio 44.32%)
 18:13:34 - Overall conversion time: 02:03:04

1 language, processed WEM files.


All times are GMT -7. The time now is 01:26.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com