汉化
Config = {
Locale = 'en', -- Available en, de, fr, es, it
Commands = {
Skin = 'skin',
ReloadSkin = 'reloadskin',
ClearPed = 'clearped',
},
EveryShopHasEverything = false, -- by default, clothing is categorized into shops (binco, suburban etc.), if you want to have everything available in every shop, set this to true (but it kinda ruins the immersion ;)
CharCreatorHasEverything = false, -- by default, char creator has only selected clothing for new players, if you want to have everything available, set this to true
SaveHeadWithOutfit = false, -- if true, head settings (makeup, hair etc.) will be saved with outfits
EnableReloadSkin = true,
EnableClearPed = true,
CharCreatorApplyRandom = true, -- If true, new players will have slightly randomized appearance when first joining
-- When opening character creator, this will make it wait for collisions to be loaded before opening it
CharCreatorWaitForCollisions = false,
IdModeHasEverything = false, -- if true, all items will be available in ID mode
-- When this is TRUE, the player will be able to select
-- clothes that they have purchased, in job changing rooms (after going off duty)
-- When this is FALSE, you can manage stock inside job changing rooms
JobChangingRoomActsAsPersonalChangingRoom = true,
-- If you are using addon heads, uncomment this
-- AddonHeadsCount = 45,
-- If you want to restrict clothing to certain ace permissions,
-- you have ot define them here first
以下是该配置的汉化版本:
Config = {
Locale = 'zh', -- 可用的语言:en(英语),de(德语),fr(法语),es(西班牙语),it(意大利语)
Commands = {
Skin = '换装',
ReloadSkin = '重载换装',
ClearPed = '清除角色',
},
EveryShopHasEverything = false, -- 默认情况下,服装按商店分类(如binco、suburban等),如果希望每个商店都有所有物品,将其设置为true(但这可能会破坏沉浸感;)
CharCreatorHasEverything = false, -- 默认情况下,角色创建器仅为新玩家提供选择的服装,如果希望所有物品都可用,将其设置为true
SaveHeadWithOutfit = false, -- 如果为true,则头部设置(妆容、发型等)将与服装一起保存
EnableReloadSkin = true, -- 启用重载换装
EnableClearPed = true, -- 启用清除角色
CharCreatorApplyRandom = true, -- 如果为true,新玩家首次加入时将有稍微随机的外观
-- 打开角色创建器时,这会在打开之前等待碰撞加载
CharCreatorWaitForCollisions = false,
IdModeHasEverything = false, -- 如果为true,所有物品将在身份证模式下可用
-- 当这是TRUE时,玩家将能够选择
-- 他们在工作更衣室(下班后)购买的服装
-- 当这是FALSE时,您可以管理工作更衣室内的库存
JobChangingRoomActsAsPersonalChangingRoom = true,
-- 如果您使用附加头部,请取消注释此行
-- AddonHeadsCount = 45,
-- 如果您希望将服装限制为某些ace权限,
-- 您必须首先在这里定义这些权限
}
以上内容是对原始配置的翻译与注释。请根据需要进行修改和调整!
页:
[1]