Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

dualfighter1/Renpy-VN-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Renpy VN Template

A basic Renpy template for easy modification. I made this project for an easy renpy experience, this base has 6 prepared chapters, 4 prepared characters and is ready for images sound and story so feel free to let your creative side loose. I hope to update this as I improve the base for a fun and easy time making visual novels.

Note: The start button currently does not funtion in this template. I hope to make it work at some point in the future.

Using this template

Note: For a more detailed look into coding with Renpy follow this link for the official documentation.

Downloading and preparing

  • Download by clicking Code and then Download ZIP.
  • Extract the files and then replace the files in a project. Dont replace or delete the options.rpy and options.rpyc files
  • Change the name from Renpy-VN-Template to whatever you want to call the project.

Editing The Visual Novel

Creating or editing Characters:

  • Open characters.rpy.
  • Define or create a new character. This should look like define [Character] = Character("[Characters Name]"), [Character] is a prefix to use when scripting the chapters and [Characters Name] will be the name displayed in game.

Creating or editing Chapters:

  • Open [Project Name]\game\chapters.
  • Select a chapter to open in your editing software or create a new one.
  • Edit the chapter to fit your story in. For more details please refer to official renpy documentation.

Roadmap

  • Improve the character definitions.
  • Add an achievements screen.
  • Add a character detail screen.
  • Add chapter unlocking.
  • Add image locations and transitions
  • Add some functionality to the currently unused start button

Authors

Used By

This project is currently unused.

License

MIT