Jump to content
We promise no intrusive ads, Please help keep the community alive
Consider supporting us by disabling your ad blocker / add to whitelist / purchasing VIP.
  • 0

Help with TDU2 Unpacker for DLCv082 install


MyRide
 Share

Question

Is it possible to unpack the TDUv082 version of the game using TDU2 Unpacker? I have this installation and when I unpack the game the unpacker isn't coded to unpack those files as it is looking for the v034 DLC2 installation files so I end up with unpacked base game without any DLC.

The .bat looks like following:

@echo off
quickbms.exe -o xmbf.bms TDU2DLC2v025.map .
quickbms.exe -o xmbf.bms TDU2DLC2v026.map .
quickbms.exe -o xmbf.bms TDU2DLC2v028.map .
quickbms.exe -o xmbf.bms TDU2DLC2v031.map .
for /F "tokens=1*" %%A in (FilelistFull.log) do if exist %%A.bin (md "%%~pB" & move %%A.bin %%B)
md unused_bin backup
for %%G in (*.bin) do (move %%G unused_bin)
for %%G in (*.map) do (move %%G backup)
for %%G in (*.big) do (move %%G backup)

My backup folder has these files:

bigfile_EU_1.big these same files from 1 - 5.

bigfile_EU_1.map these same files from 1 - 5.

TDU2DLCEXPLOv017.big

TDU2DLCEXPLOv017.map

TDU2v082.big (.83 .86 .97 same files)

TDU2v082.map (.83 .86 .97 same files)

 

Which filenames I should replace for the .bat file? I used a GUI unpacker but I also have the dlc only .bat (up there) so this will unpack it to a folder where I can just add them to my existing non dlc unpacked install afterwards? No need to do a full unpack of the game?

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share



×
×
  • Create New...