i have some questions .
when i use th ecattool, can i unpack the game at once, i mean all cats in main folder at same time ? or do i need to unpack them one by one ?
how about the DLC cat files ? do i need to keep the folder structure ? for an unpacked game ?
questions regarding unpacking the game
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 135
- Joined: Sat, 3. Jul 10, 23:23
Re: questions regarding unpacking the game
Yes, you can unpack them all at once: Getting Started: Tools, Scripting and Modding
The "out" path can be whatever you want, like "D:\My Files\Games\X4\unpacked"
Yes, you need to keep the folder structure. Otherwise, things can be overwritten. Keep in mind to change the in and out path corresponding to the dlcs.
e.g.
The "out" path can be whatever you want, like "D:\My Files\Games\X4\unpacked"
Yes, you need to keep the folder structure. Otherwise, things can be overwritten. Keep in mind to change the in and out path corresponding to the dlcs.
e.g.
Code: Select all
C:
cd "C:\Games\SteamLibrary\steamapps\common\X4 Foundations\extensions\ego_dlc_terran"
XRCatTool.exe -in ext_01.cat -in ext_02.cat -in ext_03.cat -out "D:\My Files\Games\X4\unpacked\extensions\ego_dlc_terran"
pause
-
- Posts: 532
- Joined: Sat, 13. Feb 21, 14:09
Re: questions regarding unpacking the game
ah ok thanks 
