I just updated the mod, why does the game say 'Mod not compatible'?
Please make sure you are using the newest version of Stardew Valley and SMAPI. I always compile using the most recent versions. If it's still not working after updating, let me know. If you are intentionally using an older version, please still update SMAPI and if it's still not working, let me know and specify that fact in the bug report.
Saddle bags don't work for me, is something wrong?
If you just installed the mod, or build a stable with "instant build" from a cheat mod, you need to go to sleep at least once. I only update the saddle bags at the start of a new day. If you still have an issue after that, please report it as a bug.
Can you add support for <insert stable reskin here>?
(Check the compatibility section of the description first to see if I have already mentioned the mod in question)
Most likely yes. I will add support for any stable reskin that I am asked to add and get permission for. But I can't feasibly ask the authors of all the reskins mods myself, especially for mods I don't even use. So please ask the mod authors yourself (if permission isn't granted by default in their settings) and tell them to pm me that it's ok (or that we can discuss details). Thank you!
Can I disable the hotkey for the horse menu/ pet menu?
Yes, simply go into the config and delete the hotkey like this (can be done the same way with the pet menu):
Change "HorseMenuKey": "H", to "HorseMenuKey": "",
The game will automatically change that to "HorseMenuKey": "None",
May I ask how to change the respwan position of the horse for the next day? I found that the respwan position is changed, and wish to change that into originonal one, because of the texture I used is much more different.
Is there a way to change the dismount button from x on an Xbox controller? ita also the a button as well and rather be able to interact with stuff without jumping off the horse
you cannot change the dismount button. but you can change the "saddle bag and feed horse key" by setting "DisableMainSaddleBagAndFeedKey" to true and then setting a new controller keybind for "AlternateSaddleBagAndFeedKey"
This Mod is super, i love the saddlebags and feeding my horsie <3 i can also water the bowl like for my cat. and i can ride everywhere i would walk, without being blocked. a super cute and totally nessecary mod!
is it a flying horse head over the player character or the body of the player character over the horse body? I know those issues in theory. both sound like an incompatibility with another mod
In the "PetFoodData.cs" file on GitHub, what fish count as "fish_semi_rare"? I get what the other lines are, but I just wanted a quick list or way to determine what those fish are. Thank you and great mod!
that's determined by the base game and the mods you use. fish_semi_rare is a context flag that content patcher mods can freely access and edit. I do not remember the base game item list sorry
Hello, Im having the mod crash and am hoping for help fixing it. This pops up when the gam loads up
[Horse Overhaul] Mod crashed on entry and might not work correctly. Technical details: Microsoft.Xna.Framework.Audio.NoAudioHardwareException (0x80004005): Audio has failed to initialize. Call SoundEffect.Initialize() before sound operation to get more specific errors. at Microsoft.Xna.Framework.Audio.SoundEffect..ctor(Stream stream, Boolean vorbis) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 47 at Microsoft.Xna.Framework.Audio.SoundEffect.FromStream(Stream stream, Boolean vorbis) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 348 at HorseOverhaul.SoundModule.SetupSounds(HorseOverhaul mod) in D:\StardewValleyModding\Stardew-Valley-Mods\Stardew-Valley-Mods\HorseOverhaul\SoundModule.cs:line 51 at HorseOverhaul.HorseOverhaul.Entry(IModHelper helper) in D:\StardewValleyModding\Stardew-Valley-Mods\Stardew-Valley-Mods\HorseOverhaul\HorseOverhaul.cs:line 158 at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 1861
you don't have any audio output connected to your pc when starting the game (e.g. maybe your headset is off). that's why me adding a sound effect fails. I have a fix for that on my harddrive for quite some time, but I didn't find the time to prepare an update and release it yet, sorry
Is there any way for another mod to check the player's friendship level with the horse? I was thinking that awarding the Horse Flute at full horse friendship would be a good way to unlock it earlier than where it is in the base game, but I'm not sure if that'd be doable by a third party mod.
there is currently no API. but I save the value as simple mod data in the stable of the horse, so in a C# mod you can access it with stable.modData.TryGetValue("Goldenrevolver.HorseOverhaul/friendship", out moddata);
Hi there! Please add support for this mod https://www.nexusmods.com/stardewvalley/mods/27579 When your mod installed stable skin isn't loading. Thanks.
P.S. I asked for permission and it's been granted. So, it's your turn now. :)
Hello 👋🏽, can it be installed on Android devices? I tried to install it but it tells me that there was an error in the mod patch, I have the most recent version of smapi but the error still persists.
589 comments
I just updated the mod, why does the game say 'Mod not compatible'?
Please make sure you are using the newest version of Stardew Valley and SMAPI. I always compile using the most recent versions. If it's still not working after updating, let me know. If you are intentionally using an older version, please still update SMAPI and if it's still not working, let me know and specify that fact in the bug report.
Saddle bags don't work for me, is something wrong?
If you just installed the mod, or build a stable with "instant build" from a cheat mod, you need to go to sleep at least once. I only update the saddle bags at the start of a new day. If you still have an issue after that, please report it as a bug.
Can you add support for <insert stable reskin here>?
(Check the compatibility section of the description first to see if I have already mentioned the mod in question)
Most likely yes. I will add support for any stable reskin that I am asked to add and get permission for. But I can't feasibly ask the authors of all the reskins mods myself, especially for mods I don't even use. So please ask the mod authors yourself (if permission isn't granted by default in their settings) and tell them to pm me that it's ok (or that we can discuss details). Thank you!
Can I disable the hotkey for the horse menu/ pet menu?
Yes, simply go into the config and delete the hotkey like this (can be done the same way with the pet menu):
Change
"HorseMenuKey": "H",
to"HorseMenuKey": "",
The game will automatically change that to
"HorseMenuKey": "None",
This pops up when the gam loads up
[Horse Overhaul] Mod crashed on entry and might not work correctly. Technical details:
Microsoft.Xna.Framework.Audio.NoAudioHardwareException (0x80004005): Audio has failed to initialize. Call SoundEffect.Initialize() before sound operation to get more specific errors.
at Microsoft.Xna.Framework.Audio.SoundEffect..ctor(Stream stream, Boolean vorbis) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 47
at Microsoft.Xna.Framework.Audio.SoundEffect.FromStream(Stream stream, Boolean vorbis) in D:\GitlabRunner\builds\Gq5qA5P4\0\ConcernedApe\stardewvalley\MonoGame.Desktop\MonoGame.Framework\Audio\SoundEffect.cs:line 348
at HorseOverhaul.SoundModule.SetupSounds(HorseOverhaul mod) in D:\StardewValleyModding\Stardew-Valley-Mods\Stardew-Valley-Mods\HorseOverhaul\SoundModule.cs:line 51
at HorseOverhaul.HorseOverhaul.Entry(IModHelper helper) in D:\StardewValleyModding\Stardew-Valley-Mods\Stardew-Valley-Mods\HorseOverhaul\HorseOverhaul.cs:line 158
at StardewModdingAPI.Framework.SCore.LoadMods(IModMetadata[] mods, JsonHelper jsonHelper, ContentCoordinator contentCore, ModDatabase modDatabase) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 1861
Thank you
stable.modData.TryGetValue("Goldenrevolver.HorseOverhaul/friendship", out moddata);
Please add support for this mod
https://www.nexusmods.com/stardewvalley/mods/27579
When your mod installed stable skin isn't loading.
Thanks.
P.S. I asked for permission and it's been granted. So, it's your turn now. :)