Jump to content

Can I change the hound attacks from none to default after world generation?


Recommended Posts

Hi @Aron222, welcome to the Forums!
Try this command (make sure to execute it remotely), I believe this should do what you want. You might need to restart the server to apply the changes.

TheWorld.topology.overrides.hounds =nil  (thanks Cuikui for the correction)

Let us know if it worked!
Also, I'm not a Lua expert, so correct me if I made a mistake or someone knows a better code.

Link to comment
Share on other sites

2 hours ago, Cuikui said:

The default option is obtained by the absence of value, you must use


TheWorld.topology.overrides.hounds = nil

and restart the server.

Tested this and worked on a caveless server, thanks! I suppose it should work on a server with caves enabled too, right?

I'll edit my first post.

Link to comment
Share on other sites

On 6/6/2020 at 7:12 PM, Cuikui said:

The default option is obtained by the absence of value, you must use


TheWorld.topology.overrides.hounds = nil

and restart the server.

Ill try it, I hope it will work. Im going to edit my response when I tried it.

Edit: It worked, thank you for helping me!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...