-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Content Patcher] random token problem #529
Comments
Can you do this to provide more info?
|
https://smapi.io/log/a2d738d02fbc4c1794cde9a6947428aa |
It looks like you didn't load the save. Can you try talking to the wizard (so you should see their dialogue), then run the command and post the log? |
https://smapi.io/log/cd993ddabcfb4f609e3cf962f8d6056c i'm sorry, my mistake! |
Both |
Even when the wizard is outside the house, he speaks indoors line. Sorry my bad English. |
The game only updates dialogue when the day starts, so unfortunately you can't have indoor/outdoor dialogue using only Content Patcher conditions. (It is possible with location dialogue though.) Can you post a zip of the mod and your save folder? I'll take a look at the kissing issue. |
save file.zip Thank you! Incidentally, I can kiss sometimes. But most can't. |
You may already know, according to the report of users who used this mode, if you can have an additional conversation at 11:00, you can kiss after 11:00 even if you did not kiss in the morning. I hope this report helps. Thank you! |
Sorry for the slow response! Work has been busy. When I loaded your save, the wizard was outside and I was able to kiss him right away after talking to him. Does it work for you if you temporarily remove all mods except Content Patcher and the Romanceable Rasmodius content pack? |
Thanks for taking a look at my mods! |
@dalbiblue I can't reproduce it, so we'll need to narrow it down. Does it still happen if you remove all patches except |
I narrow it down and attach it. The only remaining are Character sprite, Dialogue, MarriageDialogue, and NPCDispositions. I tried again with this miniature version but still couldn't kiss the next day. |
I reproduced it with that version, but it's not related to Content Patcher. The issue happens when the game adds a marriage dialogue key that doesn't exist in the file, like The next Lookup Anything update lets you see which marriage dialogue key is still queued in the datamining fields; feel free to ping me on Discord if you'd like a preview build. |
I recently created a mode to marry a wizard. It is the Romanceable Rasmodius mode I edited.
I used a random token in this mode.
However, after the token's marriage to the wizard, I found that the token was unable to kiss him and the ambassador was not printing properly. What is wrong?
This is what i wrote. ↓
{
"Action": "Load",
"Target": "Characters/Dialogue/Wizard",
"FromFile": "assets/Characters/Dialogue/wizard-{{random: 0, 1, 2, 3, 4}}.json"
},
{
"Action": "Load",
"Target": "Characters/Dialogue/MarriageDialogueWizard",
"FromFile": "assets/Characters/Dialogue/MarriageDialogueWizard.json"
},
The text was updated successfully, but these errors were encountered: