ARK: Survival Evolved

ARK: Survival Evolved

Dragonpunk: Mythical Creatures
Doublee (EE) 12. mars 2017 kl. 22.03
How to remove creatures from spawning (if you dont want them all)
This is an easy thing to do. Just open your Game.ini and put this in it:

NPCReplacements=(FromClassName="DinoName_BP_C",ToClassName="")

So for example you dont want Cockatrice spawning in your Map:

NPCReplacements=(FromClassName="Cockatrice_Character_BP_C",ToClassName="")

Just take the Classname out from his Spawn Codes on the front page.

Make sure to add the BP_C to the end of it. Looks like you just need the _C on the ones on the front page.

Hope that helps...
Sist redigert av Doublee (EE); 16. apr. 2017 kl. 3.06
< >
Viser 115 av 18 kommentarer
MadTown213 13. apr. 2017 kl. 10.49 
You're forgetting the second " after the BP_C. It should read NPCReplacements=(FromClassName="DinoName_BP_C",ToClassName="")
Doublee (EE) 16. apr. 2017 kl. 3.07 
Thanks man. My bad. Lol. Updated top.
CannibalHaire 25. apr. 2017 kl. 23.06 
is there a way to increase spawns from this mod? ini changes? and not just completely stop them from spawning
DadGumGamers 6. mai 2017 kl. 11.49 
I need help with this since Ogres spawn out of control. I even removed them but they keep spawning. Do i have my command in the in correct place? I have this : NPCReplacements=(FromClassName="FatOrge_Character_BP.FatOrge_Character_BP_C",ToClassName="") under the [/script/shootergame.shootergameusersettings] section of the GameUserSettings ini file.Does that look correct?
Samurai_Amatsu 24. mai 2017 kl. 6.15 
Opprinnelig skrevet av Dadgum:
I need help with this since Ogres spawn out of control. I even removed them but they keep spawning. Do i have my command in the in correct place? I have this : NPCReplacements=(FromClassName="FatOrge_Character_BP.FatOrge_Character_BP_C",ToClassName="") under the [/script/shootergame.shootergameusersettings] section of the GameUserSettings ini file.Does that look correct?

No. Missing the _C from the first part of the string. And it should actually go in your game.ini file not gameusersettings.ini
Doublee (EE) 20. okt. 2017 kl. 19.38 
Right. Game.ini is stated in OP and add _C after the BP on both. Amatsu knows his INI :)
Fanible 21. okt. 2017 kl. 11.03 
Welp, not sure what's being done wrong, but we tried disabling the DragonRex, but it's still showing up. Is there a particular location in the game.ini it needs to be? We have the following, but it is still spawning:
NPCReplacements=(FromClassName="DragonRex_Character_BP_C",ToClassName="")
Sist redigert av Fanible; 21. okt. 2017 kl. 11.03
flyinggoatman 21. okt. 2017 kl. 12.47 
Opprinnelig skrevet av Fanible:
Welp, not sure what's being done wrong, but we tried disabling the DragonRex, but it's still showing up. Is there a particular location in the game.ini it needs to be? We have the following, but it is still spawning:
NPCReplacements=(FromClassName="DragonRex_Character_BP_C",ToClassName="")
I'll check my file see what I inserted.
flyinggoatman 21. okt. 2017 kl. 14.59 
Opprinnelig skrevet av Fanible:
Welp, not sure what's being done wrong, but we tried disabling the DragonRex, but it's still showing up. Is there a particular location in the game.ini it needs to be? We have the following, but it is still spawning:
NPCReplacements=(FromClassName="DragonRex_Character_BP_C",ToClassName="")
Here's my full game.ini file. Look at the bottom of the config for the part to do with the rex dragon.

https://hastebin.com/epubigenec.ini


"NPCReplacements=(FromClassName="DragonRex_Character_BP_C",ToClassName="")"

I just checked and you have the right wording, could you send me your full ini?
Sist redigert av flyinggoatman; 21. okt. 2017 kl. 15.00
Fanible 21. okt. 2017 kl. 16.51 
I have it set first. Would placing it last make a difference?

[/script/shootergame.shootergamemode]
NPCReplacements=(FromClassName="DragonRex_Character_BP_C",ToClassName="")
bOnlyAllowSpecifiedEngrams=false
GlobalSpoilingTimeMultiplier=0
GlobalItemDecompositionTimeMultiplier=0
GlobalCorpseDecompositionTimeMultiplier=0
PvPZoneStructureDamageMultiplier=6.0
bPvEDisableFriendlyFire=false
EnableDevelopmentZones=true
ResourceNoReplenishRadiusPlayers=1
ResourceNoReplenishRadiusStructures=1
bAutoPvETimer=false
bAutoPvEUseSystemTime=true
AutoPvEStartTimeSeconds=0
AutoPvEStopTimeSeconds=0
LayEggIntervalMultiplier=1.0
DinoTurretDamageMultiplier=1.0
bDisableLootCrates=false
DinoHarvestingDamageMultiplier=2.0
bDisableFriendlyFire=true
CustomRecipeEffectivenessMultiplier=1.0
CustomRecipeSkillMultiplier=1.0
MatingIntervalMultiplier=0.25
EggHatchSpeedMultiplier=10
BabyMatureSpeedMultiplier=12.0
bPassiveDefensesDamageRiderlessDinos=true
KillXPMultiplier=1.75
HarvestXPMultiplier=1.75
CraftXPMultiplier=1.75
GenericXPMultiplier=1.2
SpecialXPMultiplier=1.0
PGMapName=PGMap
PGTerrainPropertiesString=
bDisableDinoRiding=false
bDisableDinoTaming=false
bUseCorpseLocator=true
bDisableStructurePlacementCollision=true
FastDecayInterval=43200
bUseSingleplayerSettings=false
SupplyCrateLootQualityMultiplier=2.0
FishingLootQualityMultiplier=5.0
BabyCuddleIntervalMultiplier=0.29
BabyCuddleGracePeriodMultiplier=100.0
BabyCuddleLoseImprintQualitySpeedMultiplier=0
BabyImprintingStatScaleMultiplier=2.0
PlayerHarvestingDamageMultiplier=1.0
CropGrowthSpeedMultiplier=1.0
BabyFoodConsumptionSpeedMultiplier=0.5
bAllowUnlimitedRespecs=true
PlayerCharacterFoodDrainMultiplier=0.5
Sist redigert av Fanible; 21. okt. 2017 kl. 16.53
flyinggoatman 21. okt. 2017 kl. 17.16 
Opprinnelig skrevet av Fanible:
I have it set first. Would placing it last make a difference?

[/script/shootergame.shootergamemode]
NPCReplacements=(FromClassName="DragonRex_Character_BP_C",ToClassName="")
bOnlyAllowSpecifiedEngrams=false
GlobalSpoilingTimeMultiplier=0
GlobalItemDecompositionTimeMultiplier=0
GlobalCorpseDecompositionTimeMultiplier=0
PvPZoneStructureDamageMultiplier=6.0
bPvEDisableFriendlyFire=false
EnableDevelopmentZones=true
ResourceNoReplenishRadiusPlayers=1
ResourceNoReplenishRadiusStructures=1
bAutoPvETimer=false
bAutoPvEUseSystemTime=true
AutoPvEStartTimeSeconds=0
AutoPvEStopTimeSeconds=0
LayEggIntervalMultiplier=1.0
DinoTurretDamageMultiplier=1.0
bDisableLootCrates=false
DinoHarvestingDamageMultiplier=2.0
bDisableFriendlyFire=true
CustomRecipeEffectivenessMultiplier=1.0
CustomRecipeSkillMultiplier=1.0
MatingIntervalMultiplier=0.25
EggHatchSpeedMultiplier=10
BabyMatureSpeedMultiplier=12.0
bPassiveDefensesDamageRiderlessDinos=true
KillXPMultiplier=1.75
HarvestXPMultiplier=1.75
CraftXPMultiplier=1.75
GenericXPMultiplier=1.2
SpecialXPMultiplier=1.0
PGMapName=PGMap
PGTerrainPropertiesString=
bDisableDinoRiding=false
bDisableDinoTaming=false
bUseCorpseLocator=true
bDisableStructurePlacementCollision=true
FastDecayInterval=43200
bUseSingleplayerSettings=false
SupplyCrateLootQualityMultiplier=2.0
FishingLootQualityMultiplier=5.0
BabyCuddleIntervalMultiplier=0.29
BabyCuddleGracePeriodMultiplier=100.0
BabyCuddleLoseImprintQualitySpeedMultiplier=0
BabyImprintingStatScaleMultiplier=2.0
PlayerHarvestingDamageMultiplier=1.0
CropGrowthSpeedMultiplier=1.0
BabyFoodConsumptionSpeedMultiplier=0.5
bAllowUnlimitedRespecs=true
PlayerCharacterFoodDrainMultiplier=0.5
Yea I think so. I think it's in the wrong section. Let me check.
flyinggoatman 21. okt. 2017 kl. 17.18 
Opprinnelig skrevet av Fanible:
I have it set first. Would placing it last make a difference?

