2 items

File information

Last updated

Original upload

Created by

Schraenki

Uploaded by

Schraenki

Virus scan

Safe to use

52 comments

  1. ChemBoy1
    ChemBoy1
    • premium
    • 213 kudos
    Sticky
    Do you have a github you can upload the exe too for a mirror download?
    1. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      I do now. It's still a mystery to me, but I hope it works the way I set it up: https://github.com/Schrankmann/Stalker2-Pak-GUI-Tool
    2. ChemBoy1
      ChemBoy1
      • premium
      • 213 kudos
      It's giving me a 404. Is the repository public?
    3. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      You're right, it was still on private. I'm still learning the ropes with Github. Switched it to public now.
  2. Intoxicus
    Intoxicus
    • member
    • 0 kudos
    Sticky
    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.

    https://www.virustotal.com/gui/url/330a427a201109de53615de0a150d5d8a46c0dd401e2bcfc4570a0f473a54937?nocache=1
  3. erfanes
    erfanes
    • member
    • 0 kudos
    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.
  4. lfalecorel
    lfalecorel
    • member
    • 3 kudos
    Wont add pak files wtf
    1. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      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.
    2. Lazarus96
      Lazarus96
      • premium
      • 13 kudos
      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.
    3. SteremyJeele
      SteremyJeele
      • supporter
      • 0 kudos
      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.
  5. Nevedimos
    Nevedimos
    • member
    • 2 kudos
    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.
    1. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      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.
  6. equidingo
    equidingo
    • supporter
    • 0 kudos
    I have successfully unpacked, merged and packed the mods I am using. Thank you.
    1. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      Glad I could be of service. Good luck, Stalker.
  7. NaelJons
    NaelJons
    • member
    • 2 kudos
    Virustotal shows 10 detections
    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
    1. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      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.
  8. speedyra69x2
    speedyra69x2
    • premium
    • 0 kudos
    Reports virus is this virus r not? Defender says it is throws it in quarantine please fix if possible?
    1. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      Please study the comments section. It's basically the talk of the day here.
  9. BlockSender
    BlockSender
    • member
    • 2 kudos
    Compiled exe version works flawlessly, no need to install Python.
    Good work.
  10. ekta76
    ekta76
    • member
    • 0 kudos
    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
  11. killnet
    killnet
    • member
    • 0 kudos
    1. Schraenki
      Schraenki
      • supporter
      • 3 kudos
      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.
  12. Wolfsheim
    Wolfsheim
    • member
    • 0 kudos

    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.
    1. Intoxicus
      Intoxicus
      • member
      • 0 kudos
      https://www.virustotal.com/gui/url/330a427a201109de53615de0a150d5d8a46c0dd401e2bcfc4570a0f473a54937?nocache=1