ARK: Survival Evolved

ARK: Survival Evolved

Additional Aberrant Dinos
Disabling specific creatures
I feel retarded ore something. I'm using Gportal to host, I go to the ini file, and I paste this exactly

[/script/shootergame.shootergamemode]
NPCReplacements=
(FromClassName="Deathworm_Character_BP_AADAberrant",ToClassName=" ")
NPCReplacements=
(FromClassName="Euryp_Character_Aberrant",ToClassName=" ")
NPCReplacements=
(FromClassName="Moth_Character_BP_Aberrant_BD_C",ToClassName=" ")
NPCReplacements=
(FromClassName="NightWyvern_Character_BP",ToClassName=" ")
NPCReplacements=
(FromClassName="Ptero_Character_BP_Aberrant",ToClassName=" ")
NPCReplacements=
(FromClassName="Quetz_Character_BP_AADAberrant",ToClassName=" ")
NPCReplacements=
(FromClassName="Rex_Character_BP_Aberrant",ToClassName=" ")
NPCReplacements=
(FromClassName="Tapejara_Character_BP_Aberrant",ToClassName=" ")

as far as I can tell, all of these still spawn. what am I doing wrong?
< >
Zobrazuje se 16 z 6 komentářů
Molly 23. úno. 2021 v 13.12 
The Start is good but you need the other Class for the Spawn.
Try this:
NPCReplacements=(FromClassName="Deathworm_Character_BP_AADAberrant",ToClassName="Coel_Character_BP_C")

But you need to make a: destroywilddinos
After this the Spawn will stop:steamhappy:
this worked, but only gets one creature disabled, when I add more, only the first one actually gets disabled
Molly původně napsal:
The Start is good but you need the other Class for the Spawn.
Try this:
NPCReplacements=(FromClassName="Deathworm_Character_BP_AADAberrant",ToClassName="Coel_Character_BP_C")

But you need to make a: destroywilddinos
After this the Spawn will stop:steamhappy:
What he did there with an empty string is totally right he don't need stuff like the coel there at all, as the empty sting deletes the spawn

ashtonjohnson2000 původně napsal:
this worked, but only gets one creature disabled, when I add more, only the first one actually gets disabled
also you did add it to the games.ini as this will not work in the gus.ini
Naposledy upravil Flockerkill; 27. úno. 2021 v 21.35
Kraken:1  [vývojář] 3. bře. 2021 v 4.20 
If you've been pasting that exactly, then you have enters after all your equals.

[/script/shootergame.shootergamemode]
NPCReplacements=(FromClassName="Deathworm_Character_BP_AADAberrant",ToClassName=" ")
NPCReplacements=(FromClassName="Euryp_Character_Aberrant",ToClassName=" ")
NPCReplacements=(FromClassName="Moth_Character_BP_Aberrant_BD_C",ToClassName=" ")
NPCReplacements=(FromClassName="NightWyvern_Character_BP",ToClassName=" ")
NPCReplacements=(FromClassName="Ptero_Character_BP_Aberrant",ToClassName=" ")
NPCReplacements=(FromClassName="Quetz_Character_BP_AADAberrant",ToClassName=" ")
NPCReplacements=(FromClassName="Rex_Character_BP_Aberrant",ToClassName=" ")
NPCReplacements=(FromClassName="Tapejara_Character_BP_Aberrant",ToClassName=" ")
thanks kraken, I already discovered that issue, but you're right, it turns out another part of the issue was better dinos changing some of the class names and me not copying them correctly. thats all sorted now but thanks for the help :steamthumbsup:
I'm sorry to necro this post.
But don't you need to have the "_C" at the end off the class name since we are talking about classes here?
At least that is how I have always done it and it has worked. Or can you leave the _C out at the game finds it anyway?
< >
Zobrazuje se 16 z 6 komentářů
Na stránku: 1530 50