Search found 192 matches
- Sat Oct 03, 2015 5:59 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED]Script error with regards to images published game
- Replies: 5
- Views: 524
Re: Script error with regards to images in a published game
Where is your "room001.png" file located?
- Sat Oct 03, 2015 5:56 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Modal True, YesNo, and MainMenu [FIXED]
- Replies: 4
- Views: 466
Re: Modal True, YesNo, and MainMenu
Can you show your code for your Yes/No section in screens.rpy? I use modal as well for mine and they all appear just fine for me. init python: config.quit_action = Quit() screen yesno_prompt: modal True if message == layout.QUIT: imagemap: ground 'GUI/Quit_Idle.png' hover 'GUI/Quit_Hover.png' hotspo...
- Fri Oct 02, 2015 11:00 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to properly loop music?
- Replies: 15
- Views: 10741
Re: How to properly loop music?
I detailed my adventures and the method I used to solve my problems here.
http://lemmasoft.renai.us/forums/viewto ... 48&t=34441
Maybe it'll help future passerbys.
http://lemmasoft.renai.us/forums/viewto ... 48&t=34441
Maybe it'll help future passerbys.
- Fri Oct 02, 2015 10:30 pm
- Forum: Asset Creation: Music, Sound, and Movies
- Topic: [Solution] Creating a seamless music loop
- Replies: 2
- Views: 2676
[Solution] Creating a seamless music loop
I'm a complete newb when it comes to programming and was having trouble with seamless music looping yesterday. I knew how to do it in practice, but the results weren't what I wanted. I continuously faced jarring pops or breaks when the music starts transitioning. It looks like it's an issue that pop...
- Fri Oct 02, 2015 8:24 am
- Forum: Creator Discussion
- Topic: What's a fun, feasible first project for a newbie to create?
- Replies: 11
- Views: 1961
Re: What's a fun, feasible first project for a newbie to cre
Before making a long, complicated game (I know I'm going to sound like a hypocrite for this because I'm literally diving into my first game going hard), it's better to just make small separate scenarios to get used to the logic. I have a "test game" script that I use to try out different scenarios, ...
- Fri Oct 02, 2015 8:20 am
- Forum: Ren'Py Questions and Announcements
- Topic: Choices error
- Replies: 4
- Views: 537
Re: Choices error
Doesn't look like you have an image specified in im.scale.
- Fri Oct 02, 2015 4:36 am
- Forum: Ren'Py Questions and Announcements
- Topic: How to properly loop music?
- Replies: 15
- Views: 10741
Re: How to properly loop music?
Yeah, no luck so far. Eh. Fixed it. Edited and re-edited the source file again and it's better now. Thank you Adobe Audition. $ renpy.music.play('Start.ogg', channel='music', loop=None) $ renpy.music.queue('Loop.ogg', channel='music', loop=True) That's all that was needed. Went in one big circle.
- Fri Oct 02, 2015 2:45 am
- Forum: Works in Progress
- Topic: Pokémon Academy Life (Fan Game) [Demo v1.0.2c]
- Replies: 91
- Views: 29402
Re: Pokémon Fan Game [School Life][Drama][Romance] Demo 9/27
Making some major aesthetic changes to this game. 1) Changed resolution to widescreen 1920x1080 2) Revamping all character art thanks to my kid brother who's now helping me out. http://i.imgur.com/j7ik7PV.png School uniforms are also currently under design. 3) Background art is currently WIP and th...
- Fri Oct 02, 2015 1:28 am
- Forum: Ren'Py Questions and Announcements
- Topic: How to properly loop music?
- Replies: 15
- Views: 10741
Re: How to properly loop music?
Jae, I believe to get rid of the hiccup you have to set tight to true. Nope. I've tried various combinations and edited the source file a few times (cutting out audio, redoing everything, rinsing and repeating, etc.). Tried: play music "Track_Start.ogg" noloop $ renpy.music.queue('Track_Loop.ogg', ...
- Thu Oct 01, 2015 11:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to properly loop music?
- Replies: 15
- Views: 10741
Re: How to properly loop music?
You have to edit your own audio files. It's not that difficult if the song itself has points where melodies, etc. repeat. Use Audition or Soundbooth or whatever audio editing program you have, find that point where you'd like the song to loop and create a separate file. Then set up a queue in the ga...
- Thu Oct 01, 2015 7:52 pm
- Forum: Works in Progress
- Topic: Pokémon Academy Life (Fan Game) [Demo v1.0.2c]
- Replies: 91
- Views: 29402
Re: Pokémon Fan Game [School Life][Drama][Romance] Demo 9/27
Looking for background artists now.
- Thu Oct 01, 2015 7:34 pm
- Forum: I am an Artist
- Topic: Background artist for hire! [closed, ask about future work]
- Replies: 10
- Views: 2809
Re: (づ。◕‿‿◕。)づ Background artist for hire! (づ。◕‿‿◕。)づ
Honestly, how long on average does it take for you to complete a background like the ones you've provided? When I'm commissioning artists, I try to be fair and pay $X based on how much time would be spent on an image. I'm looking for BG artists right now, so I'm trying to get a feel for who's out th...
- Wed Sep 30, 2015 3:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: Build distributions not loading images [SOLVED]
- Replies: 4
- Views: 479
Re: Build distributions not loading images
The only thing I can think of is that the text.png file isn't in your game folder. Same happens to custom fonts and other assets your game uses.
- Wed Sep 30, 2015 2:22 am
- Forum: Creator Discussion
- Topic: Personality Types and the VN Creator
- Replies: 35
- Views: 4531
Re: Personality Types and the VN Creator
I've been an ENFP since middle school when I first took the test. If I think about it, I was probably an ENFP by the time I gained motor skills as a toddler. I compiled a 250-page hand-drawn dinosaur book when I was in elementary school. Whether or not the stuff I wrote in there is scientifically ac...
- Mon Sep 28, 2015 9:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: Bonus screen in main menu
- Replies: 3
- Views: 404
Re: Bonus screen in main menu
Create a new file (default untitled generic file). Save it as a Ren'Py file.