Mac Unpacking Help

Discussion in 'Mods' started by Amnesia, Mar 11, 2018.

  1. Amnesia

    Amnesia Void-Bound Voyager

    So recently I came across taintedwheat's 2cute and installed it in my files, and now I wanted to edit the tile png and add it in since I spend a whole night working on it and I can't. I don't have much coding experience and I tried installing a mod to help and xmb.node but nothing worked. I couldn't unpack either of the xnb or bat files so I just don't know what to do. If someone else could do it for me that would be amazing, I just want everything red and black and a picture of Sebastian and me in our lovely big house. Thank you in advance.
     
    • ShneekeyTheLost

      ShneekeyTheLost Master Astronaut

      You can download XNB Extract which is Mac compatible here. Then you put the file to be extracted into the Packed folder and run UnPackFiles.sh and you should find the unpacked files in your Unpacked folder.
       
      • Amnesia

        Amnesia Void-Bound Voyager

        How do I run it? It's a bat for me and I don't see the UnPackFiles.sh. I used the extract before and I couldn't find anything to help with that. I've haven't been playing Stardew for very long so I don't know how everything works

        @ShneekeyTheLost
         
          Last edited: Mar 12, 2018
        • Pathoschild

          Pathoschild Tiy's Beard

        • Amnesia

          Amnesia Void-Bound Voyager

        • Pathoschild

          Pathoschild Tiy's Beard

          @Amnesia Try this:
          1. Edit pack.sh and change its contents to this:
            Code:
            #!/bin/bash
            cd "`dirname "$0"`"
            ./xnbcli pack ./unpacked ./packed
            
          2. Edit unpack.sh and change its contents to this:
            Code:
            #!/bin/bash
            cd "`dirname "$0"`"
            ./xnbcli unpack ./packed ./unpacked
            
          3. Rename pack.sh to pack.command, and unpack.sh to unpack.command.
          Now try double-clicking unpack.command. Does that work?
           
          • Amnesia

            Amnesia Void-Bound Voyager

            @Pathoschild

            It opened terminal and typed this out

            Last login: Sun Mar 11 23:02:15 on ttys000
            Amnesia-MacBook-Pro:~ Amnesia$ /Users/Amnesia/Downloads/xnbcli/unpack.command ; exit;
            Success 0
            Fail 0
            logout
            Saving session...
            ...copying shared history...
            ...saving history...truncating history files...
            ...completed.
            Deleting expired sessions...none found.

            [Process completed]
             
            • Pathoschild

              Pathoschild Tiy's Beard

              Looks like it's working, but you didn't put any XNB files in its packed folder.
               
              • Amnesia

                Amnesia Void-Bound Voyager

                Huh, I did put the FarmHouseExtended_ExtraDecor_tiles.xnb file in there because that's the one I need to edit, do I need to put more than one to use it? https://imgur.com/a/AwrBq I just tried taking it back out and putting it back in and still the same thing
                 
                • Pathoschild

                  Pathoschild Tiy's Beard

                  Can you post a screenshot of your unpack.command contents?
                   
                  • Amnesia

                    Amnesia Void-Bound Voyager

                    Ok so I'm an idiot I'm sorry. So when I tried to copy the unpacked it didn't copy and I put in the first command and when I tried to re .sh the file and put in the right one it broke the file so I just redid it and it worked, thank you so much! I appreciate you and everything you've done for Stardew you're amazing <3
                     
                      Pathoschild likes this.

                    Share This Page