Jump to content

eatrawmeat391

Recommended Posts

PAC Editor updated to version 6.7.1

- For some odd reason drag and drop will fail with the file path that has space in them so this little update fixes that bug

  • Thanks 2
Link to comment
Share on other sites

  • 3 months later...
  • 2 months later...
On 4/13/2017 at 9:30 PM, laddanator said:

Yes! I use this tool daily! Thank you soooo much for this tool! :)

Can anybody help me out abit? Im trying to change pac file to correspond with pofos/movesets etc but as yet cant figure out what im doing wrong?

Is there step by step guide anybody would suggest?

 

Link to comment
Share on other sites

  • 4 months later...

Is it possible to make a PAC file work in wwe 2k17 from wwe 2k18, or 2k19 ?? like porting ???

Is it possible to make a PAC file work in wwe 2k17 from wwe 2k18, or 2k19 ?? like porting ???

Link to comment
Share on other sites

  • 5 months later...

Having an issue with both 6.4.1 and 6.7.1:

 

PS2 PAC files (valid PAC magic literal) seem to be unable to be opened. Using the command prompt version I get the following output:

"""
Input_file: <file>, Name_id: 1, Logging: False

Listing file, output file = "<file>", recursive = False, level = -1

Traceback (most recent call last):

    File "pac_CMD.py", line 546, in <module>

    File "pac_CMD.py", line 33, in list_file_path

AttributeError: "NoneType" object has no attribute "namelist"

"""

 

This occurs for both 6.x versions.

Link to comment
Share on other sites

  • 11 months later...
  • 2 weeks later...

@ToddYo13 I have provided a MediaFire Link, There is no Google Drive or Dropbox, This is a Public Link you can download, it's not Private  as I have Said there is no Google Drive or DropBox Link, Only the Link I provided exist If you wish to not download it Your out of luck if your looking for a Alternative Link, if you decide to download it and Use it, Give credit to @eatrawmeat391

Edited by GamingNinja86
Link to comment
Share on other sites

@black_machismo last time I checked it was public when I downloaded it a long time ago, also I have the latest version which is the most recent PacEditor  if you can not download it then your out of luck Bro, sorry I can't share it if I could I would.

Link to comment
Share on other sites

18 hours ago, GamingNinja86 said:

@black_machismo la dernière fois que j'ai vérifié, il était public lorsque je l'ai téléchargé il y a longtemps, j'ai également la dernière version qui est le plus récent PacEditor si vous ne pouvez pas le télécharger alors votre malchance Bro, désolé je ne peux pas le partager si je pourrais-je le faire.

Can you upload it please ?

Link to comment
Share on other sites

On 4/13/2017 at 3:46 PM, eatrawmeat391 said:

Due to requests of other people to post PAC Editor here, I will do it,this tool supports browsing,extracting,rebuilding PAC file.Originally designed for PS2 but can be used for 2k17 as well.
Supported format:
- PS2 SVR PAC(PAC,DPAC)
- PS3,XBOX SVR PAC (PACH,EPAC)
- DPK8,EPK8 PAC
- SHDC PAC
- HSPC PAC

- YAF format

- Wrestle Kingdom DIP/PAC format (change mode to DIP)
Easy to use GUI.This has 10+ buttons :
- Open: Open a file.
- Extract: Will extract a file you highlight in the filename box
- Extract All: Extract all the file into '@filename' folder
- Rebuild: Make a new file from '@filename' folder.(you must extract all first)
- Update arc: Will update the arc entry for the currently opened file.Note that PAC and PACH don't need to update arc.Generate new arc
- Inject file: Will inject a file into the pac.Generate old pac as backup
- Uncompress: Will extract the file and uncompress it (zlib or bpe algorithm only)
- Search: Will select the file which contains the string you want to search,ignore case.Press Enter or the button to search from the beginning of the filelist,press F3 to do a next search
- Mass Extract: Will extract all of the PAC and BPE and ZLIB
* Attention: How to use the mode selector

  Reveal hidden contents

'2K15'
You have to change the mode to 2k15 only if you edit a 2k15 EPAC File,if you're not keep it to Default
'2K18'
The mode is for 2k18 PACH format.
'SYM'
The mode is for Shut Your Mouth CH.pac
'JBI'
The mode is for Just Bring It any DPAC format
'2k14 PS3'
Enable this to add support for updating arc of 2k14
'DIP'
Enable this to add support for Wrestle Kingdom 1 and 2 archive format


