Search found 63 matches

by Ibitz
Wed Nov 01, 2017 11:59 pm
Forum: Asset Creation: Art
Topic: Male hairstyle
Replies: 10
Views: 2028

Re: Male hairstyle

I have the same issues, too. A lot of my male characters do have medium/long hair in my current VN, but that is honestly my favorite hairstyle. However, I know not all guys have hair like that. For me, I studied pictures of men and learned how their hair looked. I've been practicing for my next game...
by Ibitz
Wed Nov 01, 2017 10:29 pm
Forum: Ren'Py Cookbook
Topic: "Shuttering" a GUI panel
Replies: 3
Views: 3513

Re: "Shuttering" a GUI panel

I rather like this design. It's pretty awesome! Are you able to have more than 3 clickable icons with this? If so, I might just use it for my next game, since I'm trying to go for a simple "social media" look. If you wouldn't mind, I would credit you and everything if I did use it. Wish I ...
by Ibitz
Wed Nov 01, 2017 10:26 pm
Forum: Demos & Beta Testing
Topic: Magical Disarray [Adventure/Fantasy] [B/G/NB] - WIP - Demo 1.0 Version 2 Released - New Changes Based on Beta Feedback
Replies: 4
Views: 1882

Re: Magical Disarray [Adventure/Fantasy/Friendship/Romance] [B/G/NBxG/B/NB] - WIP - Demo 1.0 Released

Updates: As of 11/10/2017 I've begun working on the beginning of Demo #2. Received an awesome amount of critique. Using it to fix issues with my demo. Updating the GUI to make it easier to read. Working on some basic story issues. Also, a friend of mine has begun a Let's Play for my demo! :) https:/...
by Ibitz
Wed Nov 01, 2017 10:26 pm
Forum: Works in Progress
Topic: N/A
Replies: 8
Views: 3111

Re: Magical Disarray [Adventure/Fantasy/Friendship/Romance] [B/G/NBxG/B/NB] - WIP - Demo 1.0 Released

Also, a friend of mine has begun a Let's Play for my demo! :)

https://www.youtube.com/watch?v=0q_xkenjCYk
by Ibitz
Wed Nov 01, 2017 12:48 am
Forum: Ren'Py Questions and Announcements
Topic: Main menu music won't stop when a game save is loaded. (SOLVED!)
Replies: 3
Views: 503

Re: Main menu music won't stop when a game save is loaded. (And, yes, I put stop music after Start)

Not sure if Pytom notices anything like this, but apparently the problem stopped when my friend did a Windows 10 security system update. Now the music is no longer showing up in people's saves. Everything seems to be working, now. Thank you both for your help!
by Ibitz
Wed Nov 01, 2017 12:47 am
Forum: Ren'Py Questions and Announcements
Topic: Main menu music won't stop D:
Replies: 8
Views: 2812

Re: Main menu music won't stop D:

Not sure if Pytom notices anything like this, but apparently the problem stopped when my friend did a Windows 10 security system update. Now the music is no longer showing up in people's saves. Everything seems to be working, now.
by Ibitz
Wed Nov 01, 2017 12:29 am
Forum: Ren'Py Cookbook
Topic: [Tutorial] Easy Yes/No prompt customization (no imagemaps)
Replies: 10
Views: 7434

Re: [Tutorial] Easy Yes/No prompt customization (no imagemaps)

Great job on posting this! I wish your post had been around when I was starting my game. This is exactly how I did mine, too. Much more easier and simpler. Wish we could give people gold star or something for awesome posts.
by Ibitz
Wed Nov 01, 2017 12:27 am
Forum: Ren'Py Questions and Announcements
Topic: Main menu music won't stop D:
Replies: 8
Views: 2812

Re: Main menu music won't stop D:

It seems to work for me, but when others download my demo build, it still keeps happening and deleting persistent data doesn't seem to work.
by Ibitz
Tue Oct 31, 2017 5:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Main menu music won't stop when a game save is loaded. (SOLVED!)
Replies: 3
Views: 503

Main menu music won't stop when a game save is loaded. (SOLVED!)

I've seen others ask the question about the music from the Main Menu not stopping and everyone says to do this : label start: stop music So, I did that and, if playing the game straight through, it works. If playing, saving, then quitting, then starting up the save- the music lingers and continues o...
by Ibitz
Tue Oct 31, 2017 5:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Main menu music won't stop D:
Replies: 8
Views: 2812

Re: Main menu music won't stop D:

I have stop music after start and the load files still have music playing from the main menu. How do I stop it?
by Ibitz
Tue Oct 31, 2017 2:38 am
Forum: Ren'Py Questions and Announcements
Topic: How to organize 10.000 images in the script.rpy?
Replies: 7
Views: 2266

Re: How to organize 10.000 images in the script.rpy?

Notepad is going to be your friend. I use notepad and, in my case, an unusable file in Editra that I write up all my images in. For my current demo, I have 501 images total. I separated them into categories (SFX/CGS/Menus/Sprites/Backgrounds, etc.) and then further categorized them (by character, ro...
by Ibitz
Tue Oct 31, 2017 1:59 am
Forum: Ren'Py Questions and Announcements
Topic: Disabling clicks during transitions
Replies: 16
Views: 7348

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 Ibitz
Tue Oct 31, 2017 12:27 am
Forum: Ren'Py Questions and Announcements
Topic: Change the "choices" format, completely.
Replies: 9
Views: 1783

Re: Change the "choices" format, completely.

This sorta looks like something I've been looking into for my next game (when I'm finished with my current one). I'm trying to go for a "social media" feel. Mind if I use this code and try to build it into my next game? I will credit you too, if you'd like.
by Ibitz
Tue Oct 31, 2017 12:21 am
Forum: Ren'Py Questions and Announcements
Topic: <Solved>Side image for main character
Replies: 14
Views: 1921

Re: Side image for main character

Would something like this help, perhaps?

Code: Select all

image mc_side = ConditionSwitch(
"mc == 'serious'", "side_image/side_mc_serious.png",
"True", Null()
)
by Ibitz
Mon Oct 30, 2017 3:32 am
Forum: Demos & Beta Testing
Topic: Magical Disarray [Adventure/Fantasy] [B/G/NB] - WIP - Demo 1.0 Version 2 Released - New Changes Based on Beta Feedback
Replies: 4
Views: 1882

Magical Disarray [Adventure/Fantasy] [B/G/NB] - WIP - Demo 1.0 Version 2 Released - New Changes Based on Beta Feedback

https://img.itch.zone/aW1nLzg4Mjk1Mi5wbmc=/original/G%2BSPgi.png Summary: It's been 30 years since the last war ended. The people of the world are slowly trying to recover from its devastating effects, but signs of another war are beginning to show themselves. Strange occurrences have been happenin...