Search found 51 matches

by MisterHarold
Wed Jul 15, 2020 10:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Timed Conversations
Replies: 3
Views: 350

Timed Conversations

Hello, I want to implement a limited amount of time for my characters to interact. For example, my two characters will have a conversation during lunch and when the time runs out it will jump into a scene like "Oh. Class is starting. We should head back." Stopping their conversation, makin...
by MisterHarold
Mon Jul 13, 2020 11:23 pm
Forum: Asset Creation: Writing
Topic: A VN with only two characters
Replies: 8
Views: 9626

A VN with only two characters

Will it work? Most successful Visual Novels contain a wide variety of colorful characters, and the characters are their strong point. With only two characters, how can I make it work?
by MisterHarold
Mon Jul 13, 2020 11:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to randomize choice direction?
Replies: 1
Views: 329

Is there a way to randomize choice direction?

For example, there are two choices: a.) go to school b.) go home
and if clicked, they would go to..accordingly a1.) you get good grades b1.) you fail
I want to randomize the choice's outcome.
by MisterHarold
Fri Oct 04, 2019 2:00 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'py web problem
Replies: 4
Views: 1134

Re: Ren'py web problem

For having the same problem as mine when they try to export their VN to web I have found a solution. I messed around with the index.html and added some codes to hide the black bar on top and the text. The text doesn't really hide completely, just turned transparent so when I mouse hover around the s...
by MisterHarold
Fri Oct 04, 2019 1:43 am
Forum: Completed Games
Topic: Ikimono High: The Visual Novel [BXG][School/Romance/Monster Girls][Free]
Replies: 1
Views: 2006

Re: Ikimono High: The Visual Novel [BXG][School/Romance/Monster Girls][Free]

Available now for web thanks to the Ren'PyWeb exporter. Check it out here on newgrounds:
https://www.newgrounds.com/portal/view/739364
by MisterHarold
Sat Sep 21, 2019 4:48 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'py web problem
Replies: 4
Views: 1134

Re: Ren'py web problem

ok, I was told it was because of print() commands that were in the .rpy script. How do I remove them?
by MisterHarold
Thu Sep 19, 2019 7:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'py web problem
Replies: 4
Views: 1134

[SOLVED] Ren'py web problem

I want to export my ren'py game to web using beuc's web exporter. Everything is good except for some codes popping up whenever I go to the gallery/extras page of my VN.
Capture.JPG
If there's anyone who can help, I'd appreciate it. thanks
by MisterHarold
Sat Aug 31, 2019 5:18 am
Forum: Completed Games
Topic: Ikimono High: The Visual Novel [BXG][School/Romance/Monster Girls][Free]
Replies: 1
Views: 2006

Ikimono High: The Visual Novel [BXG][School/Romance/Monster Girls][Free]

Hello, I would just like to share the first game I made using ren'py back in 2017. https://i.postimg.cc/gc346vdM/NFj2cc.png Story: Back when humanity was at its infancy, other beings ruled the world. On the present day, they are called mythical creatures or monsters...but they aren't so mythical as ...
by MisterHarold
Wed May 15, 2019 12:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Fixated sprite with moving background using mouse hover
Replies: 2
Views: 347

Fixated sprite with moving background using mouse hover

I want to ask how you could move the background while the character stays fixated just by hovering your mouse all over the screen. This effect makes it look like it's 3d
by MisterHarold
Fri Apr 26, 2019 2:39 am
Forum: Ren'Py Questions and Announcements
Topic: Font stroke/outline?
Replies: 3
Views: 370

Font stroke/outline?

Hello. I would like to ask how you can put an outline or stroke on your font. If the default font color is white, I want my outline to be a different color. How?
by MisterHarold
Wed Mar 06, 2019 2:35 am
Forum: Ren'Py Questions and Announcements
Topic: Get mouse position
Replies: 2
Views: 343

Get mouse position

Is there an easier way to get the x and y pos of the mouse pointer?

Thanks.
by MisterHarold
Sun Feb 24, 2019 8:33 am
Forum: Ren'Py Questions and Announcements
Topic: Loading game become Saving game
Replies: 3
Views: 391

Re: Loading game become Saving game

It works. Thanks for the help!
by MisterHarold
Sun Feb 24, 2019 4:51 am
Forum: Ren'Py Questions and Announcements
Topic: Loading game become Saving game
Replies: 3
Views: 391

Loading game become Saving game

Hello. I have a question about the load() screen. When I use the load screen on another screen it saves games instead. screen load2nd(): use load For my game, I want to be able to use two different load screens. One for the main menu(load) and one for the quick menu while playing(load2nd). Is it pos...
by MisterHarold
Sat Feb 23, 2019 9:58 am
Forum: Ren'Py Questions and Announcements
Topic: Change Character name text position
Replies: 1
Views: 257

Change Character name text position

Hello. I would like to ask how I will be able to change the position of the character's name. Because when I try to move it, the dialogue changes position as well and moves along with it. Any help would be appreciated.
by MisterHarold
Fri Feb 22, 2019 5:09 am
Forum: Ren'Py Questions and Announcements
Topic: Transition when loading a file game
Replies: 1
Views: 301

Transition when loading a file game

Hello. I would like to ask how I can use transitions when loading a save game.