Skip to content

GHOST3118/renpy-mods-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

renpy-mods-system

Mods system for Renpy7

Using

Add this string to you screen

modList()

to add a custom mod write this line at the beginning of the file

init python:
    mods["label_name"] = "mod_name"

Example

init python:
    mods["es2"] = "Everlasting Summer 2.0"

About

Mods system for Renpy7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages