Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
NPCReplacements=(FromClassName="",ToClassName="")
Put the creature you want to remove in the first quotation marks. Leave the second blank if you wish to just remove them, or you can add a second in the next quotes to swap that spawn for something different.
Use the 'Entity ID' field here:
https://ark.gamepedia.com/Creature_IDs
So for example, the electrophorus would be "Eel_Character_BP_C" in the quotes.
like this with the brackets ( )
NPCReplacements=(Eel_Character_BP_C="",ToClassName="")
NPCReplacements=(Leedsichthys_Character_BP_C="",ToClassName="")
NPCReplacements=(FromClassName="Leedsichthys_Character_BP_C=",ToClassName="")
You had a " in a wrong spot
You will also need to do DestroyWildDinos as any eels and whales currently spawned won't be removed, so you need to nuke the lot and let fresh wild dinos spawn in (The above commands stop dinos of that type from spawning)*
*Well, that's how it worked when I ran a server a year ago. If it has changed I'm sure there'll be 30 people commenting I'm wrong
EDIT: Crud, I didn't notice the missing bit until Hermit below pointed it out -_-
You do need the 'FromClassName=' and 'ToClassName=' in there, careful not to remove them. So for the eel it'd be:
NPCReplacements=(FromClassName="Eel_Character_BP_C",ToClassName="")
Also what Khira said about a dino wipe is correct, a code like this will only affect new spawns, not creatures already in the world.
so it should be then
NPCReplacements=(FromClassName="Eel_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Leedsichthys_Character_BP_C",ToClassName="")
just added these 2 lines to both our servers
hope this is now right
how do i do that
Alpha_Leedsichthys_Character_BP
you forgot the c
Alpha_Leedsichthys_Character_BP_C
hope thi is right i added this now
NPCReplacements=(FromClassName="Alpha_Leedsichthys_Character_BP_C",ToClassName="")
Hermit
told me use this link for the id's
https://ark.gamepedia.com/Creature_IDs
ok cool :) thank you
@Hermit
@Khirareq
@Vesuvious