ARK: Survival Evolved

ARK: Survival Evolved

ARK Additions: The Collection!
Bishop 2023 年 7 月 23 日 上午 7:30
How do I disable all the dinosaurs but the ones I want?
Is this an option? I want to disable all the dinosaur spawns aside from the Deinosuchus, Archelon and Brachiosaurus. And I don't want the woolly brachio either.
I'm playing singleplayer on the island.
< >
正在显示第 1 - 10 条,共 10 条留言
Capitán 2023 年 9 月 10 日 下午 10:14 
Did you figure it out? If not then I'd be glad to help.
Bishop 2023 年 9 月 10 日 下午 10:28 
引用自 Capitán
Did you figure it out? If not then I'd be glad to help.
I did end up figuring it out myself, Thanks.
Capitán 2023 年 9 月 10 日 下午 10:29 
Np :steamthumbsup:
Schutter 2023 年 9 月 14 日 上午 10:14 
Hi, i'm wondering how you did it could you please comment how. would be very much appreciated
Capitán 2023 年 9 月 14 日 上午 10:32 
引用自 Schutter
Hi, i'm wondering how you did it could you please comment how. would be very much appreciated
You can disable specific creatures using the NPCReplacement, "NPCReplacements=(FromClassName="",ToClassName="")".

Example of disabling the rex. "NPCReplacements=(FromClassName="Rex_Character_BP_C",ToClassName="")"

Example of replacing the rex with a raptor. "NPCReplacements=(FromClassName="Rex_Character_BP_C",ToClassName="Raptor_Character_BP_C")"

"_C" must be included, this will only disable wild dino spawns, tames will remain untouched.
最后由 Capitán 编辑于; 2023 年 9 月 14 日 上午 10:33
Schutter 2023 年 9 月 14 日 上午 11:14 
Thanks for the reply, where do i put it though? in the game.ini?
so i put this whole line in the config:
"NPCReplacements=(FromClassName="Rex_Character_BP_C",ToClassName="")"
Capitán 2023 年 9 月 14 日 下午 1:27 
引用自 Schutter
Thanks for the reply, where do i put it though? in the game.ini?
so i put this whole line in the config:
"NPCReplacements=(FromClassName="Rex_Character_BP_C",ToClassName="")"
That is correct, game.ini, you would replace "Rex_Character_BP" with what ever the creature blueprint is.
Schutter 2023 年 9 月 14 日 下午 1:58 
No header needed or anything just put it in?
And is that with or without the ''
最后由 Schutter 编辑于; 2023 年 9 月 14 日 下午 2:12
Capitán 2023 年 9 月 14 日 下午 10:13 
引用自 Schutter
No header needed or anything just put it in?
And is that with or without the ''
Apologies for the late response, assuming you have already gotten it but if not, correct, no header is required as it uses the header for [/script/shootergame.shootergamemode], so it would be placed anywhere below that header which is in the game.ini by default, you can copy and paste the line and change nothing but Rex_Character_BP.

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

NPCReplacements=(FromClassName="Rex_Character_BP_C",ToClassName="Raptor_Character_BP_C")

Example: https://imgur.com/a/4jpc85v
最后由 Capitán 编辑于; 2023 年 9 月 14 日 下午 10:18
LoneStarredRanger 2024 年 1 月 25 日 下午 12:22 
引用自 Capitán
引用自 Schutter
No header needed or anything just put it in?
And is that with or without the ''
Apologies for the late response, assuming you have already gotten it but if not, correct, no header is required as it uses the header for [/script/shootergame.shootergamemode], so it would be placed anywhere below that header which is in the game.ini by default, you can copy and paste the line and change nothing but Rex_Character_BP.

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

NPCReplacements=(FromClassName="Rex_Character_BP_C",ToClassName="Raptor_Character_BP_C")

Example: https://imgur.com/a/4jpc85v
You are the MVP, just started checking into how to do this today and stumbled upon this post. Thanks
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50