[/script/shootergame.shootergamemode]
NPCReplacements=(FromClassName="DragonRex_Character_BP_C",ToClassName="")
bOnlyAllowSpecifiedEngrams=false
GlobalSpoilingTimeMultiplier=0
GlobalItemDecompositionTimeMultiplier=0
GlobalCorpseDecompositionTimeMultiplier=0
PvPZoneStructureDamageMultiplier=6.0
bPvEDisableFriendlyFire=false
EnableDevelopmentZones=true
ResourceNoReplenishRadiusPlayers=1
ResourceNoReplenishRadiusStructures=1
bAutoPvETimer=false
bAutoPvEUseSystemTime=true
AutoPvEStartTimeSeconds=0
AutoPvEStopTimeSeconds=0
LayEggIntervalMultiplier=1.0
DinoTurretDamageMultiplier=1.0
bDisableLootCrates=false
DinoHarvestingDamageMultiplier=2.0
bDisableFriendlyFire=true
CustomRecipeEffectivenessMultiplier=1.0
CustomRecipeSkillMultiplier=1.0
MatingIntervalMultiplier=0.25
EggHatchSpeedMultiplier=10
BabyMatureSpeedMultiplier=12.0
bPassiveDefensesDamageRiderlessDinos=true
KillXPMultiplier=1.75
HarvestXPMultiplier=1.75
CraftXPMultiplier=1.75
GenericXPMultiplier=1.2
SpecialXPMultiplier=1.0
PGMapName=PGMap
PGTerrainPropertiesString=
bDisableDinoRiding=false
bDisableDinoTaming=false
bUseCorpseLocator=true
bDisableStructurePlacementCollision=true
FastDecayInterval=43200
bUseSingleplayerSettings=false
SupplyCrateLootQualityMultiplier=2.0
FishingLootQualityMultiplier=5.0
BabyCuddleIntervalMultiplier=0.29
BabyCuddleGracePeriodMultiplier=100.0
BabyCuddleLoseImprintQualitySpeedMultiplier=0
BabyImprintingStatScaleMultiplier=2.0
PlayerHarvestingDamageMultiplier=1.0
CropGrowthSpeedMultiplier=1.0
BabyFoodConsumptionSpeedMultiplier=0.5
bAllowUnlimitedRespecs=true
PlayerCharacterFoodDrainMultiplier=0.5
Do any of the other settings in the file work?
Doublee (EE) 21. okt. 2017 kl. 17.40 
Move it to the bottom. Here is mine.

