Installation
Prerequisites
Downloading:
Download the utility library from one of our platforms:
Customising:
Set your framework choice under
config.framework
toboii_core
.Set your UI choices under
config.ui
toboii_ui
for all options.
Any other changes to the configs you wish to make can also be made.
Installing:
Add the
boii_utils
resource into your server resources.Add
ensure boii_utils
into yourserver.cfg
making sure it is placed before any resource using it as a dependency.
Script Installation
Script Customisation:
Customise
client/config.lua
to meet your requirements, you can disable the provided default actions here.Customise
html/css/root.css
to edit the style of the target system
Script Installation:
Drag and drop
boii_target
into your server resources.Add
ensure boii_target
to your server.cfg and make sure to addensure boii_utils
above.
Restart Server:
Once you have completed the steps above you are ready to restart your server and the resource should be running correctly.
Last updated