Skip to content

Online-player *.qm and *.qmm quests from "Space Rangers"

License

Notifications You must be signed in to change notification settings

Cthulhu2/gm-space-rangers-quests

Repository files navigation

Gemini capsule with Space Ranger Quests

  • /borrowed/qm/ -- dir for quests from "Space Ranges"
  • /srqmplayer/ -- python port the quest player from the space-rangers-quest repo
  • /content/ -- static content, quest images/sounds/tracks
  • 99_gm_mod_srquests.py -- GmCapsule server extension
  • Project Gemini

Create migration:

$ pw_migrate create --auto \
  --database "sqlite:/./users/gmsrq.sqlite" \
  --directory ./gmsrq/migrations \
  <migration_name>

Migrate:

$ pw_migrate migrate \
  --database "sqlite:/./users/gmsrq.sqlite" \ 
  --directory ./gmsrq/migrations

Localization:

$ pybabel extract --project=gmsrq --version=0.1 -o locale/gmsrq.pot \
  srqmplayer/*.py gmsrq/*.py
$ pybabel init -D gmsrq -i locale/gmsrq.pot -d locale -l ru
$ pybabel update -D gmsrq -i locale/gmsrq.pot -d locale
$ pybabel compile -D gmsrq -d locale

About

Online-player *.qm and *.qmm quests from "Space Rangers"

gemini://cthulhu28.space

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published