RELEASED [Halted Development] [SMAPI 0.39.7+] Zoryn's Mods

Discussion in 'Gameplay Mechanics' started by Zoryn4163, Mar 8, 2016.

Tags:
  1. ChaoticReverie

    ChaoticReverie Void-Bound Voyager

    Is it safe to uninstall Better RNG? Is it baked into the save or will it mess up anything?
     
    • Pathoschild

      Pathoschild Tiy's Beard

      @ChaoticReverie You can safely remove it anytime. Very few mods hook into your save data.
       
        Minakie likes this.
      • Pathoschild

        Pathoschild Tiy's Beard

        Last edited: Apr 7, 2017
        Minakie and springacres like this.
      • springacres

        springacres Phantasmal Quasar

        @Pathoschild thanks so much for keeping everything up-to-date!
         
        • khai9999

          khai9999 Scruffy Nerf-Herder

          @Pathoschild
          Unable to rebuild MovementMod
          There is syntax error in MovementConfig.cs
           
          • Pathoschild

            Pathoschild Tiy's Beard

            @khai9999 Sorry, I missed your message earlier. What's the error and what line does it happen on?
             
            • khai9999

              khai9999 Scruffy Nerf-Herder

              Aww. That's okay man. Cheers.

              line 35 has syntax error ',' expected

              35 if (Enum.TryParse(this.SprintKey, out Keys key)) <----syntax error ',' expected
               
              • Pathoschild

                Pathoschild Tiy's Beard

                That's C# 7 syntax, so you'll need the free Visual Studio 2017 to compile it on Windows. (I don't think MonoDevelop/Xamarin on Linux/Mac support C# 7 yet.)

                Here's the non-C#7 version of that code which should work without Visual Studio 2017:
                Code:
                Keys key;
                if (Enum.TryParse(this.SprintKey, out key))
                
                 
                • khai9999

                  khai9999 Scruffy Nerf-Herder

                  Ah, I see.. My fault then as I'm using MonoDevelop. Thank for the code.
                   
                  • MidnightVoyager

                    MidnightVoyager Scruffy Nerf-Herder

                    I'm getting a "The type StardewValley.Characters.Junimo" was not expected. error with Junimo Deposit Anywhere. I've seen a fix for this before, but it was for 1.07. I'm using your latest version of the mod.
                     
                    • Pathoschild

                      Pathoschild Tiy's Beard

                    • MidnightVoyager

                      MidnightVoyager Scruffy Nerf-Herder

                      Sure can!
                       

                        Attached Files:

                      • MidnightVoyager

                        MidnightVoyager Scruffy Nerf-Herder

                      • Pathoschild

                        Pathoschild Tiy's Beard

                        @MidnightVoyager: Make sure you don't complete a bundle using the mod; the last item for a bundle should always be added through the Community Center. Does the error happen if you don't do that?
                         
                        • MidnightVoyager

                          MidnightVoyager Scruffy Nerf-Herder

                          The error happens when the day ends, not when I do anything about bundles. And I haven't completed any bundles on the day it's happening.

                          (I haven't completed any outside of the community center beforehand either)

                          EDIT: I started doubting myself, so I loaded the game and just went to bed and it worked fine. I guess I am dumb and I completed a bundle without thinking about it. Sorry!
                           
                            Last edited: Apr 16, 2017
                            Pathoschild likes this.
                          • AmyRachaelNapier

                            AmyRachaelNapier Void-Bound Voyager

                            Hey, I've updated to SMAPI 1.9 and it's saying that it's skipped Durable Fences because it's not compatible with the latest version of the game. I redownloaded the files, still getting the error. Any help?
                             
                            • Pathoschild

                              Pathoschild Tiy's Beard

                            • bodhisativa

                              bodhisativa Space Hobo

                              Hi! I downloaded all of the files into my mods folder, but none of them worked (SMAPI says .dll is missing for all of them)
                               
                              • Pathoschild

                                Pathoschild Tiy's Beard

                                @bodhisativa: Can you post a screenshot of what's inside one of the folders?
                                 
                                • bodhisativa

                                  bodhisativa Space Hobo

                                  @Pathoschild Nevermind, my bad. Didn't look at the previous page. Got it working!
                                   

                                  Share This Page