Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

xT-Development/xtr-cooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me a Coffee at ko-fi.com

xt-cooking

Simple Cooking w/ Rep || xThrasherrr#6666

Installation:

  • Add items to shared/items.lua
  • Add item images to qbr-inventory/html/images
  • Add rep to qbr-core/server/player.lua:
PlayerData.metadata['cookingrep'] = PlayerData.metadata['cookingrep'] or 0
  • Add to qbr-target config:
["cookingobjects"] = {
	models = {
		"p_campfirecombined01x",
		"p_campfirecombined02x",
		"p_campfirecombined03x",
		"p_campfirecombined04x",
		"s_campfire01_fresh",
		"p_campfirefresh01x",
		"p_campfire02x_script",
		"s_mil_cookfire01x",
		"s_cookfire01x",
		"p_stove06x",
		"p_stove07x",
		"p_kettle01x",
		"p_cs_kettle01x",
		"p_kettle03x"
	},
	options = {
		{
			type = "client",
			event = "xt-cooking:MainMenu",
			icon = "fas fa-fire",
			label = "Cook Food",
		}
	},
	distance = 3.0
},

Features:

  • Skin Fish
  • Minigame when cooking
    • If failed, lose items and possibly lose rep
  • Admin command to set players cooking rep : /setcookingrep
  • Placeable Campfires
    • Burnout over time (Set in Config)
    • Stoke fires so they burn longer (Set in Config)
    • Put out fires using target
    • Enable / Disable Using Radial Menu (Set in Config)

Dependencies:

Join my Development Discord:

About

Simple QBR-Core Cooking Script w/ Rep

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages