Skip to content

Look into supporting other engines #1

@one-some

Description

@one-some
  • RPG Maker #2
  • Variables are prefixed with $
  • No centralized variable source unlike SugarCube, things are pretty scattered
  • Ren'Py #3
  • Compiled from Python (EmScripten?)
  • Python context can be hijacked, can execute arbitrary Python inside the VM (See LDS)
  • Variables are just Python objects under a certain module, the only big challenge here would be making a serializer/deserializer
  • TyranoBuilder
  • I know basically nothing about this
  • Drag and drop stuff, so I assume it's compiled in an unfriendly manner (to us)
  • I've seen like 4 games use it ever so i'm unsure if its worth the research

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions