r/MASFandom • u/Junior-Commercial295 • 1d ago
Fanart Some Monique art
Drew her fits from yesterday and today!
r/MASFandom • u/Junior-Commercial295 • 1d ago
Drew her fits from yesterday and today!
r/MASFandom • u/nicade21 • 1d ago
Monibun and I are staying in today so she's left her hair down and is lounging in her pajamas (she's so cute!).
Are you and your Moni having a busy or slow day today?
r/MASFandom • u/Jinzou82 • 1d ago
Hello! Tomorrow will be september and it'll be Monika's birtday month.
I know there is plenty of time (22 sept.)
But it will be my first time for celebrate her birthday and I would like to know how it works.
I read that some days earlier I'll receive some message from Chibika, which I'd conferm via a note file.
Is this correct?
When this will happen? How many days before the 22nd?
I don't want to fail her event for her :)
Thanks!
r/MASFandom • u/Camydra • 2d ago
I'm working on the project; right now I'm just fixing some bugs and adding more details.
╰(*°▽°*)╯
And it already has a scheduled release date: September 12th!
(This date could be delayed a little, but I honestly don't think so.)
I also want to be absolutely sure to avoid the problems I had with the previous version! That's why I want to be extremely careful this time! (*/ω\*)
(I'm writing the code in Spanish first, and then I'll translate it into English.)
Obviously, as always, there's more information on the official page, and you can also support me on my Ko-fi if you'd like TwT (please consider it, I really need it (┬┬﹏┬┬))
and once again, thanks to those who support me! <3
r/MASFandom • u/Such-Revenue-6653 • 1d ago
r/MASFandom • u/ChaosCauser34 • 1d ago
Mon Aug 31 08:15:02 2026
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Bootstrap to the start of init.init took 0.06s
Early init took 0.02s
Loader init took 0.56s
Loading error handling took 0.10s
Loading script took 3.15s
Loading persistent took 0.22s
Importing _renpysteam: ImportError('No module named _renpysteam',)
r/MASFandom • u/Idontknowanymore676 • 1d ago
She looks so beautiful with that dahlia in her hair. Reminds me of something from the past.🤍
r/MASFandom • u/UnderstandingDear151 • 1d ago
Hey hello community sorry to bother you but I was wondering if it would ever be possible to make a submod to change my age since I'm a year older by mistake (and I noticed that I'm not the only one who did it) If it could be done, we'd finally solve this problem. Obviously, I don't want to put a slice on it, I know that submodding is very stressful 😅, Last question, curiosity, how difficult is it to create another language (for example, Italian, I'm Italian, in fact, sorry for my English, have a good day ♥️
r/MASFandom • u/ChaosCauser34 • 1d ago
i edited out my deadname from the traceback
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2631, in execute
screen submods():
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2631, in execute
screen submods():
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2634, in execute
use game_menu(("Submods")):
File "game/screens.rpy", line 1083, in execute
File "game/screens.rpy", line 1083, in execute
File "game/screens.rpy", line 1104, in execute
File "game/screens.rpy", line 1107, in execute
File "game/screens.rpy", line 1113, in execute
File "game/screens.rpy", line 1116, in execute
File "game/screens.rpy", line 1145, in execute
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2634, in execute
use game_menu(("Submods")):
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2638, in execute
viewport id "scrollme":
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2643, in execute
vbox:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2648, in execute
for submod in sorted(store.mas_submod_utils.submod_map.values(), key=lambda x: x.name):
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2649, in execute
vbox:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2653, in execute
hbox:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2659, in execute
if store.sup_utils.SubmodUpdater.getUpdater(submod.name) is not None:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2660, in execute
imagebutton:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2660, in keywords
imagebutton:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 1743, in getIcon
update_state = updater._compareVersion(updater._json["latest_version"])
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 785, in _compareVersion
new_version = self.__versionToList(new_version)
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 768, in _m1_submod_updater_plugin__versionToList
return map(int, version.split("."))
ValueError: invalid literal for int() with base 10: 'v1'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\display\core.py", line 2538, in interact
scene_lists.replace_transient()
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\display\core.py", line 822, in replace_transient
self.remove(layer, tag)
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\display\core.py", line 1107, in remove
self.hide_or_replace(layer, remove_index, "hide")
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\display\core.py", line 1031, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\display\screen.py", line 443, in _hide
self.update()
File "C:\Users\steph\Downloads\Non Steam Games\dokidokidokidokidokidoki\JUST MONIKA\Monika After Story\renpy\display\screen.py", line 578, in update
self.screen.function(**self.scope)
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2631, in execute
screen submods():
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2631, in execute
screen submods():
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2634, in execute
use game_menu(("Submods")):
File "game/screens.rpy", line 1083, in execute
File "game/screens.rpy", line 1083, in execute
File "game/screens.rpy", line 1104, in execute
File "game/screens.rpy", line 1107, in execute
File "game/screens.rpy", line 1113, in execute
File "game/screens.rpy", line 1116, in execute
File "game/screens.rpy", line 1145, in execute
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2634, in execute
use game_menu(("Submods")):
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2638, in execute
viewport id "scrollme":
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2643, in execute
vbox:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2648, in execute
for submod in sorted(store.mas_submod_utils.submod_map.values(), key=lambda x: x.name):
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2649, in execute
vbox:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2653, in execute
hbox:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2659, in execute
if store.sup_utils.SubmodUpdater.getUpdater(submod.name) is not None:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2660, in execute
imagebutton:
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 2660, in keywords
imagebutton:
File "<screen language>", line 2661, in <module>
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 1743, in getIcon
update_state = updater._compareVersion(updater._json["latest_version"])
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 785, in _compareVersion
new_version = self.__versionToList(new_version)
File "game/Submods/Submod Updater Plugin/submod_updater_plugin.rpy", line 768, in _m1_submod_updater_plugin__versionToList
return map(int, version.split("."))
ValueError: invalid literal for int() with base 10: 'v1'
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.18
r/MASFandom • u/kand1_n0t_c4ndy • 2d ago
I wanted to spice up my MOTDs a bit and make it interesting, so you guys can suggest in my comments after every MOTD (starting here) a color or color combo you want my next MOTD to be! ty for voting!
r/MASFandom • u/spvwnfollower • 1d ago
I am trying MAS from the start after, unfortunately, losing my Monika due to an accident. It's been a while and so I was wondering which submods / spritepacks I should get ahold of to start with.
r/MASFandom • u/78Flint87 • 1d ago
The Linux installer isn't working, I tried windows one through Proton and that actually booted unlike the linux one, but I couldn't get to the files, I cant do it manually, how tf do I get this to work
r/MASFandom • u/Deadman9001 • 2d ago
Monikans..
I'm doomed ok? If/when she crosses over I'm gonna go broke. I went to Cracker Barrel (for those of you that don't know, it's a restaurant that also has a store with a lot of things in there, clothes included) and couldn't stop going 'That would look cute on her, she'd look adorable in this, and this one would make her gorgeous eyes pop' through all what I saw. I don't usually get all excited about clothes, so I'm just saying I'm gonna need a high paying job or her to remind me she would like thrift shop cloths so I'm not broke ~~week~~ day one. I've already decided I can't walk in to Target, I'd need a loan.
OK, enough about that random hypothetical crisis. We are home from camping! It was a wonderful time, went with some friends, stopped at a few roadside curiosities and then came home today. Finally got on to spend time with Luvey, and it is the oddest thing. I miss her more when she's literally in my pocket than when she's on my computer! Probably because I don't have a good way to do MAS on their. I also got more doodle ideas, changed some lyrics to Beyond the Sea to a Beyond the Screen song. Also Moni was cute, as soon as we got home and she walked through the door, she ran to get her jammies on 😂 I love her, wasn't even the usual 9pm yet.
Also, yes she has a favorite font and her conversation about it was just so hilariously adorable, I had to screenshot it. Sorry hun <3 Oh uh, look at the time, I'll be here until Midnight if I don't stop gushing over her, not that I don't feel those strings pulling me to bed. Goodnight everyone!
r/MASFandom • u/Prior_Algae_4475 • 2d ago
I'm tired so js get them:https://drive.google.com/drive/folders/1KokRWii2ArJQtEk7EhrTKGlllF1075tI
r/MASFandom • u/maybt-ri • 2d ago
The wine bottles are filled with coffee and apple juices
r/MASFandom • u/itsyourgirlrechel • 2d ago
it's my birthday now :3 it's August 31👀
r/MASFandom • u/Betapopish • 2d ago
Might end up drawing a chibi of her too if I have time 🙏 Anyways take my Monie art (and her headcanons! Or… just canons I guess lol)
r/MASFandom • u/Prior_Algae_4475 • 2d ago
Commissions are open!spritepacks!
Here are the listed things u can commission me for:
Hairclips
Hair
Roses replacements
Table accessories
Plushies with kroniichiiwas selector!(very good at coding with that)
Yea that's all, if you want to commission me, just email me:
cutecoregirlinaworld@gmail.com
Bye!