Quirinea
Farmer
Now I'm at complete loss (first found some errors between laptop and sofa...). I'm trying to modify Pam's ale quest so that she instead asks for Kvass (added by a mod, using json asset). But the game crashes at the opening of the letter (I cannot accept the quest and have to force-quit the game to get out).
Here's the snippet:
I've tried with both \"Kvass\" and Kvass (without quotes). If I put in a random item instead (putting it with the number) the quest seems to work (of course it'd require that random item instead of what the letters say)
Is there a way to refer to the item from the mod, or should I resort to make Pam ask something that exists in the base game? The error messages point to something I cannot find.
{
"Format": "1.23.0",
"Changes": [
{
"Action": "EditData",
"Target": "Data/Quests",
"Entries": {
"103": "ItemDelivery/{{i18n: Teatotaller.Pam1}}/{{i18n: Teatotaller.Pam2}}./{{i18n: Teatotaller.Pam3}}./Pam \"Kvass\"/-1/350/-1/true/{{i18n: Teatotaller.Pam4}}.$h"
}
},
{
"Action": "EditData",
"Target": "Data/mail",
"Entries": {
"summer_14_1": "{{i18n: Teatotaller.Pam5}}%item quest 103 %%[#]Pam's Request"
}
},
The "red" from SMAPI log attached, both \"Kvass\" and Kvass (I'm not sure in which order,I switched back and forth)
Here's the snippet:
I've tried with both \"Kvass\" and Kvass (without quotes). If I put in a random item instead (putting it with the number) the quest seems to work (of course it'd require that random item instead of what the letters say)
Is there a way to refer to the item from the mod, or should I resort to make Pam ask something that exists in the base game? The error messages point to something I cannot find.
{
"Format": "1.23.0",
"Changes": [
{
"Action": "EditData",
"Target": "Data/Quests",
"Entries": {
"103": "ItemDelivery/{{i18n: Teatotaller.Pam1}}/{{i18n: Teatotaller.Pam2}}./{{i18n: Teatotaller.Pam3}}./Pam \"Kvass\"/-1/350/-1/true/{{i18n: Teatotaller.Pam4}}.$h"
}
},
{
"Action": "EditData",
"Target": "Data/mail",
"Entries": {
"summer_14_1": "{{i18n: Teatotaller.Pam5}}%item quest 103 %%[#]Pam's Request"
}
},
The "red" from SMAPI log attached, both \"Kvass\" and Kvass (I'm not sure in which order,I switched back and forth)
Attachments
-
3.6 KB Views: 148