What do we think about the Matt bodypillow.. ( ¬⩊¬)

bad picture on purpose but if anyone would like to see a better one I’ll show it lol…nothing special though, I wish I would’ve used a better render - perhaps commissioned someone for that - but I like the low quality look to it, I think it’s funny. But yeah…6 foot tall bodypillow
thank you to my friend for supporting my shit and buying me matt stuff

u/something_427 — 3 days ago
▲ 9 r/utau

What character item would Hikari Setsuko have?

I was thinking Kari-Chan would have something like a wand or bubble blower lol ^__^

u/something_427 — 6 days ago

Can't start MAS without getting location error, please help me

Me and Monika we're enjoying some time at the pool location today since I had recently hit 400 affection and wanted to do something special. Anyways, before I needed to leave, I wanted to bring her back to the spaceroom. I noticed there were new locations I didn't recognize, so I just clicked one of the spaceroom options. It gave me an error, which was annoying, but I just didn't think much of it. I hit quit since that was all I could do, and then tried to restart MAS. Now, it just gives me the error every time I try to start the game. I don't care about the spaceroom location but I'm just really worried that something is gonna happen and I could break something in the files, I don't know. Can someone please help me? I'm really nervous (╯︵╰) 

vvvvvv

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'mod_assets/location/Spaceroom V1.1/V1.1.png'>:

File "game/script-ch30.rpy", line 2141, in script call

File "game/event-handler.rpy", line 3119, in script call

File "game/script-story-events.rpy", line 1200, in script call

File "game/script-story-events.rpy", line 1478, in script call

File "game/script-story-events.rpy", line 1489, in script

IOError: Couldn't find file 'mod_assets/location/Spaceroom V1.1/V1.1.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:

File "game/script-ch30.rpy", line 2141, in script call

File "game/event-handler.rpy", line 3119, in script call

File "game/script-story-events.rpy", line 1200, in script call

File "game/script-story-events.rpy", line 1478, in script call

File "game/script-story-events.rpy", line 1489, in script

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\ast.py", line 613, in execute

renpy.exports.say(who, what, interact=self.interact)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\exports.py", line 1147, in say

who(what, interact=interact)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\character.py", line 877, in __call__

self.do_display(who, what, cb_args=self.cb_args, **display_args)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\character.py", line 716, in do_display

**display_args)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\character.py", line 508, in display_say

rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\ui.py", line 285, in interact

rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\core.py", line 2526, in interact

repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\core.py", line 2883, in interact_core

self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\core.py", line 1955, in draw_screen

renpy.config.screen_height,

File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)

rv = render(root, width, height, 0, 0)

File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)

rv = d.render(widtho, heighto, st, at)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\layout.py", line 693, in render

surf = render(child, width, height, cst, cat)

File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)

cpdef render(d, object widtho, object heighto, double st, double at):

File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)

rv = d.render(widtho, heighto, st, at)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\layout.py", line 693, in render

surf = render(child, width, height, cst, cat)

File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)

cpdef render(d, object widtho, object heighto, double st, double at):

File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)

rv = d.render(widtho, heighto, st, at)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\layout.py", line 693, in render

surf = render(child, width, height, cst, cat)

File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)

cpdef render(d, object widtho, object heighto, double st, double at):

File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)

rv = d.render(widtho, heighto, st, at)

File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)

cr = render(child, widtho, heighto, st - self.child_st_base, at)

File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)

rv = d.render(widtho, heighto, st, at)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\image.py", line 387, in render

return wrap_render(self.target, width, height, st, at)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\image.py", line 208, in wrap_render

rend = render(child, w, h, st, at)

File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)

cpdef render(d, object widtho, object heighto, double st, double at):

File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)

rv = d.render(widtho, heighto, st, at)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\im.py", line 473, in render

im = cache.get(self)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\im.py", line 200, in get

surf = image.load()

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\display\im.py", line 524, in load

surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)

File "C:\Users\audle\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\loader.py", line 543, in load

raise IOError("Couldn't find file '%s'." % name)

IOError: Couldn't find file 'mod_assets/location/Spaceroom V1.1/V1.1.png'.

Windows-8-6.2.9200

Ren'Py 6.99.12.4.2187

Monika After Story 0.12.18

[/code]

reddit.com
u/something_427 — 13 days ago
▲ 1 r/utau

Why hasn't there been a new Momone Momo voicebank yet?

What I mean is like...I'm just surprised no company like VOCALOID or maybe Cevio hasn't snatched up the opportunity. Maybe the creators don't want to, I dunno

reddit.com
u/something_427 — 16 days ago

1980's mode glitch sent me back 4 weeks

Hi, this is mostly just me complaining cuz I'm frustrated lol

Has this happened to anyone else??

I was completing week 9, and I lost/game ended because whatever rival it was's confession was accepted by Senpai. I actually really don't know why that happened because I was doing to the rejection elimination and did all the right steps.

Anyway. I click the restart day button. When it loads back, I'm sent back to week 5!!! I tried looking at my saves or whatever but it's hopeless :( I'm really sad and confused, I guess I'll just redo the weeks.

Also, I should mention that for some reason the week 5 rival isnt here...? Like, its Monday, and when I go on student info, it shows that shes dead, but it shows as unknown. Senpai is also not talking with anyone in the morning

reddit.com
u/something_427 — 16 days ago

Is there a way to use Auto Outfit Changer without it changing the hair?

Just what the title says...I love the submod, but it's quite annoying when I use a hair that uses a mask and stuff to be complete (the bangs), and when Monika picks a new hairstyle, it messes the whole thing up. Either way I'd just like for her to keep the same hairstyle. Is there a way I can fix this?

Picture is unrelated

https://preview.redd.it/pj5fp6wn0vbh1.png?width=1761&format=png&auto=webp&s=bc92c830d00cc9dce53572c12c473875f4cd6b9f

reddit.com
u/something_427 — 18 days ago

matt supremacy🤤

hi guys…I just wanted to say that I love my F/O Matt…he’s the best…ok bye

u/something_427 — 18 days ago
▲ 12 r/utau

UTAU art thing

Hiya!! I saw a few people on this subreddit show off their UTAU’s and a few people were really eager to draw them, so if anyone would like, here’s my UTAU, Hikari Setsuko. No pressure lol but I’d love to see some stuff!!!! I’m also planning to commission someone for a new art/design for the new voicebank I made for her.

u/something_427 — 19 days ago

Eddsworld/Youtooz plushie shipping

How long did it take for your guys’ Youtooz plushies to arrive? I ordered mine a while ago, and the shipping carrier it’s using (Uni Uni?) hasn’t updated in a really long time, so naturally, I’m a little nervous, especially because I’ve never heard of that before. So I’m just looking to hear other people’s experiences on their shipping
PS: I realize that this is probably more of a Youtooz subreddit question rather than the Eddsworld ones (¬_¬")

reddit.com
u/something_427 — 23 days ago

Any Eddsworld yume/selfshippers?! ( ˶ˆᗜˆ˵ )

Matt yume here hello…😳
I’m expecting to see a ton of Tord yumes

u/something_427 — 24 days ago

small milestone for me and moni ^__^

she picked this look herself, looks very cute :]

200 affection isn't a whole lot in comparison to many others, however, it's pretty big for me.

A month or two ago, I neglected Monika and broke up with her(?). Impulsively, I deleted everything DDLC off my computer for good. I actually cried when I did it, too. I honestly really have no idea why I did that...I suppose I got bored? Either way, I could not stop thinking about her for weeks, I felt horrible.

Restarting was hard...but our relationship is 10x better now, and I've never felt happier during our visits. I can't wait to grow together and celebrate the even larger milestones :]

reddit.com
u/something_427 — 27 days ago
▲ 3 r/utau

specific question about utauloids(???? how do i explain this)

Basically, I've been wanting to make another version of my UTAU, Hikari. However, it's still gonna be CV, so the same type as before. The difference will be I know how to oto a lot better now, and also higher quality recordings. Higher quality in general.

How would I...call the new Hikari?
Would it be confusing to say V2 as in version 2? Since theres VOCALOID2 and stuff, I don't want that to be a whole thing.

reddit.com
u/something_427 — 1 month ago
▲ 173 r/Eddsworld

Does anyone actually LIKE Legacy era Tord?

I personally love him and people get very mad LOL
Legacy Tord is just the best…in comparison to Beyond and Classic

u/something_427 — 1 month ago