ARK: Survival Evolved

ARK: Survival Evolved

Upgrade Station v1.8i
ThatSaltyKraken 2021 年 7 月 13 日 下午 4:27
CRYOPOD Expliot(removing blueprint maker)
anyone know how to remove the blueprint stations from this mod on Ark Server Manager?? due to people being able to make Cryopod dinos into blueprints and make them of the cost of the cryopod. I've tried coding it about 3-4 ways nothing seems to be working. here's my current code
Thanks inadvanced!
OverrideNamedEngramEntries=(EngramClassName="PrimalItemStructure_BlueprintStation",EngramLevelRequirement=1000,EngramPointsCost=5000,EngramHidden=True,RemoveEngramPreReq=False)
OverrideNamedEngramEntries=(EngramClassName="PrimalItemStructure_BlueprintStation_Metal",EngramLevelRequirement=1000,EngramPointsCost=5000,EngramHidden=True,RemoveEngramPreReq=False)
< >
目前顯示第 1-3 則留言,共 3
Large Chungus 2021 年 7 月 14 日 上午 11:10 
Most people use the Dino Storage v2 mod to address this. You replace the cryopods with an unexploitable modded version, and then still have access to the blueprint station. If you must remove the blueprint station then you can try:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_BlueprintStation",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemStructure_BlueprintStation",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=true)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_BlueprintStation_Metal",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemStructure_BlueprintStation_Metal",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=true)))

This will make it impossible to craft by making it cost one of itself
ThatSaltyKraken 2021 年 7 月 18 日 上午 9:19 
引用自 Big Chungus
Most people use the Dino Storage v2 mod to address this. You replace the cryopods with an unexploitable modded version, and then still have access to the blueprint station. If you must remove the blueprint station then you can try:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_BlueprintStation",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemStructure_BlueprintStation",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=true)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_BlueprintStation_Metal",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemStructure_BlueprintStation_Metal",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=true)))

This will make it impossible to craft by making it cost one of itself



Thanks for reply but on Extinction or Gen1 or Gen2 you cannot remove them from Drops, HLNA store or missions.
Spacewalker 2024 年 2 月 22 日 上午 2:36 
引用自 Large Chungus
Most people use the Dino Storage v2 mod to address this. You replace the cryopods with an unexploitable modded version, and then still have access to the blueprint station. If you must remove the blueprint station then you can try:

ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_BlueprintStation",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemStructure_BlueprintStation",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=true)))
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_BlueprintStation_Metal",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemStructure_BlueprintStation_Metal",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=true)))

This will make it impossible to craft by making it cost one of itself


hey man , this code is very useful but can you please give a code to remove blueprint table entirly ? , because most player cant join because of it
< >
目前顯示第 1-3 則留言,共 3
每頁顯示: 1530 50