You can set the PAC/PACH file name id in 'config.ini' in section 'pac_name_id':
+ 0 : File will be named according to their index
Example: file000000.dat file000001.dat
+ 1 : File will be named according to their id
Example: 0A.pac 0B.pac 1AC3.pac
+ 2 : Same as 1 except the mimimum digits is 4 (for 2k users)
Example: 000A.pac 000B.pac 1AC3.pac
Credit to
Nikethebike for some of the source
CrocoX111 for info about DPK8 format
TheKingofKings for reporting about other PAC Tool's problem
ERI619, aluigi - For giving me suggestions
Philip Gage - For the original BPE script which I alerted
asmodean - For unrrbpe
Hardx36 - For the first to find out Philips' source
dadydodo - For BPE research

Version 6.7.1
Download here

Version 6.4.1 beta
Download here

From version 6.4 onward there is an updated GUI:

wwwzj76972t2cg3zg.jpg

  Reveal hidden contents

* You should run the exe in cmd once and read the instruction first
PAC Editor path format:
* If the PAC has folders in it, it will have \ after the folder name
* If the PAC contains other PAC, when going inside them will add / after the path name
For example, supposing we have CH.pac that got the following structure:
* EMD\00010001.pac
and inside 00010001.pac has 02.yobj
The path will be:
* EMD\00010001.pac/02.yobj
* Just know that \ is for folders of the current pac, / is for children PAC.
* The -- switch inside [] is optional
* The --mode switch specify the mode used to open the file, just use the mode name in PAC Editor.It is case sensitive

Extract command
- Will extract a file out of the pac, can extract files inside children pac
For example to extract 02.yobj out of 00010001.pac of EMD folder in CH.pac
* pac_CMD.exe --input CH.pac --task extract --targetfile  EMD\00010001.pac/02.yobj --outputfile 02.yobj
You can use the --unpackedifneeded switch to automatically unpacked the requested file.

List command
- Will list all of the files in a pac, can do recursive listing as well.
For example to list the file out of CH.pac with recursive level 2 (attempt to list up to 1 children pac)
* pac_CMD.exe --input CH.pac --task list --outputfile list.txt --recursive --level 2
Please note that it is possible to do recursive listing on all children pacs but it is slow, especially if children is compressed
So only level 2 is recommended.

Inject command
- Will inject a file into the destination
For example to inject 02.yobj in 00010001.pac in EMD folder in CH.pac compressed as BPE
* pac_CMD.exe --input CH.pac --task extract --targetfile  EMD\00010001.pac/02.yobj --injectfile 02.yobj --injectBPE

Preview:

PAC_Editor_preview.png

*NEW: The Recent File Saving Feature

  Reveal hidden contents


Now when you open a file and press CTRL-S,that current file will be saved to recent file and you will be given a hotkey to access it next time to a maximum of 9 recent files
If you forgot about the hotkey you can always open recentfiles.ini and look at the file's line number then press CTRL+(line number)


Misc Tool: PAC File Adder

unpack_temp_files option:
0 - The file will be unpacked on HDD (default)
1 - The file will be unpacked on RAM

  Reveal hidden contents


This tool allow file adding,removing on DPAC (Most tool can extract it),DPAC 2 (found on some unique PS2 pac file of the old SVR),PAC/PACH and SHDC format
Usage:
1. Input folder name if DPAC2
2. Input file name (a 4 digits hex string or a 4 length characters name if DPAC1)
3. Choose Add or Remove
4. Backup the current opened file and use the -NEW file
5. Repeat

You can edit config.ini to set pac_name_id to 2 for 2k users.

Download here Version 2.6 FIXED

 

Link to comment
Share on other sites

hey bro the file is now set to private how can i download it now

 

On 4/13/2017 at 3:46 PM, eatrawmeat391 said:

Due to requests of other people to post PAC Editor here, I will do it,this tool supports browsing,extracting,rebuilding PAC file.Originally designed for PS2 but can be used for 2k17 as well.
Supported format:
- PS2 SVR PAC(PAC,DPAC)
- PS3,XBOX SVR PAC (PACH,EPAC)
- DPK8,EPK8 PAC
- SHDC PAC
- HSPC PAC

- YAF format

- Wrestle Kingdom DIP/PAC format (change mode to DIP)
Easy to use GUI.This has 10+ buttons :
- Open: Open a file.
- Extract: Will extract a file you highlight in the filename box
- Extract All: Extract all the file into '@filename' folder
- Rebuild: Make a new file from '@filename' folder.(you must extract all first)
- Update arc: Will update the arc entry for the currently opened file.Note that PAC and PACH don't need to update arc.Generate new arc
- Inject file: Will inject a file into the pac.Generate old pac as backup
- Uncompress: Will extract the file and uncompress it (zlib or bpe algorithm only)
- Search: Will select the file which contains the string you want to search,ignore case.Press Enter or the button to search from the beginning of the filelist,press F3 to do a next search
- Mass Extract: Will extract all of the PAC and BPE and ZLIB
* Attention: How to use the mode selector

  Reveal hidden contents