[/script/shootergame.shootergamemode]
MaxTribeLogs=100
bDisableFriendlyFire=False
bPvEDisableFriendlyFire=True
bDisableLootCrates=False
MaxNumberOfPlayersInTribe=0
bIncreasePvPRespawnInterval=False
bAutoPvETimer=False
bPvEAllowTribeWar=True
bPvEAllowTribeWarCancel=False
bAllowCustomRecipes=True
CustomRecipeEffectivenessMultiplier=1.0
CustomRecipeSkillMultiplier=1.0
OverrideMaxExperiencePointsPlayer=6574538
PlayerHarvestingDamageMultiplier=1.5
OverrideMaxExperiencePointsDino=2603000
DinoHarvestingDamageMultiplier=3.0
DinoTurretDamageMultiplier=1.0
MatingIntervalMultiplier=0.5
EggHatchSpeedMultiplier=20.0
BabyMatureSpeedMultiplier=20.0
BabyFoodConsumptionSpeedMultiplier=0.5
BabyImprintingStatScaleMultiplier=2.0
BabyCuddleIntervalMultiplier=0.15
BabyCuddleGracePeriodMultiplier=3.0
BabyCuddleLoseImprintQualitySpeedMultiplier=0.1
ResourceNoReplenishRadiusPlayers=1.0
ResourceNoReplenishRadiusStructures=1.0
GlobalSpoilingTimeMultiplier=2.0
GlobalItemDecompositionTimeMultiplier=5.0
GlobalCorpseDecompositionTimeMultiplier=5.0
CropDecaySpeedMultiplier=0.25
CropGrowthSpeedMultiplier=5.0
LayEggIntervalMultiplier=0.5
PoopIntervalMultiplier=1.0
HairGrowthSpeedMultiplier=0.5
CraftXPMultiplier=1.0
GenericXPMultiplier=1.0
HarvestXPMultiplier=1.0
KillXPMultiplier=1.0
SpecialXPMultiplier=1.0
StructureDamageRepairCooldown=0
PvPZoneStructureDamageMultiplier=6.0
bFlyerPlatformAllowUnalignedDinoBasing=True
bPassiveDefensesDamageRiderlessDinos=False
bUseCorpseLocator=True
bDisableStructurePlacementCollision=True
bAllowUnlimitedRespecs=True
bAllowPlatformSaddleMultiFloors=True
SupplyCrateLootQualityMultiplier=1.0
FishingLootQualityMultiplier=1.0
CraftingSkillBonusMultiplier=1.0
PerLevelStatsMultiplier_Player[0]=2.5
PerLevelStatsMultiplier_Player[1]=2.5
PerLevelStatsMultiplier_Player[3]=2.5
PerLevelStatsMultiplier_Player[4]=2.5
PerLevelStatsMultiplier_Player[5]=2.5
PerLevelStatsMultiplier_Player[6]=2.5
PerLevelStatsMultiplier_Player[7]=2.5
PerLevelStatsMultiplier_Player[8]=2.5
PerLevelStatsMultiplier_Player[9]=2.5
PerLevelStatsMultiplier_Player[10]=1.0
PerLevelStatsMultiplier_Player[11]=2.5
PerLevelStatsMultiplier_DinoTamed[0]=2.5
PerLevelStatsMultiplier_DinoTamed[1]=2.5
PerLevelStatsMultiplier_DinoTamed[3]=2.5
PerLevelStatsMultiplier_DinoTamed[4]=2.5
PerLevelStatsMultiplier_DinoTamed[6]=1.0
PerLevelStatsMultiplier_DinoTamed[7]=2.5
PerLevelStatsMultiplier_DinoTamed[8]=2.5
PerLevelStatsMultiplier_DinoTamed[9]=2.5
(PUT IT HERE OR ABOVE IF YOU DONT HAVE STATS)

Then make sure you do a Wild Dino Wipe.
Sist redigert av Doublee (EE); 21. okt. 2017 kl. 17.41
Fanible 21. okt. 2017 kl. 19.06 
I'll give it a go. :steamhappy:
flyinggoatman 21. okt. 2017 kl. 19.13 
Opprinnelig skrevet av Fanible:
I'll give it a go. :steamhappy:
Dino Wipe will kill your server for up to 20 mins so be sure to just wait it out.

edit: for me it normally takes longer than the time it takes to restart my server.
Sist redigert av flyinggoatman; 21. okt. 2017 kl. 19.45
< >
Viser 115 av 18 kommentarer
Per side: 1530 50