ARK: Survival Evolved

ARK: Survival Evolved

Dragontail
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
Iirly 2017년 3월 5일 오전 9시 10분
Limiting Dragon Spawns Manually
These are the codes my server uses to limit/reduce the spawn of dragons on our server. We seem to only have issues with Toxic, earth and whelps spawning out of controll (its not THAT bad but its a lot of them) you can add any dragon you like.

DinoSpawnWeightMultipliers=(DinoNameTag="ToxicDragon_Character_BP",SpawnWeightMultiplier=0.05,OverrideSpawnLimitPercentage=false,SpawnLimitPercentage=.10)
DinoSpawnWeightMultipliers=(DinoNameTag="Whelpling_Character_BP",SpawnWeightMultiplier=0.01,OverrideSpawnLimitPercentage=false,SpawnLimitPercentage=1)
DinoSpawnWeightMultipliers=(DinoNameTag="EarthDragon_Character_BP",SpawnWeightMultiplier=0.01,OverrideSpawnLimitPercentage=false,SpawnLimitPercentage=1)

These are vanilla codes. Don't change overridespawnlimit to true. also in case you don't know, these are decimals so the bigger the numbers behind the decimal point the smaller the amount.

The spawn ids are in the post labled : Mod FAQ Codes Info and More. I hope this helps some body :D

edit:
This goes in your gameUsersettings.ini under
[/script/shootergame.shootergameusersettings]
Iirly 님이 마지막으로 수정; 2017년 3월 5일 오전 9시 12분
< >
전체 댓글 26개 중 1~15개 표시 중
requiemfang 2017년 3월 6일 오후 3시 42분 
Do you put this in the same ini if your using single player? or do you put them in the Game.ini?
Iirly 2017년 3월 6일 오후 4시 07분 
should go in the same ini. in single player its like in Ark/shootergame/saved/config/windowsnoeditor/ i think
Iirly 님이 마지막으로 수정; 2017년 3월 6일 오후 4시 09분
Amber 2017년 3월 7일 오전 3시 54분 
is there any way to remove the toxic dragon?
Iirly 2017년 3월 7일 오전 8시 02분 
You can remove ANY dino from the game using vanilla codes. You can find this code easy enough by searching "How can i remove a dino from my game" It's fairly easy to do and you add it to the same ini that you would add this code.
Machonda 2017년 3월 8일 오전 5시 43분 
What do I have to change to reduce the spawn? Spawn weight? Spawn limit?
Iirly 2017년 3월 8일 오전 7시 23분 
You want to change the spawn weight. On the center, these numbers produce about 50% less whelplings, 30% less toxic and 30% less Earth. we're still getting an uncomfortable amount of earth and toxic (still about 5 to 7 each) of them in the swamps so We'll change the spawn weight of those down to something low like .05 I hope that helps.
Phanto 2017년 3월 9일 오후 4시 21분 
Can make me a rare spawn list of Dragons ? I used this
DinoSpawnWeightMultipliers=(DinoNameTag="ToxicDragon_Character_BP",SpawnWeightMultiplier=0.04,OverrideSpawnLimitPercentage=false,SpawnLimitPercentage=0.08)
For all the dragons and they still spawned too much.
plz help :)
Iirly 2017년 3월 9일 오후 4시 30분 
Did you do a dino wipe after placing this code in? Also after the recent update that reduces spawns first? How many is too much? what map are you using?
Phanto 2017년 3월 10일 오전 1시 51분 
Yes I have . And over 100 of each species appeared
Or the rate still lower. Or the limit?
Crazienous  [개발자] 2017년 3월 10일 오전 2시 27분 
@phanto try turning the false to true?
Iirly 2017년 3월 10일 오전 8시 15분 
I don't know what map you are using, or if you have anything else affecting your settings. These settings are what we are using on the Center and with them we're getting at MOST 7 earth, and about 10 toxic and maybe 20 whelps. It won't help everyone and i don't pretend to be an expert at editing files. So if this doesn't work for you try like Crazienous says and turning false to true.
Frost 2017년 3월 15일 오전 8시 29분 
so would setting this to 0 disable certain ones? love the mod but want to limit it to where only the tiny ones spawn for shoulder pets since our server uses extinction core which adds dragons.

or can i do something like this to remove the ones i do not want:
NPCReplacements=(FromClassName="ToxicDragon_Character_BP_C",ToClassName="")
Frost 님이 마지막으로 수정; 2017년 3월 15일 오전 9시 15분
Iirly 2017년 3월 15일 오전 11시 16분 
that seems correct, also i think i've been altering the wrong number, im gonna test it in game and if i have been in error, i will update my original post. Give me a couple of hours pls.
Frost 2017년 3월 16일 오전 1시 13분 
Yeah so what I did which you may update your op post to include this information incase others want to remove certain types all together was this:

Remove Toxic Dragon:
NPCReplacements=(FromClassName="ToxicDragon_Character_BP_C",ToClassName="")

Remove Earth Dragon:
NPCReplacements=(FromClassName="EarthDragon_Character_BP_C",ToClassName="")

Remove Fire Dragon:
NPCReplacements=(FromClassName="FireDragon_Character_BP_C",ToClassName="")

Remove Ice Dragon:
NPCReplacements=(FromClassName="IceDragon_Character_BP_C",ToClassName="")

Remove Water Dragon:
NPCReplacements=(FromClassName="WaterDragon_Character_BP_C",ToClassName="")

Remove Lightning Dragon:
NPCReplacements=(FromClassName="LightningDragon_Character_BP_C",ToClassName="")

Remove Whelpling:
NPCReplacements=(FromClassName="Whelpling_Character_BP_C",ToClassName="")

Remove Soil Pygmy:
NPCReplacements=(FromClassName="SoilPygmy_Character_BP_C",ToClassName="")

Remove Ashen Pygmy:
NPCReplacements=(FromClassName="AshenPygmy_Character_BP_C",ToClassName="")

Remove Frost Pygmy:
NPCReplacements=(FromClassName="FrostPygmy_Character_BP_C",ToClassName="")

Remove Venom Pygmy:
NPCReplacements=(FromClassName="VenomPygmy_Character_BP_C",ToClassName="")

Remove Sea Pygmy:
NPCReplacements=(FromClassName="SeaPygmy_Character_BP_C",ToClassName="")

Remove Thunder Pygmy:
NPCReplacements=(FromClassName="ThunderPygmy_Character_BP_C",ToClassName="")
Iirly 2017년 3월 16일 오전 8시 16분 
Maybe removing dragons code should have its own post. Some one just wants to get rid of certain dragons may not think to look in a post that is titled limiting them.
< >
전체 댓글 26개 중 1~15개 표시 중
페이지당 표시 개수: 1530 50