ArthurLins / onsetrp

[IN DEV] OnsetRP framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onset RP Framework

Roleplay framework for the game Onset

Host Requirements

  • Windows / Linux Host
  • MariaDB 10.4+ (database on lower version need to be tweaked)

Packages requirements

Example packages setup

"packages": [
    "i18n",
    "dialogui",
    "cinematicui",
    "onsetrp",
    "salsi",
    "onsetworld"
]

How To Install OnsetRP

  • Create a MariaDB Server if you don't have one. (You can find a tutorial on the Internet)
  • Import the .sql file in your database.
  • add dependencies in your server_config.json file (keep the right order).
  • remove default in your server_config.json file.
  • configure misc/s_database.json with your MariaDB credentials
  • update your world.json at the root of your project with the sources in the onsetrp folder
  • restart your onset server.

More information / Support

About

[IN DEV] OnsetRP framework

License:Apache License 2.0


Languages

Language:Lua 83.4%Language:HTML 6.7%Language:JavaScript 5.1%Language:Vue 3.1%Language:CSS 1.6%