ARK: Survival Evolved

ARK: Survival Evolved

Dragonpunk: Mythical Creatures
Doublee (EE) 12 Mar, 2017 @ 10:03pm
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...
Last edited by Doublee (EE); 16 Apr, 2017 @ 3:06am
< >
Showing 1-15 of 18 comments
MadTown213 13 Apr, 2017 @ 10:49am 
You're forgetting the second " after the BP_C. It should read NPCReplacements=(FromClassName="DinoName_BP_C",ToClassName="")
Doublee (EE) 16 Apr, 2017 @ 3:07am 
Thanks man. My bad. Lol. Updated top.
CannibalHaire 25 Apr, 2017 @ 11:06pm 
is there a way to increase spawns from this mod? ini changes? and not just completely stop them from spawning
DadGumGamers 6 May, 2017 @ 11:49am 
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 May, 2017 @ 6:15am 
Originally posted by 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 Oct, 2017 @ 7:38pm 
Right. Game.ini is stated in OP and add _C after the BP on both. Amatsu knows his INI :)
Fanible 21 Oct, 2017 @ 11:03am 
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="")
Last edited by Fanible; 21 Oct, 2017 @ 11:03am
flyinggoatman 21 Oct, 2017 @ 12:47pm 
Originally posted by 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 Oct, 2017 @ 2:59pm 
Originally posted by 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?
Last edited by flyinggoatman; 21 Oct, 2017 @ 3:00pm
Fanible 21 Oct, 2017 @ 4:51pm 
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
Last edited by Fanible; 21 Oct, 2017 @ 4:53pm
flyinggoatman 21 Oct, 2017 @ 5:16pm 
Originally posted by 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 Oct, 2017 @ 5:18pm 
Originally posted by 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 Oct, 2017 @ 5:40pm 
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.
Last edited by Doublee (EE); 21 Oct, 2017 @ 5:41pm
Fanible 21 Oct, 2017 @ 7:06pm 
I'll give it a go. :steamhappy:
flyinggoatman 21 Oct, 2017 @ 7:13pm 
Originally posted by 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.
Last edited by flyinggoatman; 21 Oct, 2017 @ 7:45pm
< >
Showing 1-15 of 18 comments
Per page: 1530 50