Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

64 lines (40 loc) · 1.36 KB

LTS Version

Install

You can install this library manually: download the zip and extract it in your project folder. But I recommend you to use git submodule:

# renpy-utility-lib
git submodule add -b python-lib -- https://github.com/DRincs-Productions/renpy-utility-lib 'pythonpackages/renpy_utility'
git submodule add -b renpy-lib -- https://github.com/DRincs-Productions/renpy-utility-lib 'game/renpy_utility_tool'
# renpy-utility-lib
git submodule add -b main -- https://github.com/DRincs-Productions/renpy-screens-style 'game/screens_style'
# Dating sim toolkit

AND create a empty file __init__.py into pythonpackages pythonpackages/ so pythonpackages/__init__.py.

Migrations

Use search and replace of vscode with regex functionality enabled

image

updateFlags

  • updateFlags\((.*)\)
  • update_flags($1)

getFlags

  • getFlags\((.*)\)
  • get_flags($1)

setFlags

  • setFlags\((.*)\)
  • set_flags($1)

notifyEx

  • notifyEx\((.*)\)
  • notify_add($1)

notifyExPreventsLoops

  • notifyExPreventsLoops\((.*)\)
  • notify_prevents_loops($1)

notifyExClean

  • notifyExClean\((.*)\)
  • notify_remove($1)

GENDER_TYPE

  • GENDER_TYPE
  • GenderEnum

gender_attracted

  • gender_attracted
  • attraction_genders