But I don't know why, the file is in the right folder and has the right name
Search found 8 matches
- Tue Apr 12, 2022 4:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Live2D file doesn't work?
- Replies: 0
- Views: 288
Live2D file doesn't work?
I keep getting the error message "Exception: When showing 'name', m01 is not a known attribute."
But I don't know why, the file is in the right folder and has the right name
But I don't know why, the file is in the right folder and has the right name
- Tue Apr 05, 2022 3:09 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Live2D model isn't working in Ren'Py
- Replies: 0
- Views: 285
Live2D model isn't working in Ren'Py
Exception: Live2D model Resources/Medeia/Medeia.model3.json does not exist.
That's what my script says when I try to launch the game
But I put the model3.json file in the folder, so I don't know what the problem is...
That's what my script says when I try to launch the game
- Tue Jan 25, 2022 9:37 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Dark Mode?
- Replies: 6
- Views: 326
Re: Ren'Py Dark Mode?
Yeah, I changes to Atom now, thanks ^^
- Tue Jan 25, 2022 6:45 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Dark Mode?
- Replies: 6
- Views: 326
Re: Ren'Py Dark Mode?
Ah alright, well I use jEdit but didn't find a way yet to get a dark theme for it
- Tue Jan 25, 2022 6:20 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Dark Mode?
- Replies: 6
- Views: 326
Re: Ren'Py Dark Mode?
Yeah, I mean the editing scripts where you are programming the whole game. It's white at the moment and I would prefer it to be darker because that is more relaxing for the eyes ^^
- Tue Jan 25, 2022 5:48 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Dark Mode?
- Replies: 6
- Views: 326
Ren'Py Dark Mode?
[Solved] Is there any way to get a Dark Mode for the Ren'Py scripts?
- Sat Jan 22, 2022 5:15 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] Animated Characters in Ren'Py?
- Replies: 4
- Views: 311
Re: Animated Characters in Ren'Py?
https://www.renpy.org/doc/html/movie.html#movie-displayables-and-movie-sprites The primary movie provides the color of the sprite. A second movie, the mask movie, provides the alpha channel, with white being full opacity and black being full transparency . Okay, so the mask sprite has to have a whi...
- Sat Jan 22, 2022 4:47 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] Animated Characters in Ren'Py?
- Replies: 4
- Views: 311
[Solved] Animated Characters in Ren'Py?
Hi, I try to create a visual novel in Ren'Py with animated backgrounds and characters :) I made the animations with Adobe After Effects and exported them as .webm - because that's recommended in Ren'Py. But my character should have a transparent background - so you can see the actual background behi...