Skip to main content

Installation

caution

Please carefully read installation process, otherwise fd-pets resource will not work.

Dependecies

Global dependencies

We've tried not use a lot of third party dependencies, so you won't need to install that many dependencies. For this resource to work, you'll need to install

and other framework specific dependencies.

Inventory

At the moment, pets support qb-inventory and ox_inventory. For other inventories, you'll have to write your own bridge.

Config

Storage is detecting framework automatically. If you have renamed your resources or core, please check /bridge folder, there you'll be able to change name and etc. Otherwise, please check config at configs/* folder.

Items

Icons

First of all, please move icons from images/ folder to your inventory resource and add items to inventory config as specified below.

Items

Add items to ox_inventory/data/items.lua;

    ["rottweiler1"]        = {
label = "Rottweiler",
weight = 5000,
stack = true,
close = true,
description = "Black-colored",
},
["rottweiler2"] = {
label = "Rottweiler",
weight = 5000,
stack = true,
close = true,
description = "Brown-colored",
},
["rottweiler3"] = {
label = "Rottweiler",
weight = 5000,
stack = true,
close = true,
description = "Dark brown brindle-colored",
},
["cat1"] = {
label = "Cat",
weight = 1000,
stack = true,
close = true,
description = "Tabby kitten",
},
["cat2"] = {
label = "Cat",
weight = 1000,
stack = true,
close = true,
description = "Tuxedo kitten",
},
["cat3"] = {
label = "Cat",
weight = 1000,
stack = true,
close = true,
description = "Orange kitten",
},
["chicken"] = {
label = "Chicken",
weight = 1000,
stack = true,
close = true,
description = "What is a chicken doing here?",
},
["husky1"] = {
label = "Husky",
weight = 5000,
stack = true,
close = true,
description = "Black and white-colored",
},
["husky2"] = {
label = "Husky",
weight = 5000,
stack = true,
close = true,
description = "Golden and white-colored",
},
["husky3"] = {
label = "Husky",
weight = 5000,
stack = true,
close = true,
description = "Light-colored",
},
["mtlion1"] = {
label = "Mountain lion",
weight = 10000,
stack = true,
close = true,
description = "What is a kitten doing here?",
},
["panther"] = {
label = "Panther",
weight = 10000,
stack = true,
close = true,
description = "What is a kitten doing here?",
},
["poodle"] = {
label = "Poodle",
weight = 5000,
stack = true,
close = true,
description = "A dog for fancy people",
},
["shepherd1"] = {
label = "Border Collie",
weight = 5000,
stack = true,
close = true,
description = "Good shepherd dog",
},
["pug1"] = {
label = "Pug",
weight = 5000,
stack = true,
close = true,
description = "Light-colored",
},
["pug2"] = {
label = "Pug",
weight = 5000,
stack = true,
close = true,
description = "Gray-colored",
},
["pug3"] = {
label = "Pug",
weight = 5000,
stack = true,
close = true,
description = "Brown-colored",
},
["pug4"] = {
label = "Pug",
weight = 5000,
stack = true,
close = true,
description = "Black-colored",
},
["retriever1"] = {
label = "Retriever",
weight = 5000,
stack = true,
close = true,
description = "Light orange-colored",
},
["retriever2"] = {
label = "Retriever",
weight = 1000,
stack = true,
close = true,
description = "Black-colored",
},
["retriever3"] = {
label = "Retriever",
weight = 5000,
stack = true,
close = true,
description = "Light brown-colored",
},
["retriever4"] = {
label = "Retriever",
weight = 5000,
stack = true,
close = true,
description = "Brown-colored",
},

["westy1"] = {
label = "West Highland White Terrier",
weight = 5000,
stack = true,
close = true,
description = "White-colored",
},
["westy2"] = {
label = "Scottish Terrier",
weight = 5000,
stack = true,
close = true,
description = "Brown-colored",

},
["westy3"] = {
label = "Scottish Terrier",
weight = 5000,
stack = true,
close = true,
description = "Black-colored",
},
["rabbit"] = {
label = "Rabbit",
weight = 5000,
stack = true,
close = true,
description = "Bring some carrots for sure",
},

Start

If you did everything as described above, please start your server and enjoy adorable pets!

Common Issues

Questions

If you have an issue or questions, please visit our discord, and open a ticket.