Jump to content

Recommended Posts

what is a koyun?

for things that are already generated in the world, you can type c_removeall(x), this will remove ALL of the specified thing in the map, so use carefully

x being replaced with the prefab name, you can find the prefab name on the wiki, the highlighted "decidioustree" is the prefab name of the birchnut tree in this example, make sure to put it in quotations ("x") when you type it in

image.png.56c24f307afdb0f4e1bd011d9818b099.png

But for things that appear periodically and aren't pregenerated like hound attacks and butterflies spawning from flowers, you can still disable them in the world settings

Edited by Draggofroot
  • Like 1

I also want to know what a koyun is. I googled the term and it looks like it might be Turkish for "sheep". Maybe koyun is the Ewecus?

I don't think you can turn off the Ewecus without also turning off Vargs. I believe they are both controlled with the "hunt surprises" world setting.

Just now, GimplyGoose said:

I also want to know what a koyun is. I googled the term and it looks like it might be Turkish for "sheep". Maybe koyun is the Ewecus?

I don't think you can turn off the Ewecus without also turning off Vargs. I believe they are both controlled with the "hunt surprises" world setting.

if this is the case then you could just do c_removeall("spat") and replace it with

a varg: c_spawn("warg")

or a koalafant:

c_spawn("koalefant_summer")/c_spawn("koalefant_winter")

 

idk you do you

11 hours ago, GimplyGoose said:

Я тоже хочу узнать, что такое коюн. Я погуглил, и, похоже, это турецкое слово, означающее «овца». Может быть, коюн — это эвекус?

Не думаю, что можно отключить эвеков, не отключив заодно варгов. По-моему, они оба управляются с помощью настройки «неожиданные сюрпризы охоты».

image.png.d738fa7ba4620168cf5d5b913284af39.png

  • Like 1
9 hours ago, sasanay said:

image.png.d738fa7ba4620168cf5d5b913284af39.png

ah, im pretty sure you can still disable their spawning in the world settings

and c_removeall("buzzard") should remove already existing ones

14 minutes ago, Ugur01 said:

Can I use this command instead of

IMG_20260429_233436.jpg.cf079e058176290015a8b7732d501867.jpg

this is the exact code behind c_removeall(), this works but its longer to type than just c_removeall()

(the count variable is technically useless, it's there to "report" results if that makes sense)

image.png.06c3d4f4c31750c5e38e375b690b3bc6.png

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...