When is use this mod with spacecore it says the same key is used is. And i dont know if this is harmefull to my other mods using spacecore.
[SpaceCore] This mod failed in the Content.AssetsInvalidated event. Technical details: ArgumentException: An item with the same key has already been added. Key: {X:352 Y:400 Width:32 Height:32} at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at SpaceCore.VanillaAssetExpansion.VanillaAssetExpansion.SetupTextureOverrides() in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\VanillaAssetExpansion\VanillaAssetExpansion.cs:line 316 at SpaceCore.VanillaAssetExpansion.VanillaAssetExpansion.Content_AssetInvalidated(Object sender, AssetsInvalidatedEventArgs e) in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\VanillaAssetExpansion\VanillaAssetExpansion.cs:line 212 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
I believe it means that you have two mods which are trying to animate the meteorite at the same time. Since you didnt send a copy of your log I dont know what the conflict is, but you can turn off the config option Enable Animations in this mod. Or you can go to the other mod and turn off the option to animate the meteorite.
So like, how do I actually change it to the color I want? It says "A framework mod that lets you change the color" but doesn't actually say how to go about it
it just says "Choose between fifteen different color schemes. Everything that is vaguely iridium-related or stardrop-related has been recolored". but not how to actually do it.
There are installation instructions at the bottom of the mod page that state how to choose the color. However, I recommend installing the mod Generic Mod Config Menu, which gives you an in-game menu to view and change options for mods like this. There are instructions on that mod page for how to use the mod config menu.
This looks totally exciting... 6480....and I simply cannot wait to try out all the different configurations. One quick question to answer at your leisure though. Does this mod recolour the Iridium Armor Chest Piece?
Hey, just wanted to ask, is it possible to change the shape of the weapons? I´m using the ghost recolor and i really like the colour, but i don´t like the shape of the weapons. I already looked inside the settings, but i didnt find an option do disable the reshape of the weapons.
I'm not sure at the moment, but I'll keep it in mind if I do future updates to this mod. I apologize for the non-answer, just focusing on some other mods currently.
hi! i have the mod and all my tools have recoloured and desaturated perfectly except my infinity sword, half the sword is still pink and purple (i am using the forest recolour). i'm not sure what has gone wrong.
Hi. I'm kind of new to adding mods to my game but the fishing rod looks like the basic one when I cast it but in my inventory it has the right recolor. What do I do?
Hey any chance we can get an option to turn off the meteorite, really like the mod I even went to the files to try and change it by deleting and adding things but my little experience with these things bites me again. And I cant turn it off the mod now, the look is ingrained in my mind. If you can thx in advance.
I came across a post mentioning that iridium is a real color and is described as silvery-white. Looking at the picture on the mod page, the closest option seems to be pearl, but it’s still quite different from the actual color. Are you open to creating an additional palette recolor? I’d love one that matches real-world iridium, a silvery-white shade.
Hi! I love this mod! I think the colors are absolutely stunning. I had a slight problem when I installed it, in that it didn't just change the color of the tools/bars/ores/etc but I think that the game/other mods might be using Iridium as a color so it changes other items/pets colors also. There are two turtles that you can adopt (green and purple shelled) but when I changed Iridium to that beautiful Forest color, the purple turtle changed it's shell to the forest. So did the Iridium cat and several other things. I saw the question below about VT but I don't have VT installed. Would the patch work on just the vanilla game and stop all the other things being recolored? Thanks! :)
It's intentional because I prefer every iridium-related item to be recolored for consistency. You can read the config options for the option to turn off the pet colors like you wish for. I recommend using the mod Generic Mod Config Menu if you're not sure how to change it or what each option does.
168 comments
[SpaceCore] This mod failed in the Content.AssetsInvalidated event. Technical details: ArgumentException: An item with the same key has already been added. Key: {X:352 Y:400 Width:32 Height:32} at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at SpaceCore.VanillaAssetExpansion.VanillaAssetExpansion.SetupTextureOverrides() in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\VanillaAssetExpansion\VanillaAssetExpansion.cs:line 316 at SpaceCore.VanillaAssetExpansion.VanillaAssetExpansion.Content_AssetInvalidated(Object sender, AssetsInvalidatedEventArgs e) in C:\Users\space\Programming\StardewValley\StardewValleyMods\SpaceCore\VanillaAssetExpansion\VanillaAssetExpansion.cs:line 212 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
Can you help?
Have a nice day!
One quick question to answer at your leisure though.
Does this mod recolour the Iridium Armor Chest Piece?
Thanks again for all of your hard work.
Edit: Oh, it's supposed to look like that. It's intentional haha (since the forest color scheme is green and pink).
{
"LogName": "Meteor",
"Action": "EditImage",
"Target": "Maps/springobjects",
"FromFile": "assets/{{saturationall}}/{{color}}.png",
"FromArea": { "X": 128, "Y": 64, "Width": 32, "Height": 32 },
"ToArea": { "X": 352, "Y": 400, "Width": 32, "Height": 32 }
},
{
"LogName": "Meteor Animation",
"Action": "EditData",
"Target": "spacechase0.SpaceCore/TextureOverrides",
"When": {"Enable Animations": true},
"Entries": {
"6480.iridiumrecolors/meteor": {
"TargetTexture": "Maps/springobjects",
"TargetRect": { "X": 352, "Y": 400, "Width": 32, "Height": 32 },
"SourceTexture": "{{InternalAssetKey:assets/{{saturationall}}/{{color}}.png}}:32..47@12"
}
}
},
I really don't think the mod will break by doing this....but do it at your own risk anyway :p
I think it would end up close to either the desaturated pearl or sky though, since using grey tones in SDV art is difficult.