Search found 129 matches

by fullmontis
Sat May 16, 2020 1:54 pm
Forum: Completed Games
Topic: That Day at the Park [Romance][Short][Relaxing]
Replies: 0
Views: 914

That Day at the Park [Romance][Short][Relaxing]

cover-large-post.jpg


A short dialogue about love with charming graphics and relaxing atmosphere.

~1000 words - Free

Made for the O2A2 Visual Novel Jam


Read on Itch.io
by fullmontis
Wed May 06, 2020 11:40 am
Forum: Ren'Py Questions and Announcements
Topic: Any way to do ATL/Style-changing effects on individual dialogue letters?
Replies: 8
Views: 606

Re: Any way to do ATL/Style-changing effects on individual dialogue letters?

A simple and hacky way of doing this is by using screens: transform crazy(delay_start): yanchor 0.5 zoom 1.5 pause delay_start block: ease 0.6 zoom 0.5 ease 0.6 zoom 1.5 repeat screen crazy_string(string): hbox: xpos 264 ypos 590 for i in range(len(string)): text string[i] at crazy(0.1*i) label show...
by fullmontis
Wed May 06, 2020 9:04 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Centering all the lines in a text statement
Replies: 3
Views: 370

Re: Centering all the lines in a text statement

The reason they don't align is because renpy is treating them as a single text block. In order to have them center align you have to create a text element for each line, align them to center, and pack them in a vbox. Something like this: screen lines(line_list): vbox: for line in line_list: text lin...
by fullmontis
Sun Apr 12, 2020 7:57 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

Re: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

Update! So, a sad but important decision: I have decided to not post the demo for the NaNoRenO :( there are a few things that needed more work than I expected and I ended up short on time. I could do it in time for the deadline if I rush, but I realize that at this point it doesn't really make sense...
by fullmontis
Sun Apr 05, 2020 7:44 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

Re: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

UPDATE! I have finally finished the backgrounds, which were probably the biggest hurdle for me to overcome. Even if I used Blender for the base and I kept them rather monocromatic and simple, there were seven of them, with day and night versions of most of them, which is quite a lot for the lenght o...
by fullmontis
Thu Apr 02, 2020 1:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Sequential images and skipping
Replies: 2
Views: 337

Re: Sequential images and skipping

It works! I knew there was some trivial solution to this... Thank you Alex for the help!
by fullmontis
Thu Apr 02, 2020 9:42 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Sequential images and skipping
Replies: 2
Views: 337

[SOLVED] Sequential images and skipping

Ok, so I am trying to show two images on the screen one after the other, and give them a specific duration (like 1sec). I used the following code and it is working fine: show image1 pause 1.0 hide image1 show image2 pause 1.0 hide image2 This works as intended, minus one thing: if the player skips t...
by fullmontis
Sun Mar 29, 2020 8:05 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

Re: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

Thanks for the explanation, you made it a lot clearer for me. I checked the ESRB rating guide and yeah, it seems like my game is technically M (mature 17+). I finished recently to write the scene in question, and while it isn't explicit it is quite spicy. On top of that there are actually some rathe...
by fullmontis
Sun Mar 29, 2020 1:56 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

Re: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

Thank you for your post Zelan! You have no idea how encouraging is to read your post :D I didn't know about the extension of the jam, that actually comes in handy. I guess at this point I can use the extra time to finish the demo, and maybe add a few touches I thought I had to cut. I am still aiming...
by fullmontis
Sat Mar 28, 2020 5:15 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

Re: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

UPDATE! Alright, so there have been a few important changes in the game that I need to talk about. Since the last post, I have been rereading my script, and I ended up not liking it as much as I thought. I ended up spending one week trying to rewrite it, and now I am close to being done with what i...
by fullmontis
Sun Mar 15, 2020 7:58 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

Re: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

Thanks for the comments :) , and sorry for the lack of consistent updates :( . Mid jam update: The demo is at a good point. The script for the demo is basically done, minus some reviewing and animations. I made the sprites for the other characters appearing in the game, and the roughs for the cgs ha...
by fullmontis
Sun Mar 08, 2020 6:50 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

Re: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

Update! The first draft for the main route has been completed, it needs some rewriting but everything seems to be in place at the moment. It turned out to be around 20.000 which is about the size I expected. I really like how the character have shaped up and the general plotline. I have made the ch...
by fullmontis
Sun Mar 01, 2020 2:51 pm
Forum: WiP: NaNoRenO
Topic: The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]
Replies: 15
Views: 5715

The Night is Our Friend [NaNo2020][Yuri][Romance][Supernatural]

The Night is Our Friend Type: Visual novel Genre: Yuri/Romance/Horror Length: ~30k words News 2020/03/08: Finished first draft, first screenshot posted, added Elisa and Valerie character sheets 2020/03/01: Opened Topic Synopsis Elisa, a lonely high school artist, is struggling to fit in her circle ...
by fullmontis
Mon Sep 16, 2019 11:43 am
Forum: WiP: Short Noncommercial Games
Topic: Creepy Lily [Horror][18+]
Replies: 17
Views: 9126

Re: Creepy Lily [Horror][18+]

Important update: I've finished the script for Creepy Lily. I'ts been 7 months from my last post on this thread, and in this time frame I rewrote the script three whole times from scratch. The final script exceeds 50.000 words, but I think I've written more than 200.000 total from when I started. Ye...
by fullmontis
Fri Aug 23, 2019 10:04 am
Forum: Completed Games
Topic: One Last Salty Kiss [Romance] [Supernatural] [Kinetic] [NSFW] [NaNo19]
Replies: 5
Views: 3227

Re: One Last Salty Kiss [Romance] [Supernatural] [Kinetic] [NSFW] [NaNo19]

Version 1.3.0 Released! In this version a spanish translation of the game is available. All credit for the translation goes to José Til Tudela who worked hard to make this translation possible. Huge thanks! scren2.jpg scren1.jpg scren0.jpg Get it here: https://fullmontis.itch.io/one-last-salty-kiss