Auto-translated
Place any object on the map, open the settings tree, and there, in the shared section, select W_Dno_Down.xdb. It's located in buildings/subterra, if I'm not mistaken (this isn't a tool, though).
New here? I'm Roha — want a quick tour?
Place any object on the map, open the settings tree, and there, in the shared section, select W_Dno_Down.xdb. It's located in buildings/subterra, if I'm not mistaken (this isn't a tool, though).
Thank you, the object fell down and created a chasm :) . However, you'll need to use larger objects, otherwise it will take too long.
the abyss will always be the same size. w_dno_down, in my opinion, does not depend on the initially placed object.
I started making a map, but I forgot to switch it from single-player to multiplayer. Is it possible to do this with a finished map, or will I have to recreate it for multiplayer?
Does anyone remember how to manage the Refugee Camp on a map:
-Set the starting creature,
-Change it whenever you want (maybe with scripts),
-Set several creatures for recruitment?
I know there was such a feature, but I don't know how it works.
I didn't quite understand the essence of the question ;)
You can implement it with a script - then the dwelling is disabled, and a script is written to provide the desired creatures.
You can also do it by modifying the game - then the dwelling works in normal mode (for example, I gave it Orcish and Dwarvish creatures; or you can make only one type of creature available there).
Added 5 minutes ago
[/U]Is it possible to implement a system where, upon entering a camp, we receive a random creature from a specific set: Bone Thrower, Priest, Tanglewood (and their upgrades – a total of 9 types)? Is that what you mean?
Well, you can achieve such a distribution using scripts;
regarding the settings tree, try it out; maybe it actually works.
What about using scripts? To write an awesome function? After all, we need to somehow make it so that you can recruit any number of creatures from the available ones (2 out of 5, 3 out of 5), and not just all at once or one at a time. And how will this work with the recruitment window? Will scripts be linked to it?