Simple RPG Framework

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.
Post Reply
Message
Author
CheeryMoya
Miko-Class Veteran
Posts: 892
Joined: Sun Jan 01, 2012 4:09 am

Simple RPG Framework

#1 Post by CheeryMoya »

Disclaimer: This framework was programmed to be simple so it lacks a lot of bells and whistles that Jake's RPG Battle Engine or nyaatrap's Dungeon crawling RPG frame have. This was meant for games with slight/mock RPG elements (as in, maybe only 5 or so battles occur in the entire game). I'm sure that even a beginner programmer can modify the code for their own needs.

The only things you need to understand in order to use this framework are: This framework is licensed under a Attribution 3.0 Unported (CC BY 3.0) license Public Domain license. This means you may:
  • Use in your own game
  • Modify the code to add more features
  • Make both Non-Commercial and Commercial games (I highly doubt you can rely on something this simple if you're gonna make money though)
All that as long as you attribute/give credit to me (Something like "RPG Framework by CheeryMoya" will do). Always include a link to my website (http://twinturtlegames.com/) wherever you post your game and mention it in the credits. It's totally free now, go crazy.

The images in the Sprites folder were created by Mink and are not open for Creative Commons use. They're placeholders so that the framework demo works.
The basic framework only includes Attack and Defend options for both the player and the enemy, though you can easily add special attacks and healing options if you wanted to. I'm only going to provide this code as-is, meaning I probably will not update it unless someone stumbles upon some bug.

agl
Regular
Posts: 54
Joined: Tue Jul 19, 2016 5:09 am
Contact:

Re: Simple RPG Framework

#2 Post by agl »

The download link is broken.

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: Simple RPG Framework

#3 Post by noeinan »

Just wanted to second that-- I went to download this today and was unable to.
Image

Image
Image

User avatar
andrewngn13
Regular
Posts: 65
Joined: Thu Nov 13, 2014 2:41 pm
Projects: Recast
Skype: andrewngn13
Location: Glued to my desktop
Contact:

Re: Simple RPG Framework

#4 Post by andrewngn13 »

Hi, sorry for the late response. The original dev who did the rpg framework has moved on to other things. I don’t have a copy of the files and don’t know anyone who does… I suppose your best bet would be to post in the cookbook thread and ask to see if anyone has a copy still.
Good luck!
-Reikun
-from his tumblr
"Feel feel to idea-bounce off me."
No, like seriously, just send a pm and I'll respond what I think. I'm open to reading anything.

User avatar
Donmai
Eileen-Class Veteran
Posts: 1960
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: Simple RPG Framework

#5 Post by Donmai »

I have it. Not sure if it's okay to post it here, but...
Attachments
Simple RPG Framework.zip
(220.63 KiB) Downloaded 723 times
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

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: Simple RPG Framework

#6 Post by noeinan »

Thanks!
Image

Image
Image

agl
Regular
Posts: 54
Joined: Tue Jul 19, 2016 5:09 am
Contact:

Re: Simple RPG Framework

#7 Post by agl »

Thanks!

User avatar
Donmai
Eileen-Class Veteran
Posts: 1960
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: Simple RPG Framework

#8 Post by Donmai »

If you are interested in including simple battle screens in your games, you should also look here:
viewtopic.php?p=395926#p395926
and here: viewtopic.php?p=395928#p395928
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

User avatar
firecat
Miko-Class Veteran
Posts: 540
Joined: Sat Oct 25, 2014 6:20 pm
Completed: The Unknowns Saga series
Projects: The Unknown Saga series
Tumblr: bigattck
Deviantart: bigattck
Skype: bigattck firecat
Soundcloud: bigattck-firecat
Contact:

Re: Simple RPG Framework

#9 Post by firecat »

Donmai wrote:If you are interested in including simple battle screens in your games, you should also look here:
viewtopic.php?p=395926#p395926
and here: viewtopic.php?p=395928#p395928
They work but is basically the same and it offers less. my code is more advanced and better for customizing the game:
viewtopic.php?f=51&t=35974
Image


Image


special thanks to nantoka.main.jp and iichan_lolbot

User avatar
Donmai
Eileen-Class Veteran
Posts: 1960
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: Simple RPG Framework

#10 Post by Donmai »

I know. Sometimes, people just want simpler solutions, especially when they are starting to learn how to do some things.
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

JimmyFrost
Regular
Posts: 30
Joined: Fri May 01, 2015 9:46 am
Projects: TOWER
Location: United States
Contact:

Re: Simple RPG Framework

#11 Post by JimmyFrost »

This is a good starting point for me. I'm attempting to add a few things. I want to have an RPG framework that's a usable bridge between this one and the likes of Jake's and nyaatrap's.
"If hard work hasn't hurt anyone, then why is there worker's comp?"

User avatar
hyperionthunder
Regular
Posts: 51
Joined: Fri May 18, 2018 2:10 pm
Projects: The Wanderers
Deviantart: hyperionthunder
itch: hyperionthunder
Contact:

Re: Simple RPG Framework

#12 Post by hyperionthunder »

I may look into incorporating your framework and expand on it to work with my concept.

Post Reply

Who is online

Users browsing this forum: barsunduk