安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
replace NAMEOFCREATURE to the creatures you want to remove.
Acrocanthosaurus_Character_BP_C
Archelon_Character_BP_C
Brachiosaurus_Character_BP_C
Concavenator_Character_BP_C
Cryolophosaurus_Character_BP_C
Deinosuchus_Character_BP_C
Xiph_Character_BP_C
you need one line for each creature you want to remove, so if I wanted to remove acros and xiphactinus my ini would look like this:
NPCReplacements=(FromClassName="Acrocanthosaurus_Character_BP_C
A",ToClassName="")
NPCReplacements=(FromClassName="Xiph_Character_BP_C",ToClassName="")
the creature blueprint names can be found on the wiki.
https://ark.fandom.com/wiki/Mod:ARK_Additions
EDIT: fixed the names of the example creatures
That worked! Thank you so much! If I do a local co-op game, does my friend have to do the same to their files, if I'm host?
Edit/Update: That didn't actually work? On some? The fish and Acroc are still spawning. I even redid it and reposted. Here's all the code I have in it.
NPCReplacements=(FromClassName="Acrocanthosaurus_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Concavenator_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Cryolophosaurus_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="AbyssalXiph_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Xiph_Character_BP",ToClassName="")
Edit 2: I think it's fixed now with that code? I guess a dinowipe was needed from when I fixed one last time.
Scratch that. Still spawning. I'm not sure why.
https://ark.fandom.com/wiki/Mod:ARK_Additions/Acrocanthosaurus
the spawn command is listed as
admincheat SpawnDino "Blueprint'/Game/Mods/Additions_Pack/Acrocanthosaurus/Dinos/Scorched_Acrocanthosaurus_Character_BP.Scorched_Acrocanthosaurus_Character_BP'" 500 0 0 35
you are looking for the final portion after the period. So the dino name you need for the scorched variant is "Scorched_Acrocanthosaurus_Character_BP"
unfortunatly I dont know of any list that anyone has compiled, but this is what I use to modify the spawn rates on my own server.
EDIT. You also need to add "_C" to the name of the blueprint. So the above example would be "Scorched_Acrocanthosaurus_Character_BP_C"
I had made this list:
NPCReplacements=(FromClassName="Acrocanthosaurus_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Concavenator_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Cryolophosaurus_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="AbyssalXiph_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Xiph_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Scorched_Acrocanthosaurus_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="OceanXiph_Character_BP",ToClassName="")
NPCReplacements=(FromClassName="Bog_Acrocanthosaurus_Character_BP",ToClassName="")
However they still are spawning, I believe. (I'll have to double check with another wild dino wipe) It goes under [ARK_Additions_Brachiosaurus] in the GameUserSettings.ini right?
Edit: Tested. Still spawning.
no, they go in your game.ini
They are still spawning. I don't understand. I put it in the config at the bottom. In ShooterGame all the way in WindowsNoEditor. I think that's the correct place? It's what I found online, at least. If it works, I'm assuming it'll just despawn the dinos, and a wild dino wipe is not needed?
NPCReplacements=(FromClassName="NAMEOFCREATURE_C",ToClassName="")
replace NAMEOFCREATURE to the creatures you want to remove.
Acrocanthosaurus_Character_BP
Archelon_Character_BP
Brachiosaurus_Character_BP
Concavenator_Character_BP
Cryolophosaurus_Character_BP
Deinosuchus_Character_BP
Xiph_Character_BP
you need one line for each creature you want to remove. Tthe creature blueprint names can be found on the wiki.
https://ark.fandom.com/wiki/Mod:ARK_Additions