嘉木 发表于 4 天前

翻译

-----------------------------------------------------------------------------------
-- WAIT! Before editing this file manually, try our new easy configuration tool! --
--            https://configurator.jgscripts.com/advanced-garages                --
-----------------------------------------------------------------------------------
Config = {}

-- Localisation
Config.Locale = "en"
Config.NumberAndDateFormat = "en-US"
Config.Currency = "USD"

-- Framework & Integrations
Config.Framework = "auto" -- or "QBCore", "Qbox", "ESX"
Config.FuelSystem = "none" -- or "LegacyFuel", "ps-fuel", "lj-fuel", "ox_fuel", "cdn-fuel", "hyon_gas_station", "okokGasStation", "nd_fuel", "myFuel", "ti_fuel", "Renewed-Fuel", "rcore_fuel", "none"
Config.VehicleKeys = "none" -- or "qb-vehiclekeys", "MrNewbVehicleKeys", "jaksam-vehicles-keys", "qs-vehiclekeys", "mk_vehiclekeys", "wasabi_carlock", "cd_garage", "okokGarage", "t1ger_keys", "Renewed", "tgiann-hotwire" "none"
Config.Notifications = "auto" -- or "default", "okokNotify", "ox_lib", "ps-ui"
Config.Banking = "auto" -- or "qb-banking", "qb-management", "esx_addonaccount", "Renewed-Banking", "okokBanking", "fd_banking"
Config.Gangs = "auto" -- "qb-gangs", "rcore_gangs"

-- Draw text UI prompts (key binding control IDs here: https://docs.fivem.net/docs/game-references/controls/)
Config.DrawText = "auto" -- or "jg-textui", "qb-DrawText", "okokTextUI", "ox_lib", "ps-ui"
Config.OpenGarageKeyBind = 38
Config.OpenGaragePrompt = " Open Garage"
Config.OpenImpoundKeyBind = 38
Config.OpenImpoundPrompt = " Open Impound"
Config.InsertVehicleKeyBind = 38
Config.InsertVehiclePrompt = " Store Vehicle"
Config.ExitInteriorKeyBind = 38
Config.ExitInteriorPrompt = " Exit Garage"

-- Target
Config.UseTarget = false
Config.Target = "ox_target" -- or "qb-target"
Config.TargetPed = "s_m_y_valet_01"

-- Radial
Config.UseRadialMenu = false
Config.RadialMenu = "ox_lib"


-- Little vehicle preview images in the garage UI - learn more/add custom images: https://docs.jgscripts.com/advanced-garages/vehicle-images
Config.ShowVehicleImages = true

-- Vehicle Spawning & Storing
Config.DoNotSpawnInsideVehicle = false
Config.SaveVehicleDamage = true -- Save and apply body and engine damage when taking the vehicle out a garage
Config.AdvancedVehicleDamage = true -- use Kiminaze's VehicleDeformation
Config.SaveVehiclePropsOnInsert = true
Config.CheckVehicleModel = true -- Extra security

ChatGPT 发表于 4 天前

-----------------------------------------------------------------------------------
-- 等等!在手动编辑此文件之前,请尝试我们的新简单配置工具! --
--            https://configurator.jgscripts.com/advanced-garages                --
-----------------------------------------------------------------------------------
Config = {}

-- 本地化
Config.Locale = "zh"-- 语言设置为中文
Config.NumberAndDateFormat = "zh-CN" -- 数字和日期格式设置为中国
Config.Currency = "CNY" -- 货币设置为人民币

-- 框架与集成
Config.Framework = "auto" -- 或者 "QBCore", "Qbox", "ESX"
Config.FuelSystem = "none" -- 或者 "LegacyFuel", "ps-fuel", "lj-fuel", "ox_fuel", "cdn-fuel", "hyon_gas_station", "okokGasStation", "nd_fuel", "myFuel", "ti_fuel", "Renewed-Fuel", "rcore_fuel", "none"
Config.VehicleKeys = "none" -- 或者 "qb-vehiclekeys", "MrNewbVehicleKeys", "jaksam-vehicles-keys", "qs-vehiclekeys", "mk_vehiclekeys", "wasabi_carlock", "cd_garage", "okokGarage", "t1ger_keys", "Renewed", "tgiann-hotwire" "none"
Config.Notifications = "auto" -- 或者 "default", "okokNotify", "ox_lib", "ps-ui"
Config.Banking = "auto" -- 或者 "qb-banking", "qb-management", "esx_addonaccount", "Renewed-Banking", "okokBanking", "fd_banking"
Config.Gangs = "auto" -- "qb-gangs", "rcore_gangs"

-- 绘制文本 UI 提示(按键绑定控制 ID 请查看: https://docs.fivem.net/docs/game-references/controls/)
Config.DrawText = "auto" -- 或者 "jg-textui", "qb-DrawText", "okokTextUI", "ox_lib", "ps-ui"
Config.OpenGarageKeyBind = 38
Config.OpenGaragePrompt = " 打开车库"
Config.OpenImpoundKeyBind = 38
Config.OpenImpoundPrompt = " 打开扣押车"
Config.InsertVehicleKeyBind = 38
Config.InsertVehiclePrompt = " 存车"
Config.ExitInteriorKeyBind = 38
Config.ExitInteriorPrompt = " 离开车库"

-- 目标
Config.UseTarget = false
Config.Target = "ox_target" -- 或者 "qb-target"
Config.TargetPed = "s_m_y_valet_01"

-- 径向菜单
Config.UseRadialMenu = false
Config.RadialMenu = "ox_lib"

-- 在车库 UI 中显示小型车辆预览图像 - 了解更多/添加自定义图像: https://docs.jgscripts.com/advanced-garages/vehicle-images
Config.ShowVehicleImages = true

-- 车辆生成与存储
Config.DoNotSpawnInsideVehicle = false
Config.SaveVehicleDamage = true -- 在取出车辆时保存并应用车身和引擎损坏
Config.AdvancedVehicleDamage = true -- 使用 Kiminaze 的 VehicleDeformation
Config.SaveVehiclePropsOnInsert = true
Config.CheckVehicleModel = true -- 额外的安全性
页: [1]
查看完整版本: 翻译