ARK: Survival Evolved

ARK: Survival Evolved

Upgrade Station v1.8i
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)
< >
Showing 1-3 of 3 comments
Large Chungus 14 Jul, 2021 @ 11:10am 
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 18 Jul, 2021 @ 9:19am 
Originally posted by 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 22 Feb, 2024 @ 2:36am 
Originally posted by 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
< >
Showing 1-3 of 3 comments
Per page: 1530 50