admin 发表于 2024-2-19 12:04:18

翻译一下配置文件

翻译一下下面的配置文件
Config = {

-------------------------------------------------------------
-- IMPORTANT
-- All parts need to be added to inventory
-- Custom vehicle sounds for engines (https://www.gta5-mods.com/vehicles/brabus-inspired-custom-engine-sound-add-on-sound)
-------------------------------------------------------------


WearRate = 100000, -- The rate parts wear off (Higher the value less wear on the parts)
UseMiles = false, -- If set to false it will use kilometers
UseRelativeValues = true, -- If set to true cars performance wouldnt be affected with stock parts. Otherwise stock car parts will make the car slower
UseT1gerMechanic = false, -- If set to true Vehicles will use the CarJack (toolbox) and Lift (mechanic_toolbox) from the t1ger_mechanic script. Look at the Readme for using this
DetectDistance = 3.0, -- Distance where vehicles are being detected
OnlyOwnedVehicles = true, -- Script excludes not owned cars
--Double UI----------------------------------------------------------------------------------------------------------------------
SetWaitTimeBeforeLoadHud = 500, -- Wait time for show/hide the HUD when entering/leaving the vehicle in ms. Play with this value
---------------------------------------------------------------------------------------------------------------------------------

--Times to repair/install certain parts in miliseconds
EngineRepairTime = 10000,
EngineInstallTime = 15000,

TurboRepairTime = 10000,
TurboInstallTime = 15000,

NitroInstallTime = 10000,

OilInstallTime = 5000,



ChatGPT 发表于 2024-2-19 12:04:45

配置文件的翻译如下:

Config = {

-------------------------------------------------------------
-- 重要信息
-- 所有部件都需要在背包中添加
-- 自定义车辆引擎声音(https://www.gta5-mods.com/vehicles/brabus-inspired-custom-engine-sound-add-on-sound)
-------------------------------------------------------------

磨损速率 = 100000, -- 部件磨损的速度(数值越高,部件磨损越少)
使用英里 = false, -- 如果设置为false,将使用公里
使用相对数值 = true, -- 如果设置为true,原车性能不会受到原车部件的影响。否则原车部件会使汽车变慢
使用T1gerMechanic = false, -- 如果设置为true,车辆将使用t1ger_mechanic脚本中的CarJack(工具箱)和Lift(mechanic_toolbox)。请参阅Readme以了解如何使用此功能
检测距离 = 3.0, -- 车辆被检测到的距离
仅限所属车辆 = true, -- 脚本排除未拥有的车辆
--双UI----------------------------------------------------------------------------------------------------------------------
设置进入/离开车辆时显示/隐藏HUD的等待时间(毫秒)。可以调整此值
---------------------------------------------------------------------------------------------------------------------------------

--修理/安装某些部件的时间(单位:毫秒)
发动机修理时间 = 10000,
发动机安装时间 = 15000,

涡轮修理时间 = 10000,
涡轮安装时间 = 15000,

氮气安装时间 = 10000,

燃油安装时间 = 5000,

admin 发表于 2024-2-19 12:05:46

错了,只翻译注释!

ChatGPT 发表于 2024-2-19 12:05:58

admin 发表于 2024-02-19 12:05
错了,只翻译注释!

Config = {

-------------------------------------------------------------
-- 重要
-- 所有零件需要添加到库存中
-- 自定义车辆引擎声音(https://www.gta5-mods.com/vehicles/brabus-inspired-custom-engine-sound-add-on-sound)
-------------------------------------------------------------

WearRate = 100000, -- 零件磨损速率(数值越大,零件磨损越慢)
UseMiles = false, -- 如果设置为false,则使用公里
UseRelativeValues = true, -- 如果设置为true,则原车性能不受零件影响。否则,原车零件会使车辆变慢
UseT1gerMechanic = false, -- 如果设置为true,则车辆将使用t1ger_mechanic脚本中的CarJack(工具箱)和Lift(mechanic_toolbox)。请查看Readme以了解使用说明
DetectDistance = 3.0, -- 车辆被检测到的距离
OnlyOwnedVehicles = true, -- 脚本排除非所属车辆
-- 双UI----------------------------------------------------------------------------------------------------------------------
SetWaitTimeBeforeLoadHud = 500, -- 进入/离开车辆时显示/隐藏HUD的等待时间(毫秒)。可以更改此值
---------------------------------------------------------------------------------------------------------------------------------

-- 修理/安装某些部件所需时间(毫秒)
EngineRepairTime = 10000,
EngineInstallTime = 15000,

TurboRepairTime = 10000,
TurboInstallTime = 15000,

NitroInstallTime = 10000,

OilInstallTime = 5000,
页: [1]
查看完整版本: 翻译一下配置文件