Installation

1

Install all dependencies

Download and install the following dependencies:

2

Install ice skates

When you download our script package, you will find two folders:

  • brnx-iceorinkskates-addon

  • brnx-iceorinkskates-replace

You only need to choose one to install on your server.

  • Use addon if you want to add the skates as new items without replacing existing ones.

  • Use replace if you want the skates to replace existing models in the game.

Note: Do not install both at the same time — only one is needed for proper function.

3

Add to server.cfg

All resources used by brnx-iceorinksystem need to be started before brnx-iceorinksystem it self. This includes your framework, inventory etc. Putting start brnx-iceorinksystem at the end of your server.cfg

// Example:

# Libs
start PolyZone
start bs-lib

# Essentials
start framework
start inventory

# Script
start brnx-iceorinkskates
start brnx-iceorinksystem

How to update

1

Backup script

Take a backup of your script resource. We recommend doing this by creating a ZIP file of the brnx-iceorinksystem folder.

2

Delete old script

Delete the old brnx-iceorinksystem resource from your server.

3

Configure

If you have made any changes to the config files, make sure to reapply them. Unless stated otherwise at the end of the patch notes, you can copy the entire config folder.

Last updated