Search found 1347 matches

by namastaii
Fri Jan 03, 2020 9:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Touch Controls on Text Links
Replies: 2
Views: 496

Re: Touch Controls on Text Links

Any reason why you can't use a screen for this?
by namastaii
Fri Jan 03, 2020 3:26 am
Forum: Creator Discussion
Topic: A Ren'Py Template Maker (seeking feature suggestions)
Replies: 5
Views: 3398

Re: A Ren'Py Template Maker (seeking feature suggestions)

Yeah, as you place everything, it will set the right numbers/coordinates in the exported files :)
by namastaii
Wed Jan 01, 2020 6:28 pm
Forum: Creator Discussion
Topic: A Ren'Py Template Maker (seeking feature suggestions)
Replies: 5
Views: 3398

Re: A Ren'Py Template Maker (seeking feature suggestions)

Definitely, could include those^^
by namastaii
Wed Jan 01, 2020 3:35 pm
Forum: Creator Discussion
Topic: A Ren'Py Template Maker (seeking feature suggestions)
Replies: 5
Views: 3398

A Ren'Py Template Maker (seeking feature suggestions)

I've brought it up before but this is an ongoing (slow) project of mine. I've been working on it on and off, taking my time on it while I'm also focusing on other areas of my life (and other projects) but I would really like some input if anyone has any :) While I'm working on this, I would like to ...
by namastaii
Fri Dec 20, 2019 2:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] use mp3 files from folder?
Replies: 3
Views: 3469

Re: Help- How to: - use files from folder?- assign several variables?

So, I think the most uncomplicated way to play a list of songs from a folder without doing much else would be to name all of the mp3 files the same thing and add a number at the end of it, have a code that iterates through those (song_1.mp3, song_2.mp3) and attach a variable so it's playing song_[va...
by namastaii
Thu Dec 12, 2019 11:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Can you use ShowMenu('save') in a scene menu
Replies: 3
Views: 606

Re: Can you use ShowMenu('save') in a scene menu

Well when you're in dialogue, you'd use the same format as showing other things so it'd be

Code: Select all

show screen save
by namastaii
Tue Oct 08, 2019 11:34 am
Forum: I am an Artist
Topic: [Open] 50$ Background art and CG
Replies: 20
Views: 10083

Re: [Open] 50$ Background art and CG

These are beautiful
Love your art style
by namastaii
Fri Oct 04, 2019 1:42 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Quick Menu
Replies: 19
Views: 2012

Re: Quick Menu

I had a similar issue with the quick menu where I only wanted it to show if and only if the say window was showing otherwise it looked disembodied and weird and wasn't needed when the say window wasn't showing anyway. An automatic fix is to use this in the quick menu: if renpy.get_screen("say&...
by namastaii
Wed Oct 02, 2019 1:12 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Choosing "ringtone"? Default music?
Replies: 4
Views: 875

Re: Choosing "ringtone"? Default music?

Actually the new version of renpy released yesterday and you can do it more directly now
https://www.renpy.org/doc/html/changelog.html#audio
by namastaii
Tue Oct 01, 2019 2:59 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Quick Menu
Replies: 19
Views: 2012

Re: Quick Menu

You can't use the quick_menu if the confirm screen has modal = True
by namastaii
Tue Oct 01, 2019 2:05 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Quick Menu
Replies: 19
Views: 2012

Re: Quick Menu

Window is for the textbox. If you want to hide the quick_menu at any point, you'd use $ quick_menu = False Though, I'm not sure the best way you can do this attached to the confirm screen. When the confirm screen is shown, it prevents the person from clicking anything else so because of this, they c...
by namastaii
Mon Sep 30, 2019 8:14 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Choosing "ringtone"? Default music?
Replies: 4
Views: 875

Re: Choosing "ringtone"? Default music?

It's the same thing really. you can create a default variable and pop it into the audio file path
https://www.renpy.org/doc/html/audio.ht ... -namespace
by namastaii
Sun Sep 29, 2019 1:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Non-skippable text
Replies: 3
Views: 624

Re: Non-skippable text

Why is the init 999?

You can configure it to be false (if it isn't already) and you can also take the option off of the prefs menu
by namastaii
Sun Sep 29, 2019 1:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Pause screen
Replies: 4
Views: 705

Re: Pause screen

Typically, visual novel games don't really require a pause button because the game only continues when the player clicks. Maybe I'm misunderstanding what you need
by namastaii
Thu Sep 26, 2019 4:41 pm
Forum: I am a Programmer, Director, or Other
Topic: I'm a Ren'Py Programmer & GUI Designer
Replies: 0
Views: 1034

I'm a Ren'Py Programmer & GUI Designer

Status: Closed ______________________________ Hello~~~ I have 5+ years experience with Ren'Py , 7+ years with Python , and I also know HTML , CSS , and some Javascript My GitHub is lunalucid To give you an idea of where my skills are, I'm currently developing a Ren'Py tool where you can visually la...