Installation
It's a simple download from our GitLab and unpack, just like every other resource.
The moment you start the script for the first time, the FXServer will install some dependencies. Afterwards the script might need to install database related dependencies depending on your database server.
All of this is being done automatically.
The script might asks you to restart a few times, do as requested when prompted.
At last you should see some green text like <resource name> started successfully. Have fun!.
If you miss any Bridge's for a resource you use, let us know so we can take a look at it.
Configuration
There are a few things you are required to setup before the script truely works. Same as some of rn-bridge their options.
Convars
Add (at least the required) convars with supported options in your server.cfg.
Some of these convars have auto detect so you could skip setting the convar if you want.
If a convar has auto detect the table of Valid options displays the order of auto detect.
Required
Required convars don't have any auto detects and are required to be set.
Database dialect
Convar: database_dialect
The dialect of your database.
If you don't know what your database dialect is, you can find this by logging into your PHPMyAdmin of your server and it should be stated in the right upper part of the page.
Most databases are MariaDB or MySQL.
| Support options | Database |
|---|---|
| mariadb | MariaDB |
| mysql | MySQL |
| postgres | PostgreSQL |
| sqlite | SQLite |
| mssql | Microsoft SQL Server |
| snowflake | Snowflake |
| oracle | OracleDB |