おJOSH.JPN🇯🇵. I may not be able to reply because I am not familiar with English slang. Sorry🙇 I'll take all the slang as "You're complimenting me! I'll take it positively👍Using translator(DeepL:JP→EN) I will be busy so posting to the blog will be a little slower. Tes5,ESO(NA).☁️ Twitter(ojo_virgil)(https://x.com/ojo_virgil) BlueSky(ojosh: https://bsky.app/profile/ojosh)
Using translator(JP→EN) I am a novice modder working on fixing bugs in MarryMorrisMOD while making my mod.自分のmodを作りつつ、MarryMorrisMODの修正に取り組む初心者modderです。
I received a question about this, so I'll write a blog post about it. Regarding the bug that occurs in the MarryMorris MOD where Morris doesn't appear in festivals in the second year, this is due to an issue with the "TextOperations" section
"Target": ["Entries", "Set-Up_additionalCharacters"],
We need to add new code that adds the "_y2" part.
This is long, so I've collapsed it. I'll provide examples of suggested fixes and some reference URLs.
質問があったので、ブログ記事にもしておきます。
MarryMorrisMODで発生している2年目にモーリスがお祭りに出なくなるバグですが、これは"TextOperations"の部分の
"Target": ["Entries", "Set-Up_additionalCharacters"],
の部分に問題があります。“_y2”という部分を書き加えたコードを新たに追加しなければいけない。長くなるので折り畳み。参考URLと実際のコードの修正例があります
※ The date part will differ depending on the festival. Be sure to copy and paste the code for that festival. This is just code for luau.↑※ 日付部分はお祭りによって異なりますので、必ず該当のお祭りのコードをコピー&ペーストしてください。上のはあくまでルアウのコードだからね。
If "{}" is not used properly, a bug will occur. Please pay attention to the range of copy and paste. “{}”がちゃんとついていないとバグが出ます。コピーペーストの範囲に注意を払ってください。
Simple steps:シンプルな手順
1.Open "content.json" using notepad(file location:Stardew Valley\Mods\MarryMorris\[CP]Marry Morris)メモ帳で"content.json"を開く
2.Search for "Set-Up_additionalCharacters"検索
3.copy and paste the necessary parts(The part enclosed in {} starting from "Operation": "Append")"Operation": "Append"で始まる箇所をコピペ
4.add "_y2" to "Set-Up_additionalCharacters"_y2を書き足す
The corrected code is as follows:コードは以下のようになる
{ "Operation": "Append",
"Target": ["Entries", "Set-Up_additionalCharacters"],
"Value": "* Different numbers for each festival*",
"Delimiter": "/" },
{ "Operation": "Append",
"Target": ["Entries", "Set-Up_additionalCharacters_y2"],
"Value": "* Different numbers for each festival*",
"Delimiter": "/" },
Attention! However, I haven't been able to debug it yet,(The second year's luau was debugged.) I haven't found any easy-to-understand guides, and I've only managed to figure it out by referring to other people's code, so I'm not sure. If anyone knows more about it, I'd be grateful if they could let me know if it's correct (I'm a beginner who started programming to fix this MOD)
ただし、まだデバッグできてないし(二年目のルアウはデバッグした)、分かりやすいガイドも見つけられてないし、他の人のコードを参考にしてなんとか分かった部分なので、確証はない。詳しい方いたらあってるか教えてくれると嬉しい(このMODの修正のためにプログラミングはじめた初心者なんです)
All you need to do is add the code above, so anyone can edit it by rewriting the json file directly using Notepad or Notepad++ ...and other text editors (make sure to back up the original data).
この部分を追加するだけなので、メモ帳なりNotepad++などで直接jsonファイルを書き換えれば、修正は可能です(元データのバックアップはちゃんととってね)
Postscript. A kind person helped me to debug it! The bug seems to have been fixed successfully. Thank you! 追記。親切な方がデバッグに協力してくれました!無事バグは修正されたようです。ありがとう!
Reference URL 参考URL:
← Index
Code Quotes コード引用:
Adds Morris as a marriageable NPC with his own house and gives him a redemption arc if you choose the Community Center route. This mod is fu
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
Adds a custom voiced (VA - Pat Mahoney) Thalmor follower to your Skyrim.A former Thalmor soldier seeks purpose and a chance to atone.Feed hi
Small Hiatus Announcement!
We're near 2026 and @nevermorepjm and I need a very overdue break from working on Tally. A couple of months and we should get our mojo back!
In the meantime, we're releasing an update of Taliesin with over 200+ lines of new dialogue, the main focus being Taliesin's commentary with the Companions!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
I'm happy that the number of people looking forward to the MOD I created is gradually increasing. However, I caught a cold, so progress has been slow... For now, I'm thinking of releasing only the seasonal clothing first. The festival graphics are far from finished, and I'm struggling to create the basic program. Oh, and I also need to create a beach sprite.
Willow is a Bosmer born and raised in Skyrim. After losing his job at the fishery due to looking a little green as of late, Willow isn't sure what to do next until the player makes their acquaintance. Now he's eager for adventure and offers his services at a reasonable 100% off discount. What Willow lacks in experience, he makes up for in enthusiasm and his unbreaking positive attitude!
I won't post it yet because it would add too much to the Tumblr tags and community, but you can see my latest work on Twitter if you'd like to check it out!
This is definitely the theme song for the costume mod I'm working on...it's a really great MV. Hey Morris, let's have a fashion show. You are beautiful chubby...
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
Using translator(JP→EN) I am creating a seasonal costume change MOD compatible with the Marry Morris MOD. Marry Morris MODに対応した季節別着せ替えMODを作っています。
(There is a bonus doodles at the bottom-下部におまけ落書き有)
Hi! I have completed commissions and have resumed making mods. First, a remake of Morris's SVE portrait.
Commissions(Rather, it's essentially a donation site where you can request illustrations from creators.) are accepted on this site(https://skeb.jp/@BokuJosh) I'm wondering if I should also prepare a site that is familiar overseas (Ko-fi, etc...)
I am in a frenzy for Pierre x Morris! What should I do? I'd love to draw farmer x Morris too, but Pierre x Morris is 𝓣𝓸𝔁𝓲𝓬 𝓞𝓵𝓭 𝓶𝓪𝓷 𝔂𝓪𝓸𝓲 So too sexy. My farmer x Morris is a lovey-dovey, sweet story, but Pierre x Morris's Morris is a slutty bitch fat succubus. I'm good at drawing bitches (self introduction).
Oh, by the way, there will be a web event of foreign games online next year, and I will be participating as a circle with Morris as the main content. I will be making a lot of things for the event. (It's a Japanese event, but it's a web event, so I guess it can be viewed from overseas.)
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
I've been up all night because I fell asleep at a weird time, so can we talk about Pierre x Morris? Sure.
I heard that there is an event in SVE where Pierre finds out that his wife was having an affair (I haven't seen the actual event yet because I just looked through the translation data when translating). It would be nice to have the devil (Fat Succubus) (meaning Morris) whisper to the heartbroken Pierre.
"Marry Morris" would mean that Maurice would work at Pierre's store if he went the community center route, which would make for a more natural workplace romance (I have a note for a comic strip like that, but it's long and I don't know if I can draw it out. My patience will be tested)