as the title says, I have an issue with animals spawning inside a players house on my server. so far a wolf and a bear.
how can i move/remove that spawn point?
thank you
Re: animal spawn inside player house
2animal spawn locations are generated randomly on every server start
there's an animal spawn patterns xml with a ruleset for the spawn locations that you might want to take a look at.
there's an animal spawn patterns xml with a ruleset for the spawn locations that you might want to take a look at.
Re: animal spawn inside player house
3Your house is not on a cobbled area, but on a forest or fertile land, so living creatures spawn inside the house
A practitioner will always shoot a theorist ...
P.S. Russia, Siberia
P.S. Russia, Siberia
Re: animal spawn inside player house
4I'll have to dig into that file. thank you.
It's definitely on paved ground. Marble to be exact. I used f8 to look under the floor as that was my first suspicion.
edit- after looking at that file i see that bears and wolves can spawn on substance 11. no other creature can. now i just need to find out what substance 11 is..
It's definitely on paved ground. Marble to be exact. I used f8 to look under the floor as that was my first suspicion.
edit- after looking at that file i see that bears and wolves can spawn on substance 11. no other creature can. now i just need to find out what substance 11 is..
Re: animal spawn inside player house
5did you check your GM log to make sure somebody spawned these animals manually?
animals don't spawn on paved ground.
animals don't spawn on paved ground.
Re: animal spawn inside player house
6cm_substances.csGнosт wrote: 19 Feb 2021, 08:19 I'll have to dig into that file. thank you.
It's definitely on paved ground. Marble to be exact. I used f8 to look under the floor as that was my first suspicion.
edit- after looking at that file i see that bears and wolves can spawn on substance 11. no other creature can. now i just need to find out what substance 11 is..
singleton Substance(rockfrag)
{
ter2_id = 11;
terrainMaterialName = "Rock_frag";
A practitioner will always shoot a theorist ...
P.S. Russia, Siberia
P.S. Russia, Siberia
Re: animal spawn inside player house
7I did check the logs. There was no funny business.
I made the server re-do the navmesh, just in case that was an issue.
It hasn't happened again since then, so I'm hoping it was just a 1 time bug or something.
If it happens again I'll update this post.
Thanks for your help.
I made the server re-do the navmesh, just in case that was an issue.
It hasn't happened again since then, so I'm hoping it was just a 1 time bug or something.
If it happens again I'll update this post.
Thanks for your help.