Config
K9 Config Settings
General Structure
FRKN = {
ServerCallbacks = {},
OpenPetCommand = "mypet",
Interaction = { Target = "qb-target" },
Shops = { Coords = vector3(564.9654, 2745.9912, 42.8771) },
Job = {'police' , 'sheriff'},
K9Search = { "joint", "cokebaggy", "crack_baggy", ... },
Training = { ... },
Item = { reviveItems = {...}, foodItems = {...}, waterItems = {...},
energyItems = {...}, leashItems = {...}, connectItems = {...}, tennisItems = {...} },
DieMode = true,
AgeControlTime = 600000,
PetDecay = { health=0.5, notEating=5, hunger=1.0, thirst=1.0, energy=0.8, updateInterval=60000 },
Cages = { [1] = { coords=vector3(...), heading=... }, ... },
FeatureList = { {name='15% More Damage', price=1500, type='damage', multiple=15}, ... },
PetList = { { name="Rex", model="a_c_k9", ... }, ... },
PartConfigByModel = { ["a_c_k9"] = { vest={...}, ... }, ... },
Currency = "$",
ItemShopCoords = vector4(561.2651, 2745.0737, 42.8771, 96.7979),
Categories = { {id="catfood", label="Cat Food", order=1}, ... },
Items = { { id="dogrevive", name="Revive", category="health", ... }, ... }
}Commands & Interaction
OpenPetCommand
OpenPetCommandInteraction.Target
Interaction.TargetShop & Job Restrictions
Shops.Coords
Shops.CoordsJob
JobContraband Search
K9Search
K9SearchTraining Area
Items (Usage Config)
Life Cycle & Difficulty
DieMode
DieModeAgeControlTime
AgeControlTimePetDecay
PetDecayCages (Shop Display)
Cages
CagesFeatures (Buffs)
FeatureList
FeatureListPet Catalog
PetList
PetListModel-Based Parts
PartConfigByModel
PartConfigByModelShop & Items
Currency
CurrencyItemShopCoords
ItemShopCoordsCategories
CategoriesItems
ItemsLast updated