Skip to content

Ren Py Event Editor v2.6

Compare
Choose a tag to compare
@Jeremi360 Jeremi360 released this 28 Jul 13:19
· 3 commits to master since this release

Features:

  • Support for mods / custom scenarios - see files in mods/test

  • You can test your events from menu

  • All generated events have EEout_ prefix:

    • Events from main plot have EEout_main_ prefix
    • Events from mods have EEout_mod_name_ prefix
  • Genterate buttons for all spekers added to speakers list:

    $ speakers["my_character_name_in_code"] = my_character_name_in_code
    
  • Easy add custom images folders:

    init -30 python:
      addBGs('my_custom_bgs', 'my_bg_prefix') #default prefix is 'bg'
      addEVs('my_custom_ev', 'my_ev_prefix') #default prefix is 'event'
      addChs('my_custom_ch')