Installation

Installation guide and fundamental concepts of crm-banking.

1. Download Resource

To begin, download your recently purchased resource from our store

To do this, log in to your cfx portal account and navigate to the 'Asset Grants' section, where you will find your owned resources.


2. Dependencies

Before installing Banking, you must ensure the following dependency is installed:

  • crm-core – The core system powering all CoreM scripts. (install first !)

Installation

3. Asset Arrangement

Place the crm-banking package inside the [crm-scripts] folder:

resources/
└── [crm-scripts]/
    β”œβ”€β”€ crm-core
    β”œβ”€β”€ crm-banking
    └── ... (any other CoreM scripts)

In your server.cfg, you must:

  1. Ensure crm-core first

  2. Then ensure the entire [crm-scripts] folder


4. Database

Execute the SQL queries found in the crm-sql folder within your database, skipping this step if no files are present.


5. Items

Copy the items data and images found in the crm-install/crm-items folder. Add the items data to your shared items file, and place the images in your inventory images folder.

Last updated