Roleplay framework for the game Onset
- Windows / Linux Host
- MariaDB 10.4+ (database on lower version need to be tweaked)
"packages": [
"soundstreamer",
"i18n",
"dialogui",
"cinematicui",
"onsetrp",
"salsi",
"onsetworld"
]
- 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.
Change the second line in shop/client.lua to flat instead of onsetrp
Look that you have changed your database information in misc/s_database.lua
Verify that you have followed the dependency order in you server_config.json
Verify that you deleted the "default" and/or "sandbox" package in server_config.json
Verify that you have installed onset_world correctly and putted the world.json in the root of your server and not the packages folder
Verify that you added "ini-plugin" in the plugins section of the server_config.json
Verify that you are using MariaDB 10.4 and higher