Hey there! I'm having an issue where every book is showing up as having cover 3 even though I have Cover Match set and EMP installed. Is this an EMP issue?
EDIT: Sorry, didn't include log. https://smapi.io/log/702e0cb4bedd4bdca32cb44e667a3c56
I have also noticed that I was getting the same book cover, but thought it was a me thing. However, I was just testing for another error and forgot to include EMP in my mod list. The log shows that EMP is missing in relation to another mod but not this one. I reinstalled this mod and the log is the same. Just wondering if that could be the issue with the book covers being the same. I didn't play through the day, just loaded the game to check the log and then exited. Here's the log: https://smapi.io/log/23850b0da716473f9705151cf5ab163b
Hi! The latest version of Esca's Modding Plugins (EMP) adds a player stats token similar to Stats as Tokens. I was able to use it to make CoverMatch work on 1.6. Here are my edited content.json and CoverMatch.json (the dependency in manifest.json also needs updated). I haven't been able to test it for non-host players in multiplayer and it may not work for them, but it should at least be working fine in singleplayer.
Edit: While the player stats method works, it might be better (i.e., more multiplayer-friendly) to use a game state query in 1.6. I'm not 100% sure how to implement that though.
I've been using this mod for awhile, just wanted to let you know it's one of my favorite visual-only mods out there. It makes me actually excited to find lost books again!
Yes. It's not recommended to use Vortex for SDV mods because it's known to have issues with not installing mods correctly and eating files, so I disable the mod manager download option on all my mods.
It's a minor inconvenience, sure. However, I prefer that over me having to deal with the major inconvenience and annoyance of people reporting bugs that turn out to have been caused by Vortex.
Hey! Love your mod! Just so you know, I finally found a way to assign each cover to a particular different book. I made it so that each cover-book match makes sense based on the content of each book. If you want you can use that code in your mod. Just message me and I'll send you the files! Have a good life ;)
Huh, that would be pretty neat, thank you! :) Is it doable via CP only or does it require C#? I'd rather not incorporate a C# component as I wouldn't be able to maintain it myself, but if it's just CP, could you send me the files via DM, please?
Of course! I made it CP only, but I couldn't make it around some tokens that the mod doesn't consider for the code, so I had to use the Stats as Tokens mod as dependancy. I'll just send you all the files and you can see for yourself the modifications I made.
35 comments
Comments locked
The author has locked this comment topic for the time beingEDIT: Sorry, didn't include log. https://smapi.io/log/702e0cb4bedd4bdca32cb44e667a3c56
Here's the log: https://smapi.io/log/23850b0da716473f9705151cf5ab163b
Edit: While the player stats method works, it might be better (i.e., more multiplayer-friendly) to use a game state query in 1.6. I'm not 100% sure how to implement that though.
[Content Patcher] Can't apply image patch "Lost Library Book Covers > Include CoverMatch.json > EditImage Maps/springobjects #2" to Maps/springobjects: the FromFile file 'assets\book_21.png' doesn't exist.
Just so you know, I finally found a way to assign each cover to a particular different book.
I made it so that each cover-book match makes sense based on the content of each book.
If you want you can use that code in your mod. Just message me and I'll send you the files!
Have a good life ;)
I made it CP only, but I couldn't make it around some tokens that the mod doesn't consider for the code, so I had to use the Stats as Tokens mod as dependancy.
I'll just send you all the files and you can see for yourself the modifications I made.