Back in school I remember one of my instructors told the class about how efficient coders had something like a modules library, and how they would just go to their library to copy and paste a module into their project. Obviously after plugging in the module they had to customize the values and definitions for the specific project.
So I was wondering if someone with coding experience could help start a basic modules library for Ren'Py enthusiasts. Like a basic character stats system, a clock or time tracker, a basic inventory system, and so on.
Many people could benefit from having a functions or modules library; they could see an example of how its done and implemented, and after that they could start customizing the modules to their needs. What I personally do is to download a Ren'Py game and then decrypt it to see how they wrote their code but it feels like I'm stealing from them...
The Ren'Py forum offers a lot of information about coding but it takes a long time to actually find and implement what you want just by digging into their documentation and forums.
Having a handy functions library with "plug and play" modules can help many enthusiast get their games going, so please consider adding a basic module to this thread to help others. I will add some functions once I learn them, new to Ren'Py coding myself.
So I was wondering if someone with coding experience could help start a basic modules library for Ren'Py enthusiasts. Like a basic character stats system, a clock or time tracker, a basic inventory system, and so on.
Many people could benefit from having a functions or modules library; they could see an example of how its done and implemented, and after that they could start customizing the modules to their needs. What I personally do is to download a Ren'Py game and then decrypt it to see how they wrote their code but it feels like I'm stealing from them...
The Ren'Py forum offers a lot of information about coding but it takes a long time to actually find and implement what you want just by digging into their documentation and forums.
Having a handy functions library with "plug and play" modules can help many enthusiast get their games going, so please consider adding a basic module to this thread to help others. I will add some functions once I learn them, new to Ren'Py coding myself.