ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
Laffyistired Jul 18, 2018 @ 4:19pm
how to remove spawns
we have a server i like to remove eels and whales so they never spawn
< >
Showing 1-15 of 19 comments
🦊 Hermit Jul 18, 2018 @ 5:01pm 
In the game.ini file:

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.
Laffyistired Jul 18, 2018 @ 5:19pm 
Originally posted by Hermit:
In the game.ini file:

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="")
Last edited by Laffyistired; Jul 18, 2018 @ 5:20pm
Khirareq Jul 18, 2018 @ 5:29pm 
NPCReplacements=(FromClassName="Eel_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 -_-
Last edited by Khirareq; Jul 18, 2018 @ 5:38pm
🦊 Hermit Jul 18, 2018 @ 5:35pm 
Originally posted by Master Obelawe:
like this with the brackets ( )

NPCReplacements=(Eel_Character_BP_C="",ToClassName="")
NPCReplacements=(Leedsichthys_Character_BP_C="",ToClassName="")

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.
Laffyistired Jul 18, 2018 @ 5:43pm 
Originally posted by Hermit:
Originally posted by Master Obelawe:
like this with the brackets ( )

NPCReplacements=(Eel_Character_BP_C="",ToClassName="")
NPCReplacements=(Leedsichthys_Character_BP_C="",ToClassName="")

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

Last edited by Laffyistired; Jul 18, 2018 @ 6:12pm
🦊 Hermit Jul 18, 2018 @ 7:08pm 
Yup, that's correct^^ You may need to remove the alpha leedy seperately though, as I don't think that's covered by the standard leedy creature ID.
Laffyistired Jul 18, 2018 @ 8:53pm 
Originally posted by Hermit:
Yup, that's correct^^ You may need to remove the alpha leedy seperately though, as I don't think that's covered by the standard leedy creature ID.


how do i do that
Vesuvius Jul 18, 2018 @ 9:12pm 
Probably by using
Alpha_Leedsichthys_Character_BP
Laffyistired Jul 18, 2018 @ 9:37pm 
Originally posted by Vesuvious:
Probably by using
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="")
Last edited by Laffyistired; Jul 18, 2018 @ 9:37pm
Vesuvius Jul 18, 2018 @ 9:52pm 
The C is a given :) i just copy n pasted from the spawn command wich has no C.
Laffyistired Jul 18, 2018 @ 10:07pm 
Originally posted by Vesuvious:
The C is a given :) i just copy n pasted from the spawn command wich has no C.


Hermit

told me use this link for the id's

https://ark.gamepedia.com/Creature_IDs
Vesuvius Jul 18, 2018 @ 10:11pm 
Sure... but in almost every case you can grab it from thier spawn command and tack _C on the end :)
Laffyistired Jul 18, 2018 @ 10:20pm 
Originally posted by Vesuvious:
Sure... but in almost every case you can grab it from thier spawn command and tack _C on the end :)


ok cool :) thank you
Laffyistired Jul 18, 2018 @ 10:21pm 
and big thank you for you all for helping on this

@Hermit
@Khirareq
@Vesuvious
🦊 Hermit Jul 18, 2018 @ 10:38pm 
Glad to be of assistance^^
< >
Showing 1-15 of 19 comments
Per page: 1530 50

Date Posted: Jul 18, 2018 @ 4:19pm
Posts: 19