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...
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
now that that's out of the way anyone else god awful at Junimo Kart? lol thank you for the sanity saver
Where exactly do i put this file and how do i activate it? some installation guide in description would be nice.
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
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?
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
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
I've run the game several times, it's not generating anything for me. Perhaps my version of the API is out of date.
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.
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.
Definitely. 0.37.2 is severely outdated and a lot of mods aren't compatible with it. Get the latest 0.40.0
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
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.)