ARK: Survival Evolved

ARK: Survival Evolved

Upgrade Station v1.8i
ThatSaltyKraken 13 JUL 2021 a las 16: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)
< >
Mostrando 1-3 de 3 comentarios
Large Chungus 14 JUL 2021 a las 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 18 JUL 2021 a las 9:19 
Publicado originalmente por 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 a las 2:36 
Publicado originalmente por 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
< >
Mostrando 1-3 de 3 comentarios
Por página: 1530 50