第一种更改全局物品数量的叠加:ItemStackSizeMultiplier=XX 第二种更改单个物品数量的叠加:ConfigOverrideItemMaxQuantity=(XXX) 先说第一种,ItemStackSizeMultiplier=1 ;官方默认为1,就是官服里默认的叠加数量,如果我们把它的数值改成2倍,那么实际游戏的所有物品叠加都会增加一倍,但是原本不能叠加的比如炮弹、优质肉、蜂...
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItem_SpeciesSoul_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=True)) 来自Android客户端99楼2022-03-07 07:15 收起回复 我也说一句 还有4条回复,点击查看阿风大蠢蛋 群掠异龙 9 叮叮叮! 来自Android客户端100楼2022-03-07 08:09 回复 阿...
ConfigOverrideItemMaxQuantity=(ItemClassString="<Class Name>",Quantity=(MaxItemQuantity=<n>, bIgnoreMultiplier=<value>)) Class Name string Class Name of the item that will be overriden to new stacksize n integer new stacksize of the specified item value boolean if false, that means th...
(EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Stone_C"),ItemsWeights=(1.0),MinQuantity=10.0,MaxQuantity=10.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0), (EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Thatch_C"),ItemsWeights=(1.0),MinQuantity...
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Honey_C",Quantity=(MaxItemQuantity=100, bIgnoreMultiplier=true)) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_Fish_C",Quantity=(MaxItemQuantity=100, bIgnoreMultiplier=true)) ...
const std::string db_path = ArkShop::config["General"]["DbPathOverride"]; ArkShop::database = std::make_unique<SqlLite>(db_path); }ArkShop::Points::Init(); ArkShop::Store::Init(); ArkShop::Kits::Init(); ArkShop::StoreSell::Init();/...
ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemAmmo_ArrowTranq_C",Quantity=(MaxItemQuantity=543, bIgnoreMultiplier=true)) this will make the Tranqarrows stack to 543 items per stack bAllowUnlimitedRespecs=<value> value = boolean (true/false)Default = false Set to true to allow...
ItemClassStrings= ("PrimalItem_GlowStick_C"),#第四组的物品ID ItemsWeights=(1),MinQuantity=5,MaxQuantity=15,MinQuality=1,MaxQuality=1,bForceBlueprint=False,ChanceToBeBlueprintOverride=0) #最小掉落5个,最多掉落15个,最小品质为1,最大品质为1,不是蓝图,而且它成为蓝图的机会为0, ...
(ItemClassString="PrimalItemConsumable_WyvernMilk_C",Quantity=(MaxItemQuantity=5,bIgnoreMultiplier=true)) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Polymer_Organic_C",Quantity=(MaxItemQuantity=100,bIgnoreMultiplier=true)) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItem...
Ability to add ConfigOverrideItemMaxQuantity to the game.ini without being deleted if there are duplicate entries. Added Checkbox in Tab Server Settings -> Other Settings for Enabling Old Console. Fixed Backup Directory to create and use the correct folder if another exists...