Search found 13 matches

by adeRuZet
Tue Oct 31, 2017 11:51 pm
Forum: Asset Creation: Art
Topic: Programs to make BGs and GUI
Replies: 13
Views: 4182

Re: Programs to make BGs and GUI

photoshop will do the trick. ----------------------- THIS IS WHAT I'M LISTENING TO RIGHT NOW: -Rapper DaBaby, dude who wears a diaper but can actually rap: www.audiomack.com/album/artist1984/billion-dollar-baby -R.I.P. prodigy of Mobb Deep, Infamous album on repeat -4:44 Jay-Z I recently thought of...
by adeRuZet
Tue Oct 31, 2017 11:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Disabling clicks during transitions
Replies: 16
Views: 7394

Re: Disabling clicks during transitions

This Ren'Py Documentation should help you out with ATLs: https://www.renpy.org/doc/html/atl.html Best way to understand ATLs, is to copy what you see in the documentation above and make your own transformations in a mini-game, using your own pics. I'm still a newbie, myself, but I've read all the d...
by adeRuZet
Tue Oct 31, 2017 11:35 pm
Forum: Ren'Py Cookbook
Topic: Logo Intro, Opening and Press to Start Screen [Tutorial]
Replies: 7
Views: 12051

Re: Logo Intro, Opening and Press to Start Screen

I have a code of Splashscreen, Cutscene Intro, and Fake Layered screen before the 'Press Start Button Screen' like this: label splashscreen: scene attention with fade $ renpy.pause(3) scene yuujin2logo with fade $ renpy.pause(3) scene black with fade label intro: scene black $ renpy.movie_cutscene(&...
by adeRuZet
Tue Oct 31, 2017 11:08 pm
Forum: Works in Progress
Topic: Creating a Topic for your Game
Replies: 42
Views: 109027

Re: Creating a Topic for your Game

What if, I have a WIP VN but it still raw. so I could not complete the requirement to post a topic in this forum. like..: 1. Subjects: my VN doesnt have title yet (and that's why i want to open a discussion, to determine the title) 2. Description: is the only thing i have 3. Screenshoot/Assets examp...
by adeRuZet
Mon Oct 30, 2017 3:27 am
Forum: Ren'Py Questions and Announcements
Topic: Adding a Start Screen Before the Main Menu
Replies: 9
Views: 4408

Re: Adding a Start Screen Before the Main Menu

I have no idea why you started another thread in the General Discussion section (out of the Ren'Py section) about the same subject, but Divona answered your question there. Well, thx for your correction about my missplaced thread. I manage to replace it (but dont know how to do). Yes Divona answer ...
by adeRuZet
Mon Oct 30, 2017 3:26 am
Forum: Ren'Py Questions and Announcements
Topic: Screen Before Main Menu on New GUI
Replies: 2
Views: 624

Re: Screen Before Main Menu on New GUI

Thank you. It work perfectly.

But this thread seems have a placement issue, since i post this on the wrong section. I manage to delete or move it to where it belongs to.

Anyway, once again, thank you very much.
by adeRuZet
Mon Oct 30, 2017 12:18 am
Forum: Ren'Py Questions and Announcements
Topic: Disabling clicks during transitions
Replies: 16
Views: 7394

Re: Disabling clicks during transitions

However, if you include the transition in your ATL animation, then the 'show' instruction will complete instantly, same as any other simple show, and you can hard-pause. If you write the show and transition in Python code instead of Ren'Py script - something like this: $ renpy.show("myImageNam...
by adeRuZet
Sat Oct 14, 2017 3:22 am
Forum: Ren'Py Questions and Announcements
Topic: Screen Before Main Menu on New GUI
Replies: 2
Views: 624

Screen Before Main Menu on New GUI

hi, first in first, im sorry if i post my first thread in a wrong forum. please tell me if i do wrong. ok, lets jump to the problem. i want to make a screen before main menu appear (like 'press spacebar to start' in arcade game). but i am not an expert in python nor renpy. i just know the basic code...
by adeRuZet
Sat Oct 14, 2017 1:38 am
Forum: Ren'Py Questions and Announcements
Topic: Adding a Start Screen Before the Main Menu
Replies: 9
Views: 4408

Re: Adding a Start Screen Before the Main Menu

well, i found a similar thread https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=22483&p=466922#p466922 and i understand how its work. but i have another question. is it possible to change the background of Start Screen and Main Menu Screen. i mean, its like to show an animal background ...
by adeRuZet
Sat Oct 14, 2017 1:15 am
Forum: Ren'Py Questions and Announcements
Topic: screen before main menu screen
Replies: 7
Views: 2215

Re: screen before main menu screen

If you don't care how it works, just go to screens.rpy, select the entire main menu screen (except for the style block underneath) and paste the code i provided over it. I will try to explain it, though. This initializes the variable used to decide whether 'Click to continue' or the menu selections...
by adeRuZet
Sat Oct 14, 2017 1:08 am
Forum: Ren'Py Questions and Announcements
Topic: Adding a Start Screen Before the Main Menu
Replies: 9
Views: 4408

Re: Adding a Start Screen Before the Main Menu

Splashscreen might be helpful to look into here as that's called before the main menu stuff. As a simple example: # Splashscreen stuff here. Also variables etc. that should be saved should be defined here, too. label splashscreen: $ renpy.pause (0) # This MUST always be the first line in splashscre...
by adeRuZet
Wed Oct 04, 2017 5:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Jump command not working? - Issue with credits [SOLVED]
Replies: 5
Views: 1513

Re: Jump command not working? - Issue with credits [SOLVED]

Imperf3kt wrote: Wed Oct 04, 2017 4:16 pm You just need to make sure you use renpy.pause(#, hard=True) where # is a number in seconds, instead of Pause(#)
Well, do u mean to change every 'with pause(#)' to '$ renpy.pause(#, hard=True)' ?
by adeRuZet
Wed Oct 04, 2017 11:29 am
Forum: Ren'Py Questions and Announcements
Topic: Jump command not working? - Issue with credits [SOLVED]
Replies: 5
Views: 1513

Re: Jump command not working? - Issue with credits [SOLVED]

Im a new here too, and this is my first post.
Here i want to know more, since nobody reply your question and it solced by yourself. Could you provide me the example of what have u changed with?

Sory for my bad english