Windows anti virus flagged it on me as a wacatac.b!ml, but it appears to be a false positive. And that is a common false positive from Window AV. Which is bad for security when they falsely flag clean files....
VirusTotal say its clean. Which I do trust more. Windows AV tends to be stupidly oversensitive and gives out all sorts of false positives for known clean files. I'm unsure how to correct this. But in case anyone else gets a false positive you can refer them to VirusTotal so they can check for themselves.
Worked like a charm both for packing and unpacking, thanks. Note: When repacking the folder, if you the folder has no space in its name but the new name you add to the final repack has, it would give this error: "Error executing pack process: Command 'the repack's command' returned non-zero exit status 2." So make sure the "Mod Name:" has no space in it.
It DOES add Stalker 2 pak files... it's basically made solely for that purpose. If you're trying to add non-Stalker 2 Pak files, I can't vouch for anything since the tool wasn't made for that.
Also make sure to first install the repak tools by trumank correctly, since my tool needs them in order to work properly.
Don't worry, you aren't alone Ifalecoreal, I for one have tried all the suggestions listed here yet I am met with nothing but bugs. "Pak successfully added" yet doesn't flag in the list and when you click unpack it spits errors at you. The self assured behaviour of the creator gives me little hope that these problems will ever be fixed as he's in-denial about it being faulty. Ay well, time to move on, I just hope an actual alternative exists that actually works.
It is because there is a space somewhere in the path to the PAK. This includes folders BEFORE the folder your RePack and your Pak are located in. There must be no spaces at all in the entire filepath.
Example: C:\User\Firstname Lastname\Paks\Example.pak will not work - there is a space in the filepath. D:\Games\Paks\Example.pak will work - there is no space in the filepath.
Thank you so much man! This GUI + BCompare was an amazing combo. I did spent a lot of time but merged and edited a s#*! ton of configs from different "mods" around here. Now no need to wait for someone to make a slightly different mod option!
Maybe if you rename it to "Mod config editor" or something like this and add a link to BCompare more people will be able to find it. Because before i tried just merging mods but it messed up a lot of unexpected settings.
Make your ultimate dream config now or break the game while trying :D
Thanks again, it was really annoying using powershell again and again for something simple like packing and unpacking mods.
I'm really happy that my program was able to help you in your modding endeavours! However, I won’t be renaming it, as I believe the current name fits perfectly from a technical perspective. But to push the general visibility it would mean a lot if you could endorse my mod—every bit of support helps in increasing its public presence.
The legacy tool my program uses as a base was designed with the sole purpose of handling .pak files. Naturally, it won’t work with other file formats (my description makes this clear and never claimed otherwise). My goal is simply to make this tool more accessible and user-friendly.
Hey I'm getting this error when I try to unpack a file:
Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\tkinter\__init__.py", line 1967, in __call__ return self.func(*args) ^^^^^^^^^^^^^^^^ File "C:\repak\repak-master\Stalker2_PakGUI_v1-3.py", line 134, in bulk_unpack_with_list subprocess.run(command, check=True) File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified
Yes, it's being flagged as malicious by certain scanners (i have posted a similar link myself in another thread). That's why I couldn't use Nexus file servers for distribution. If you have concerns, don't use my program. Alternatives exist by now.
Dangerous File Blocked The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
52 comments
VirusTotal say its clean. Which I do trust more. Windows AV tends to be stupidly oversensitive and gives out all sorts of false positives for known clean files. I'm unsure how to correct this. But in case anyone else gets a false positive you can refer them to VirusTotal so they can check for themselves.
https://www.virustotal.com/gui/url/330a427a201109de53615de0a150d5d8a46c0dd401e2bcfc4570a0f473a54937?nocache=1
Note: When repacking the folder, if you the folder has no space in its name but the new name you add to the final repack has, it would give this error:
"Error executing pack process: Command 'the repack's command' returned non-zero exit status 2."
So make sure the "Mod Name:" has no space in it.
Also make sure to first install the repak tools by trumank correctly, since my tool needs them in order to work properly.
Example:
C:\User\Firstname Lastname\Paks\Example.pak will not work - there is a space in the filepath.
D:\Games\Paks\Example.pak will work - there is no space in the filepath.
Maybe if you rename it to "Mod config editor" or something like this and add a link to BCompare more people will be able to find it. Because before i tried just merging mods but it messed up a lot of unexpected settings.
Make your ultimate dream config now or break the game while trying :D
Thanks again, it was really annoying using powershell again and again for something simple like packing and unpacking mods.
Version 1.4
VirusTotal - File - 291902af84de1e19cadec7a06c876e67a98280927e3effc1f8930c7313f16fdb
Kaspersky didn't show anything, I don't even know what to believe
Kaspersky Threat Intelligence Portal — Report — 291902AF84DE1E19CADEC7A06C876E67A98280927E3EFFC1...
I tried your tool anyway, I wanted to use it for localization files, but it can't open the files .ucas and .utos
Good work.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\tkinter\__init__.py", line 1967, in __call__
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\repak\repak-master\Stalker2_PakGUI_v1-3.py", line 134, in bulk_unpack_with_list
subprocess.run(command, check=True)
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
If you have concerns, don't use my program. Alternatives exist by now.
Dangerous File Blocked The file you attempted to download was determined to be dangerous. For your
protection, MediaFire does not enable distribution of dangerous files.