💡Installation

Installation guide of Mutliplayer Fossil Hunt.

Step 1: Move resource

Extract the zip you downloaded from cfx.re portalarrow-up-right and place the stg-fossil and stg-fossil-props folder inside the [STG] folder in your resources directory.

Step 2: Add Job (optional)

ℹ️ This is something you need to set up if you want to make it job-specific. You can customize it through Config.Job.

INSERT INTO jobs (name, label) VALUES
('fossil', 'Fossil Hunter');

INSERT INTO job_grades (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('fossil', 0, 'worker', 'Worker', 50, '{}', '{}'),
('fossil', 1, 'experienced', 'Experienced Worker', 75, '{}', '{}'),
('fossil', 2, 'boss', 'Boss', 100, '{}', '{}');

Step 3: Install SQL

Perform the installation of stg_fossil.sql in the [SETUP] directory.

Step 4: Start Script

Start [STG] in server.cfg.

For the script to work properly, it would be better to place this at the very bottom of the scripts that are started.

Last updated