'2K15'
You have to change the mode to 2k15 only if you edit a 2k15 EPAC File,if you're not keep it to Default
'2K18'
The mode is for 2k18 PACH format.
'SYM'
The mode is for Shut Your Mouth CH.pac
'JBI'
The mode is for Just Bring It any DPAC format
'2k14 PS3'
Enable this to add support for updating arc of 2k14
'DIP'
Enable this to add support for Wrestle Kingdom 1 and 2 archive format


You can set the PAC/PACH file name id in 'config.ini' in section 'pac_name_id':
+ 0 : File will be named according to their index
Example: file000000.dat file000001.dat
+ 1 : File will be named according to their id
Example: 0A.pac 0B.pac 1AC3.pac
+ 2 : Same as 1 except the mimimum digits is 4 (for 2k users)
Example: 000A.pac 000B.pac 1AC3.pac
Credit to
Nikethebike for some of the source
CrocoX111 for info about DPK8 format
TheKingofKings for reporting about other PAC Tool's problem
ERI619, aluigi - For giving me suggestions
Philip Gage - For the original BPE script which I alerted
asmodean - For unrrbpe
Hardx36 - For the first to find out Philips' source
dadydodo - For BPE research

Version 6.7.1
Download here

Version 6.4.1 beta
Download here

From version 6.4 onward there is an updated GUI:

wwwzj76972t2cg3zg.jpg

  Reveal hidden contents

* You should run the exe in cmd once and read the instruction first
PAC Editor path format:
* If the PAC has folders in it, it will have \ after the folder name
* If the PAC contains other PAC, when going inside them will add / after the path name
For example, supposing we have CH.pac that got the following structure:
* EMD\00010001.pac
and inside 00010001.pac has 02.yobj
The path will be:
* EMD\00010001.pac/02.yobj
* Just know that \ is for folders of the current pac, / is for children PAC.
* The -- switch inside [] is optional
* The --mode switch specify the mode used to open the file, just use the mode name in PAC Editor.It is case sensitive

Extract command
- Will extract a file out of the pac, can extract files inside children pac
For example to extract 02.yobj out of 00010001.pac of EMD folder in CH.pac
* pac_CMD.exe --input CH.pac --task extract --targetfile  EMD\00010001.pac/02.yobj --outputfile 02.yobj
You can use the --unpackedifneeded switch to automatically unpacked the requested file.

List command
- Will list all of the files in a pac, can do recursive listing as well.
For example to list the file out of CH.pac with recursive level 2 (attempt to list up to 1 children pac)
* pac_CMD.exe --input CH.pac --task list --outputfile list.txt --recursive --level 2
Please note that it is possible to do recursive listing on all children pacs but it is slow, especially if children is compressed
So only level 2 is recommended.

Inject command
- Will inject a file into the destination
For example to inject 02.yobj in 00010001.pac in EMD folder in CH.pac compressed as BPE
* pac_CMD.exe --input CH.pac --task extract --targetfile  EMD\00010001.pac/02.yobj --injectfile 02.yobj --injectBPE

Preview:

PAC_Editor_preview.png

*NEW: The Recent File Saving Feature

  Reveal hidden contents


Now when you open a file and press CTRL-S,that current file will be saved to recent file and you will be given a hotkey to access it next time to a maximum of 9 recent files
If you forgot about the hotkey you can always open recentfiles.ini and look at the file's line number then press CTRL+(line number)


Misc Tool: PAC File Adder

unpack_temp_files option:
0 - The file will be unpacked on HDD (default)
1 - The file will be unpacked on RAM

  Reveal hidden contents


This tool allow file adding,removing on DPAC (Most tool can extract it),DPAC 2 (found on some unique PS2 pac file of the old SVR),PAC/PACH and SHDC format
Usage:
1. Input folder name if DPAC2
2. Input file name (a 4 digits hex string or a 4 length characters name if DPAC1)
3. Choose Add or Remove
4. Backup the current opened file and use the -NEW file
5. Repeat

You can edit config.ini to set pac_name_id to 2 for 2k users.

Download here Version 2.6 FIXED

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

bro i tried to download all the versions when it sent me to mediafire it said the person has made this file private so how am i gonna download it?

Could you send me a link or something somehow because iv been trying to put a damn jeff hardy in my HCTP if you have discord please dm me deathsniper#9765Insert image from URL

Edited by DeathSniper
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

×
×
  • Create New...