RELEASED PrairieKingMadeEasy 1.0.0

Stardew Valley mod to add cheat options for 'Journey of the Prairie King'

  1. Mucchan

    Mucchan Tentacle Wrangler

    Mucchan submitted a new mod:

    PrairieKingMadeEasy - Stardew Valley mod to add cheat options for 'Journey of the Prairie King'

    Made this for myself cause I'm getting frustrated with Journey of the Prairie King. Hope this helps those who have the same issue.

    Had to use reflection for this mod cause the code for this particular minigame is protected and this mod will likely break if CA makes changes to the 'Journey of the Prairie King code.

    Source code and instructions can be found here.
    Download the mod using the button on the top right of this page or from the GitHub page.

    Requirements
    Stardew Modding API (SMAPI) 0.39.2 or above.

    Installation
    Unpack the mod files into their own directory inside

    %appdata%\StardewValley\Mods

    Configuration
    A config.json file will be generated the first time you run this mod. This file will look like this:

    {
    "alwaysInvincible": false,
    "infiniteCoins": false,
    "infiniteLives": false,
    "rapidFire": false
    }

    alwaysInvincible: Can't get hit and die
    infiniteCoins: self explanatory
    infiniteLives: self explanatory
    rapidFire: Increases your rate of fire (about 10 times faster than normal)

    To enable the feature(s) you want, just set those features to true.


    Read more about this mod...
     
      Last edited: Apr 19, 2016
      WARBANDIT, Neferatem and Hammurabi like this.
    • Nurio

      Nurio Cosmic Narwhal

      Okay, but what does this do specifically?
       
      • madeyemoody

        madeyemoody Void-Bound Voyager

        These are the options in the config file.

        Code:
        {
          "alwaysInvincible": false,
          "infiniteCoins": false,
          "infiniteLives": false,
          "rapidFire": false
        }
        https://github.com/mucchan/sv-mod-prairie-king
         
          Nurio likes this.
        • lzlsis

          lzlsis Orbital Explorer

          nice work
           
          • Spudli

            Spudli Scruffy Nerf-Herder

            now that that's out of the way :D
            anyone else god awful at Junimo Kart? lol
            thank you for the sanity saver :love:
             
            • SKKN

              SKKN Big Damn Hero

              Where exactly do i put this file and how do i activate it? some installation guide in description would be nice.
               
              • Nurio

                Nurio Cosmic Narwhal

                It's a SMAPI mod. You need to download and install SMAPI and then put this mod in the appropriate folder (the Mods folder in either the %appdata%\StardewValley folder or the Stardew Valley folder) and then start SMAPI
                 
                  1844439348 likes this.
                • madeyemoody

                  madeyemoody Void-Bound Voyager

                  Mod creator has added the .dll file to original post.
                   
                    Last edited: Apr 20, 2016
                  • EmmaLVV

                    EmmaLVV Space Spelunker

                    Holy crap! Thank you so much for this! I was beginning to tear my hair out :D
                     
                    • Mucchan

                      Mucchan Tentacle Wrangler

                      Sorry about that. I'll put some more details into the OP
                       
                        Nurio likes this.
                      • MelloCoke

                        MelloCoke Space Hobo

                        So, still not sure how to use this. With the other cheat mods, an in game menu is added so it's easy to figure out how to use it. But there doesn't seem to be any....anything to indicate that I'm "running" this mod and the fact that a config.json isn't in my folder leads me to think I haven't. Anyone else that's used this mod successfully care to chime in?
                         
                        • Dreamcometrue

                          Dreamcometrue Void-Bound Voyager

                          That weird,I just installed the mod just now and after i running the game...the config.json should appear on mod file which you can change the code

                           
                          • Nurio

                            Nurio Cosmic Narwhal

                            Yeah, a lot of mod creators don't put a config.json in their releases so that you can copy-paste and replace the mod when there is an update, without overwriting the config file.
                            If a mod doesn't come with a config file, but it does require one, it'll generate one when you first load the mod
                             
                            • MelloCoke

                              MelloCoke Space Hobo

                              I've run the game several times, it's not generating anything for me. Perhaps my version of the API is out of date.
                               
                              • madeyemoody

                                madeyemoody Void-Bound Voyager

                                Is your game running version 1.07 of Stardew Valley. Im sure this mod won't work on older versions as Concerned Ape made changes to the Arcade games on Version 1.07.
                                 
                                • MelloCoke

                                  MelloCoke Space Hobo

                                  I had Steam check and it reported that five files were missing. Retried after update, nothing.
                                  Had a thought, took all the other mods I'm using out of folder and just left this one. API reported that there was an error loading the mod, but also showed that I'm using API version 0.37.2. So, that might be the problem.

                                  Edit: Yep, that was the problem. Running API 0.40 and the config file was generated.
                                   
                                    Last edited: Apr 22, 2016
                                  • Nurio

                                    Nurio Cosmic Narwhal

                                    Definitely. 0.37.2 is severely outdated and a lot of mods aren't compatible with it. Get the latest 0.40.0
                                     
                                      deadrun likes this.
                                    • myalovin39

                                      myalovin39 Space Hobo

                                      I run this mod using the API 0.40, but it doesn't work. i check the errorlogs and find this "Failed to load mod 'PrairieKingMadeEasy.dll'. File C:\Users\Admin\AppData\Roaming\StardewValley\Mods\PrairieKingMadeEasy\PrairieKingMadeEasy.dll does not exist!"
                                      Are we missing a dll file or something? THANKS
                                       
                                      • Nurio

                                        Nurio Cosmic Narwhal

                                        Well, not we. You. =P
                                        There's definitely the required .dll file in the download. (In fact, the .dll file is the actual mod, so without it, you don't really have a mod at all.)
                                         
                                        • myalovin39

                                          myalovin39 Space Hobo

                                          I found the dll file in the zip file, thank you.<3
                                           

                                          Share This Page