RELEASED Rotate Toolbar [Deleted]

Discussion in 'User Interface' started by Pathoschild, Apr 19, 2017.

Thread Status:
Not open for further replies.
  1. Pathoschild

    Pathoschild Tiy's Beard

    Rotate Toolbar is a SMAPI mod which rotates the top inventory row for the toolbar by pressing Tab (configurable):
    [​IMG]

    Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows.

    See Nexus page for details.
     
    • Pathoschild

      Pathoschild Tiy's Beard

    • Pathoschild

      Pathoschild Tiy's Beard

    • Pathoschild

      Pathoschild Tiy's Beard

    • Pathoschild

      Pathoschild Tiy's Beard

    • CatPrez

      CatPrez Void-Bound Voyager

      How do I change the hotkey?
       
      • Pathoschild

        Pathoschild Tiy's Beard

        @CatPrez
        1. Install the mod.
        2. Run the game at least once (you can exit when it shows the logos).
        3. Open Stardew Valley/Mods/RotateToolbar/config.json in a text editor.
        4. See config help for the available options.
        Let me know if something isn't clear.
         
        • Pathoschild

          Pathoschild Tiy's Beard

          Rotate Toolbar 1.2.1 is now available! Changes in this release:
          • Updated to SMAPI 2.1.
          • Switched to SMAPI unified controller/keyboard/mouse bindings in config.json.
          • Switched to SMAPI update checks.
           
          • thewheatcrew

            thewheatcrew Poptop Tamer

            Whenever I change rows the items on the prior row will shift 5 slots to the right. I tried different key bindings and used them for going to the previous as well as the next row. Any ideas?
             
            • Pathoschild

              Pathoschild Tiy's Beard

            • thewheatcrew

              thewheatcrew Poptop Tamer

              Here is the log: https://log.smapi.io/SLs1LxB4 and I have attached the screenshots.

              Edit: I don't know if it's relevant, but I had used Vertical toolbars before where it gave you 5 extra slots. When I started a new file the shift did not happen, so maybe that had something to do with it.
               

                Attached Files:

                • 1.jpg
                  1.jpg
                  File size:
                  423.3 KB
                  Views:
                  11
                • 2.jpg
                  2.jpg
                  File size:
                  422 KB
                  Views:
                  11
                Last edited: Dec 14, 2017
              • Pathoschild

                Pathoschild Tiy's Beard

                @thewheatcrew The issue is caused by Vertical Toolbars. It adds five extra slots to your inventory, which remain even if you remove the mod afterwards. If you post your save files, I can fix the inventory for you.
                 
                • thewheatcrew

                  thewheatcrew Poptop Tamer

                  Here it is.
                   

                    Attached Files:

                  • Pathoschild

                    Pathoschild Tiy's Beard

                    Here you go, your inventory should be back to normal.
                     

                      Attached Files:

                    • thewheatcrew

                      thewheatcrew Poptop Tamer

                      It worked. Thanks a lot.
                       
                      • itoshikinozumu

                        itoshikinozumu Space Hobo

                        I'm also having the same issue caused by vertical toolbars, I think. With vertical toolbars removed from the mods folder, and rotate toolbars active, it rotates the toolbars, but shifts the items around from their original positions, because it no longer is rotating a among nicely divisible 36 slots; it continues to use 41 slots instead, as you said.

                        Is there a specific part of the save file that I can look for and alter, or is it more complex than that?
                         
                        • Pathoschild

                          Pathoschild Tiy's Beard

                          @itoshikinozumu Yep, here's how to fix the issue. You'll need a text editor that supports large files like Sublime Text, and optionally a plugin to format the XML. (The game will ignore the formatting.)
                          1. Back up your save files;
                          2. open the file that looks like YourName_0123456789 in a text editor;
                          3. find the <player> element;
                          4. find the <items> element under that;
                          5. remove the five empty item slots at the end of that element:
                            Code:
                            <Item xsi:nil="true"/>
                            <Item xsi:nil="true"/>
                            <Item xsi:nil="true"/>
                            <Item xsi:nil="true"/>
                            <Item xsi:nil="true"/>
                            
                          That should fix the issue. Feel free to post a zip of your save files if you're not comfortable editing it yourself.
                           
                          • itoshikinozumu

                            itoshikinozumu Space Hobo

                            Thanks. It worked for me.
                             
                            • Pathoschild

                              Pathoschild Tiy's Beard

                              Rosalie likes this.
                            • Pathoschild

                              Pathoschild Tiy's Beard

                            Thread Status:
                            Not open for further replies.

                            Share This Page