ARK: Survival Evolved

ARK: Survival Evolved

Scorched Earth Anywhere
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Mel  [udvikler] 3. juni 2017 kl. 20:13
Disabling or Changing Dino Spawns
In order to Disable certain dinos or Change their spawn rates you will have to paste the desired code Below [/script/shootergame.shootergamemode] in your server's GAME.INI:

DISABLE DINO SPAWNS:
NPCReplacements=(FromClassName="Wyvern_Character_BP_Fire_C",ToClassName="")
NPCReplacements=(FromClassName="Wyvern_Character_BP_Lightning_C",ToClassName="")
NPCReplacements=(FromClassName="Wyvern_Character_BP_Poison_C",ToClassName="")
NPCReplacements=(FromClassName="MegaDeathworm_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Deathworm_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="RockGolem_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="RubbleGolem_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Mantis_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Vulture_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="SpineyLizard_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Camelsaurus_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Jerboa_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Jugbug_Oil_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Jugbug_Water_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Moth_Character_BP_C",ToClassName="")

MODIFY DINO SPAWN RATES:
DinoSpawnWeightMultipliers=(DinoNameTag="Camelsaurus",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Deathworm",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Jerboa",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="JugBug",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Mantis",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Moth",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="RockElemental",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="SpineyLizard",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Vulture",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
DinoSpawnWeightMultipliers=(DinoNameTag="Wyvern",OverrideSpawnLimitPercentage=True,SpawnLimitPercentage=1.0,SpawnWeightMultiplier=1.0)
Sidst redigeret af Mel; 3. juni 2017 kl. 20:21
< >
Viser 1-4 af 4 kommentarer
Chrmdfreak 5. juni 2017 kl. 3:40 
How do I use these config settings to return all spawns (but a few) to the original Island spawns?
Mel  [udvikler] 5. juni 2017 kl. 14:42 
Oprindeligt skrevet af Chrmdfreak:
How do I use these config settings to return all spawns (but a few) to the original Island spawns?
Well, to turn off all dinos, you will have to copy all "DISABLE DINO SPAWNS" into your game.ini
And then remove the lines of the dinos you want to spawn
Draco1122 24. aug. 2017 kl. 7:10 
I am confused. If I am using ASM to manage my server. Can I paste it under Custom Gameusersetting Details. If so what header do I use with code? Looking to change spawns.
Kane 26. sep. 2017 kl. 9:05 
Is there a way to disable specific resources from the mod?
< >
Viser 1-4 af 4 kommentarer
Per side: 1530 50