I do notice that when another mod updates it also links this mod in the smapi log. Both links take me to the same web address (https://www.nexusmods.com/stardewvalley/mods/9057). In your manifest.json the nexus update link is 9057, which is the same as the AT farm animal facelifts update link.
I just changed it to match your address (13550), but I thought Id letcha know :)
For anyone having issues with Dog to Fox: - Go into your "Mods" folder - Go into the "Dog to Fox" folder - Go into the "[AT] Dog to Fox" folder - Copy the "Textures" folder - Go back up one level into the "Dog to Fox" folder - Paste the "Textures" folder here - Delete the "[AT] Dog to Fox" folder - Go into "Textures" folder - Create a new folder "Dog" - Move all the files (texture.json, texture_36.png, texture_37.png) into "Dog"
Hello! I downloaded both the horse and dog files and the horse one works great but the dog one isn't working. Here is my SMAPI log: https://smapi.io/log/66b4166778cd438fa39ed73d0450e4d9 I'm playing on steam deck if it makes a difference.
Buy the scissors from Robin, and use them on your horse. :)
This is great, the wolf looks much better than expected! Also, unexpected, there's two rideable griffins, but they look pretty goofy while running lmao. New project?
oh of course you are welcome with the war stuff going on in my homeland coding takes my mind off of it so im glad to make others happy you are very welcome
hi! i'm very excited to try this mod, but it appears to me the following issue:
[Alternative Textures] Error loading content pack [AT] Horse: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\janic\Downloads\games and video\Stardew Valley v1.5.6 Hotfix #3 by OmTsTM\Stardew Valley v1.5.6 Hotfix #3 by OmTsTM\Mods\Horse-13550-1-0-0-1661646896\Horse\Textures'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized, EnumerationOptions options) at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.DirectoryInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at System.IO.DirectoryInfo.GetDirectories(String searchPattern, EnumerationOptions enumerationOptions) at System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption) at AlternativeTextures.AlternativeTextures.LoadContentPacks() in C:\Users\Floogen\Documents\GitHub Repos\AlternativeTextures\AlternativeTextures\AlternativeTextures.cs:line 937
SMAPI also tells me that this mod is outdated and I can download the new one, but when I enter that link it's about farm animals mod and not about the wolf shape for the horse :(
[SMAPI] You can update 1 mod: [SMAPI] [AT] Horse 1.1.0: https://www.nexusmods.com/stardewvalley/mods/9057 (you have 1.0.0)
any idea how to fix it or where can i find the right update on this mod? thanks a lot!
The path directory is it's main error, Step 1: Rename the folder "[AT] Horse" within (.../Horse-13550-1-0-0-1661646896/Horse/...) to "Textures"
Step 2: Create a folder with in the newly created folder and name it "Horse"
Step 3: Move all files with in "Textures" to "Horse" >> Yes .json file included.
The secondary error is an easy fix. You can open the "manifest.json" file with Notepad and paste this: { "Name": "[AT] Horse", "Author": "tokiri", "Version": "1.1.0", "Description": "An Alternative Textures version for your Horse.", "UniqueID": "tokiri.AT.horse", "MinimumApiVersion": "3.0.0", "UpdateKeys": [ "Nexus:9057" ], "ContentPackFor": { "UniqueID": "PeacefulEnd.AlternativeTextures" } } Alternatively you can await the 1.1.0 update.
15 comments
I do notice that when another mod updates it also links this mod in the smapi log. Both links take me to the same web address (https://www.nexusmods.com/stardewvalley/mods/9057). In your manifest.json the nexus update link is 9057, which is the same as the AT farm animal facelifts update link.
I just changed it to match your address (13550), but I thought Id letcha know :)
take care <3
- Go into your "Mods" folder
- Go into the "Dog to Fox" folder
- Go into the "[AT] Dog to Fox" folder
- Copy the "Textures" folder
- Go back up one level into the "Dog to Fox" folder
- Paste the "Textures" folder here
- Delete the "[AT] Dog to Fox" folder
- Go into "Textures" folder
- Create a new folder "Dog"
- Move all the files (texture.json, texture_36.png, texture_37.png) into "Dog"
https://smapi.io/log/66b4166778cd438fa39ed73d0450e4d9
I'm playing on steam deck if it makes a difference.
This is great, the wolf looks much better than expected! Also, unexpected, there's two rideable griffins, but they look pretty goofy while running lmao. New project?
i should edit this mod to say that anyone can mess around with it in case something does look a little weird
with the war stuff going on in my homeland coding takes my mind off of it so im glad to make others happy you are very welcome
[Alternative Textures] Error loading content pack [AT] Horse: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\janic\Downloads\games and video\Stardew Valley v1.5.6 Hotfix #3 by OmTsTM\Stardew Valley v1.5.6 Hotfix #3 by OmTsTM\Mods\Horse-13550-1-0-0-1661646896\Horse\Textures'.
at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized, EnumerationOptions options)
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.DirectoryInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at System.IO.DirectoryInfo.GetDirectories(String searchPattern, EnumerationOptions enumerationOptions)
at System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption)
at AlternativeTextures.AlternativeTextures.LoadContentPacks() in C:\Users\Floogen\Documents\GitHub Repos\AlternativeTextures\AlternativeTextures\AlternativeTextures.cs:line 937
SMAPI also tells me that this mod is outdated and I can download the new one, but when I enter that link it's about farm animals mod and not about the wolf shape for the horse :(
[SMAPI] You can update 1 mod:
[SMAPI] [AT] Horse 1.1.0: https://www.nexusmods.com/stardewvalley/mods/9057 (you have 1.0.0)
any idea how to fix it or where can i find the right update on this mod? thanks a lot!
The path directory is it's main error,
Step 1: Rename the folder "[AT] Horse" within (.../Horse-13550-1-0-0-1661646896/Horse/...) to "Textures"
Step 2: Create a folder with in the newly created folder and name it "Horse"
Step 3: Move all files with in "Textures" to "Horse"
>> Yes .json file included.
The secondary error is an easy fix. You can open the "manifest.json" file with Notepad and paste this:
{
Alternatively you can await the 1.1.0 update."Name": "[AT] Horse",
"Author": "tokiri",
"Version": "1.1.0",
"Description": "An Alternative Textures version for your Horse.",
"UniqueID": "tokiri.AT.horse",
"MinimumApiVersion": "3.0.0",
"UpdateKeys": [ "Nexus:9057" ],
"ContentPackFor": {
"UniqueID": "PeacefulEnd.AlternativeTextures"
}
}
Dog to Fox and Horse to Wolf