Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials etc]

A place for Ren'Py tutorials and reusable Ren'Py code.
Forum rules
Do not post questions here!

This forum is for example code you want to show other people. Ren'Py questions should be asked in the Ren'Py Questions and Announcements forum.
Message
Author
User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: All-In-One Framework [Gallery, Splash Screen, Scheduler

#16 Post by noeinan »

Hm, to tell you the truth I am not sure. I didn't write this gallery, leon did. You might try popping over to his thread and asking?

http://lemmasoft.renai.us/forums/viewto ... 51&t=22465
Image

Image
Image

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: All-In-One Framework [Gallery, Splash Screen, Scheduler

#17 Post by noeinan »

Okay, working on this a bit more. Instead of adding new features, this time I'm making clear instructions on how things work, or just how to remove things. Currently, I'm going through the items one by one and allowing the player to skip the section.

Currently have two sections: one teaching how to adjust the text speed, and the second teaching either how to remove the scheduler or how to understand the scheduler. Any input on the ease of understanding is greatly appreciated.
Attachments
01.31.14-all-in-one Renpy Framework.zip
(10.95 MiB) Downloaded 107 times
Image

Image
Image

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: All-In-One Framework [Gallery, Splash Screen, Scheduler

#18 Post by noeinan »

After taking this framework as a base for a new project I realized that my tutorial reeeeally gunks up the process. So from now on, I'll be releasing two versions: a tutorial and a quick-start. The tutorial will be playable, and show the player around the code. The quick-start will be bare bones, just the code and nothing else.

That should make it easy for people who want to learn to download one and those who just want the features to download the other. So, here's the basic framework with no extra stuff.
Attachments
02.03.14-quick-start Renpy Framework.zip
(6.78 MiB) Downloaded 70 times
Image

Image
Image

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: All-In-One Framework [Gallery, Splash Screen, Scheduler

#19 Post by noeinan »

And I have now added a Codex or Character Info screen! So far, the buttons and a basic description shows up. I will be working on adding stats and pictures to this screen to make it look fancier. :3
Attachments
02.03.14 Codex.png
02.03.14-quick-start Renpy Framework.zip
(6.75 MiB) Downloaded 99 times
02.03.14-tutorial Renpy Framework.zip
(10.94 MiB) Downloaded 93 times
Image

Image
Image

User avatar
Hazel-Bun
Eileen-Class Veteran
Posts: 1010
Joined: Sun Oct 28, 2012 6:03 pm
Completed: Sunrise: A Dieselpunk Fantasy & Ultramarine: A Seapunk Adventure
Projects: Thrall: A Dark Otome Visual Novel
Organization: AURELIA LEO, LLC
Tumblr: authorzknight
itch: authorzknight
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#20 Post by Hazel-Bun »

The codex looks very useful for aomething I want to use in my own game so thank you very much for making it ^^ Alvere loves glass shark? Sounds like a hardcore dude lol.
Last edited by Hazel-Bun on Thu Feb 06, 2014 12:03 am, edited 1 time in total.
Black bookstore owner. Diverse fiction reviewer. Bestselling romance author. Award-winning fiction editor. Quite possibly a werewolf, ask me during the next full moon.

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#21 Post by noeinan »

Glad it was helpful! I'm putting up a more polished version soon, where you can access the codex from the main menu and put stat points and a picture in the character page. :)

And yes, glass shark is is favorite food-- it's a delicacy in the setting he's from, and he is very, very rich. XD He does force himself to eat Weird But Tasty (equivalent of McDonald's) because he thinks it builds friendship points with his fellow soldiers, but he can't stomach it very well.
Image

Image
Image

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#22 Post by noeinan »

Okay! I just finished a rather large update. New features:

-Basic stats increase and decrease depending on weekly activity.
-When inside weekly activity, see every day of the week distinguished by a calendar overlay showing the date and moon phase. Thanks to xelas for this lovely code!
-Message during weekly activity changes depending on stat levels.

And I decided that the tutorial and the quickstart are two completely different things, so now the tutorial doesn't have the extra code-- only the instructions. If you want to change the code while you play, download both tutorial and the quickstart. If you just want the code only download the quickstart.

And one small bug that I'm still working out:

-Trying to get Weekly Intro to appear centered. Currently appears in textbox.
Attachments
calendar.png
lowskill.png
goodskill.png
highskill.png
02.06.14-quick-start Renpy Framework.zip
(6.82 MiB) Downloaded 67 times
02.06.14-tutorial Renpy Framework.zip
(10.84 MiB) Downloaded 83 times
Image

Image
Image

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#23 Post by noeinan »

Okay, added some more features! Now includes a home screen with lots of new buttons and stuff. Also included leon's inventory, changed to fit into this code.
Attachments
HomeScreen.png
InventoryScreen.png
StatsScreen.png
02.06.14-quick-start Renpy Framework.zip
(6.97 MiB) Downloaded 98 times
Image

Image
Image

User avatar
SilverxBlue
Miko-Class Veteran
Posts: 962
Joined: Sat Jan 01, 2011 1:22 pm
Completed: Caught in Between: A childhood prologue
Projects: MDLS, Alice Hunt(Temporarily on-hold), The Guardian's Spell and one other unannounced thing.
Location: Philippines
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#24 Post by SilverxBlue »

Wow... *-* It's exactly what I need... I think it's perfect~! Downloading this right now to check it out.

Thanks so much for taking the time to do something like this. ouo
Image Image
"A fool who doesn't think is more foolish than a fool who foolishly thinks." - Franziska Von Karma
Weeeeeee~
不愉快です !!!

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#25 Post by noeinan »

I'm glad you found it helpful. :)
Image

Image
Image

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#26 Post by noeinan »

Okay, fixed the bug where the secondary schedule screen hid all the other screens. Here's the newest version.
Attachments
02.09.14-quick-start Renpy Framework.zip
(7.02 MiB) Downloaded 106 times
Image

Image
Image

User avatar
SBG_Eric
Regular
Posts: 65
Joined: Fri Feb 07, 2014 11:40 pm
Completed: Warhammer 40K (non-commercial MTG set), Tales of Symphonia (non-commercial MTG set)
Projects: Galactic Domain, Dragonfish Racers, *A Yet Unnamed Miniatures Wargame*
Organization: Sunbridge Games LLC
IRC Nick: SBG_Eric
Location: USA, East Coast
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#27 Post by SBG_Eric »

This is a great tutorial, even if you only need to look at parts of it. Thank you again daikiraikimi for responding to my PM so quickly, love the update you've made with the images.

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#28 Post by noeinan »

Thanks! I figured I should spruce it up a bit.

About the tutorial, I'm planning on fixing it up a bit as well, so you can just click a button to see the tutorial you want instead of having to skip each one. That way you can go directly to what you want. :)
Image

Image
Image

User avatar
rakada
Regular
Posts: 71
Joined: Tue Jan 07, 2014 11:00 pm
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#29 Post by rakada »

it coming along very nicely i must say. made a few changes since last time i looked at it

User avatar
noeinan
Eileen-Class Veteran
Posts: 1153
Joined: Sun Apr 04, 2010 10:10 pm
Projects: Ren'Py QuickStart, Crimson Rue
Organization: Statistically Unlikely Games
Deviantart: noeinan
Github: noeinan
Location: Washington State, USA
Contact:

Re: Ren'Py QuickStart [Gallery, Codex, Scheduler, Tutorials

#30 Post by noeinan »

Thanks! I've had some more time to work on it recently so I've been getting a lot done. ^^
Image

Image
Image

Post Reply

Who is online

Users browsing this forum: No registered users