Search found 39 matches

by M.T.D.G.
Wed Jun 13, 2018 3:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Stats lowering with real time pass [SOLVED]
Replies: 5
Views: 2692

Re: Stats lowering with real time pass

... Your code works perfectly! I was almost moved when I saw the stat values behave the way they should...I should build you a statue! Your code is simple to understand but also very complex. I would have never been able to come up with it, so thank you very much for taking the time to help me. I'l...
by M.T.D.G.
Wed Jun 13, 2018 10:38 am
Forum: Ren'Py Questions and Announcements
Topic: Stats lowering with real time pass [SOLVED]
Replies: 5
Views: 2692

Re: Stats lowering with real time pass

Thanks for taking the time to write this useful answer! Sadly my coding skills are next to zero, I just mess around with tutorials and basic stuff (I'm just an artist). The game I'm working at is a very small project that I started for fun but I'd like to implement what I wrote in my first post. If...
by M.T.D.G.
Wed Jun 13, 2018 7:41 am
Forum: Ren'Py Questions and Announcements
Topic: Stats lowering with real time pass [SOLVED]
Replies: 5
Views: 2692

Stats lowering with real time pass [SOLVED]

I'm making a Tamagotchi-like videogame and I managed to make stats raise with their relative always-on-screen bars by clicking their respective functions. Now, I'd like those stats to deplete when real time passes, even after the game is closed. For example, I'd like "hunger" stat to lower...
by M.T.D.G.
Wed Aug 31, 2016 2:52 am
Forum: Ren'Py Questions and Announcements
Topic: Getting rid of the Yes/No prompt screen [UNSOLVED]
Replies: 3
Views: 813

Re: Getting rid of the Yes/No prompt screen

Have you tried testing other possible values for message? https://www.renpy.org/doc/html/screen_special.html#confirm The message to display to the user. This is one of: layout.ARE_YOU_SURE - "Are you sure?" This should be the default if the message is unknown. layout.DELETE_SAVE - "A...
by M.T.D.G.
Tue Aug 30, 2016 3:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Getting rid of the Yes/No prompt screen [UNSOLVED]
Replies: 3
Views: 813

Getting rid of the Yes/No prompt screen [UNSOLVED]

I'm working on a small project for a friend and the only Yes/No prompt screen I need is for when I quit the game. Is it possible to get rid of it for when I load/overwrite/delete a saved game? It's hard to explain, but is very important. My current code is the following: ############################...
by M.T.D.G.
Thu Feb 04, 2016 6:20 pm
Forum: Works in Progress
Topic: Death On Holiday[BxG][Romance, Paranormal, Slice of Life][$]
Replies: 4
Views: 2552

Re: Death On Holiday[BxG][Romance, Paranormal, Slice of Life

Progresses aren't big but I'll share them anyway since, well, I love when somebody posts new art about their game and I though you may like it as well :-P New sprites were polished, colored and complete! http://i.imgur.com/8FjkYhF.png the sprite for Madame Star was just colored, but no shading has b...
by M.T.D.G.
Sun Jan 31, 2016 11:23 am
Forum: Works in Progress
Topic: Death On Holiday[BxG][Romance, Paranormal, Slice of Life][$]
Replies: 4
Views: 2552

Re: Death On Holiday[BxG][Romance, Paranormal, Slice of Life

Slow but steady, for now. Wordcount is around 50000 words, the common route is complete (but needs to be edited since I keep changing small things here and there) along with 4 bad endings. Working on Kumiko's route, but I need to take a break from writing, therefore I worked a bit on the art as well...
by M.T.D.G.
Sun Jan 24, 2016 1:01 pm
Forum: Works in Progress
Topic: Death On Holiday[BxG][Romance, Paranormal, Slice of Life][$]
Replies: 4
Views: 2552

Re: Death On Holiday[BxG][Romance, Paranormal, Slice of Life

First of all, thanks for answering all of my questions :) I'll try to reply at the best of my english capabilities :-P I got the idea for this visual novel around three years ago, out of nowhere. I love telling stories and I like to use unlikely settings or situations. This time I opted for a funera...
by M.T.D.G.
Fri Jan 22, 2016 4:47 pm
Forum: Works in Progress
Topic: Death On Holiday[BxG][Romance, Paranormal, Slice of Life][$]
Replies: 4
Views: 2552

Death On Holiday[BxG][Romance, Paranormal, Slice of Life][$]

http://i.imgur.com/aZ5VofG.png ✞ Story Incipit: When you're young, you think death will never reach you, even if you know that is out there... Death...Something so abstract and ideal... But then, one day, it's the one reaching you. It starts from afar, hitting people you may never meet, but that yo...
by M.T.D.G.
Mon Jan 18, 2016 4:13 am
Forum: Ren'Py Questions and Announcements
Topic: imagemap, True and if statment not obeying properly [solved]
Replies: 2
Views: 517

Re: imagemap, True and if statment not obeying properly

You're asking it for strings but return the values in your variables: hotspot (28, 136, 293, 259) action Return ("white") hotspot (372, 136, 293, 259) action Return ("caramel") hotspot (708, 136, 293, 259) action Return ("black") That worked wonderfully!!! My huge than...
by M.T.D.G.
Mon Jan 18, 2016 3:21 am
Forum: Ren'Py Questions and Announcements
Topic: imagemap, True and if statment not obeying properly [solved]
Replies: 2
Views: 517

imagemap, True and if statment not obeying properly [solved]

Hi, dear colleagues! I'd like the players to be able to choose a skin color at the beginning of the game through an imagemap, thus showing a different CG depending on what they picked. The problem is that, no matter what I pick, I always end up with the last skin color I coded (which is black). Here...
by M.T.D.G.
Sun Jan 17, 2016 10:48 am
Forum: We are a Free Project looking for Partners
Topic: Looking for Proofreader (18+) [Closed]
Replies: 0
Views: 468

Looking for Proofreader (18+) [Closed]

Hi! I'm searching for a native english speaker to proofread my latest project. The script is quite short (9420 words) but I bet is full of mistakes and odd sentences structure since english is not my first language, therefore the work weight probably won't be as light as expected. The story contains...
by M.T.D.G.
Sun May 10, 2015 9:56 am
Forum: Ren'Py Questions and Announcements
Topic: Problem with simple Dress Up game
Replies: 2
Views: 751

Re: Problem with simple Dress Up game

Haven't looked at the rest of the code, but the error itself is because the first line where you initialize all the variables to 1 is mismatched - 4 variables, 5 1s. As I said before, I'm bland. Thank you so much!!!!!!!!! It was so simple but I couldn't see it. I found another error but managed to ...
by M.T.D.G.
Sun May 10, 2015 8:29 am
Forum: Ren'Py Questions and Announcements
Topic: Problem with simple Dress Up game
Replies: 2
Views: 751

Problem with simple Dress Up game

My coding knowledge is = 0, I've been trying to figure out what's the problem with my script for about 3 hours and my brain is about to melt out of my ears. I'm working on a simple and bare dress up game (no dialogues, no side images, just the mini game itself with a background, a character and clot...
by M.T.D.G.
Wed Apr 16, 2014 3:32 am
Forum: Creator Discussion
Topic: What motivates you to make a VN?
Replies: 38
Views: 5436

Re: What motivates you to make a VN?

It's easy for me :) When I start working on a visual novel is because I want to show something to the people; to tell them a story and to make them feel or think something. I always start with a clear objective or a theme in my mind. Seeing various people playing your story and enjoying it is such a...