Lt.Master 78 Posted July 18, 2019 (edited) Installation What do you need ? How to install DayZ Tools ? Setting up the CE Editor ChernarusPlus and Livonia (and loading a existing project) From scratch (for map makers and advenced users) Map AI spawnpoints (Infected, animals) Loot spawnpoints and Tiers zones Using the CE Editor The Controls AI spawnpoints (Infected, animals) Infecteds Wolves Pigs Loot spawnpoints and Tiers zones Saving your work AI config Loot econnomy config Playing with your custom config 1. Installation 1.1. What do you need ? DayZ installed on your computer DayZ Tools installed on your computer 1.2. How to install DayZ Tools ? Open steam => Place your mouse cursor on "Library" to open a dropdown menu => Click on "Tools" Now search for "DayZ Tools" and download it 2. Setting up the CE Editor Now launch the Tools by Right clicking on it and click on "Play Game..." If a pop up ask you what steam need to launch, select "Play DayZ Tools" You should now see a software named "DayZ Tools" with a lot of buttons ! You know want to click on the "Economy Editor" button as shown on the next screenshot. P.S. as you probably saw, you will have a some text at the bottom indicating if everything is working. Make sur you have at least the Tools as Y 2.1. ChernarusPlus and Livonia Download this package : https://github.com/BohemiaInteractive/DayZ-Central-Economy/archive/master.zip If the link is no longer working go take a look here Now extract the zip ! You should now have a "DayZ-Central-Economy-master" folder with 2 folders and 1 file Comeback to your DayZ CE Tool and open the file "chernarusplus.xml" located inside DayZ-Central-Economy-master > CETool > ChernarusPlus This is going to create a complete project for Chernarusplus in 1.04 at the time I'm writting this guide. You should now have a similar result than mine screenshot (click me if you want to see it in very big) Congratulation ! You have a working project ! You can now skip to the part 3 "Using the CE Editor" 🙂 2.2. From scratch (for map makers and advenced users) This guide from @Matthew Longtime should explain you the basics of how to do it. I sadly don't have time to complete this part of the guide. 2.2.1. Map 2.2.2. AI spawnpoints (infected, animals) 2.2.3. Loot spawnpoints and Tiers Zones 3. Using the CE Editor 3.1. The Controls CTRL + Mousewheel => Zoom and Dezoom on the map at your cursor SHIFT + Mousewheel => Navigate Verticaly ALT + Mousewheel => Navigate Horizontaly CTRL + S => Save your project CTRL + SHIFT + S => Save also your project and export all the data (long process) Shift + S => Switch to "Select/move territory zones" mode Shift + A => Switch to "Place new zones into territory" mode Shift + D => Delete the selected territory zone All checkbox allow you to see permanently (until you turn it off) the information of this checkbow (tier zone, zombies spawn points, fresh water location, etc). If you want to turn of all the layers click on "hide all" located on the top left of the software If you don't see the Left or Right window of the tool (or even the map) open the "View" tab on the top left corner to active the missing(s) window(s). 3.2. AI spawnpoints (infected, animals) The right of the software should have two windows "Territory Types" and "Properties". If it's not the case it means it's gone somewhere it shouldn't... Good luck ! 🙂 3.2.1. Infecteds In the Territory Types window you should see a item named "zombie_territories" with a closed dropdown. Open it ! Here we have all the types of categorise of zombies like Army, Medic or Police for example. Let's say I want to add some military and religious zombies at the main airfield of the map ! I'm going to select the "Army" tab and click on the big green Plus You should also start to see some new stuff on the map with a green color and a zombie logo in the middle of thoses circles. This is where Military zombies are going to spawn ! Because I have choosen to click on the "Plus" button, I am going to add a new zombie spawnpoint instead of modifying one explainning why a new circle just popped on the second screen Howerver as you can see we have not a zombie icon inside this new green circle... What we want to do is to select the "Hand" button which is next to the "Plus" button as shown And select your new zone As you can see a red dotted square is showing us what zone we have selected while the "Properties windows is not anymore locked ! Color and opacity is only here to help you to visualise better The total of entity on the map Because I have selected the "Army" tab this is the total number of military infected on the map Help you to decide if a zone should be in front of any other clipping zone or behind The radius of the zone, the minimum you can set is 50 The static is the min and max of infected who should spawn even if not a single player is around (THIS INFORMATION NEED TO BE VERIFIED) The dynamic is the minimum and maximum number of infected that can spawn if a player is nearby What the zone is ? Mostly used for animals, the names speaks by themself. But for the zombies we are only going to use the "Dynamic Event" Now that you have selected the "Dynamic event" the icon changed to a zombie and you can now write into the little input box. This is where we are going to tell the game what type of infected are really going to spawn ! (yes even if we are inside the "Army" tab we have to tell what type of zombies are going to spawn). the file events.xml from your mission (e.g. dayzoffline.chernarusplus/db/events.xml) will contain all the categories of Infected you can use and spawn. Here is a list of the most common categories you will find: Spoiler Village => InfectedVillage Army => InfectedArmy Firefighter => InfectedFirefighter Industrial => InfectedIndustrial Sollitude => InfectedSolitude City => InfectedCity Medic => InfectedMedic Prisonner => InfectedPrisoner Religious => InfectedReligious Police => InfectedPolice We want to spawn military zombies so we are going to write "InfectedArmy" inside the input box and we going to set a minimum and maximum number of zombies for this zone with a custom radius as shown in the next picture Now we can repeat the process to add a new Religious group but you are maybe going to get a result similar to mine How can I see the military zones while playing with the religious zones ? Just by doing that ! (see image bellow) 3.2.2. Animals This time, instead of having one tab for one "type" of zombie we have one tab per group. The idea is to keep the group of animals where we want because we don't want our wolves to go for no reason outside the map or to travel the entire map just to go drink some water... We are going to do a right click on "wolf_territories" and "Add Terriroty" to create our new group of wolves ! Now a new "Territory" should have been created at the bottom of the list with a black opaque color by default You can change the opacity and the color if you want to follow the color code used for the other "territories". Oh and you can also rename your new ''territoryxxx" by right clicking on it ! We are now going to add some "zones" by choosing the "plus" button and click on the map where we want to. In my case I am going to place my zones nearby Blake lake (East of Krasnovtav and North of Berezino) If we inspect the properties of this zone we can see the zone is set by default to "HuntingGround" meanning is going to hunt for animals and survivors in this area. Spoiler Rest => Where the group of animals are going to rest Graze => Where the group of HERBIVORE animals are going to eat Water => Where the group of animals are going to drink water HuntingGround => Where the group of CARNIVORE animals are going to hunt All you have to do is to create more zones and change the "AI Usage" to diversify their behavior. You don't have to touch to the Static and Dynamic values with the animals. Now you have probably understood how to create and modify a "territory" but in case you still don't know how to modify a existing "territory" all you have to do is to select it and use the "cursor" button to select a "zone" and tweak the values ! 3.3. Loot spawnpoints and Tiers zones In this guide I am assuming you know how the loot is spread on the map. This topic need a seperate guide on itself so I wont explain it here..... But let's explain what all those colors means on your screen ! Spoiler water-fresh => Where the water is clean "fresh" keyPoint-Churches => Where the Churches are located on the map valueFlg_Tier1 => The Tier 1 area valueFlg_Tier2 => The Tier 2 area valueFlg_Tier3 => The Tier 3 area valueFlg_Tier4 => The Tier 4 area ushFlg_Def-All => All the loots location from all the types of locations ushFlg_Def-Coast => All the loot spawns related to boats ushFlg_Def-Farm => All the loot spawns of farms, barns, small shacks ushFlg_Def-Firefighter => Do I really need to explain you all of them ? ushFlg_Paint-NameHere => I have no clue at all what do they do... Some of them are empty or outdated (just look at the military one and go to airfield) IF SOMEONE KNOW WHY THIS FLAGS EXIST PLEASE TELL ME As you see on the picture bellow we can see all the military loot location if we have selected the "ushFlg_Def-Military" If I want to set the Prison Island as a Firefigher loot area for one or two building this is what I need to do : Select the "ushFlg_Def-Firefighter" and zoom to the prison island, you should just see the map of the island and some water around it. Just under the map on the bottom left corner you should be able to see a checkbox names "Paint mode" as shown in the picture When activated you are probably going to loose the bottom part of your software. And here we have a issue, the Properties of the "territories" is overlapping the "Brush" window ! My personnal solution is to take the "Properties" window and move it somewhere else the time to do my manipulation. If you prefer to keep the "Properties" window at the original place you can also take the "Brush" window and do the same. Now you maybe want to get your bottom part back, just press twice this icon on the top right corner. Now you should have everything back and you have now a yellow cursor while navigating on the map ! Before painting everywhere let's see what the "Brush" window as to offer Spoiler Left click for Painting Right click for Erase Size is for the size of your cursor for painting/erasing Color and opacity is just for you to help you to see better what you are doing, nothing else Outline is exactly what you are thinking about I have painted where I wanter my loot to be categorized as firefighter loot as you can see It's as simple, just try to make it cleaner than my example if you don't want any surprise😅 4. Saving your work You can use press CTRL + S to save or CTRL + SHIFT + S to save and export all the data (long process) Or you can also go here 4.1. AI config If you want to save only your Territory Types config files (zombies/animals spawn points) you can use the following options : CTRL + SHIFT + S => going to save and export everything (long process) Export Selected => Export the selected territory (in this case the "zombie_territories") Export All => just as you expect, export all the Territories as once You should now have a new folder inside your project nammed "territoryTypes" with the config(s) file(s) you have exported 4.2. Loot economy config The only option I know is to do the "CTRL + SHIFT + S", this is going to take some times and will create a new folder for you with a big file named "chernarusplus.map" or "yourprojectname.map" inside the map folder as shown on the screen. 5. Playing with your custom config All you have to do is to take your territoryTypes files and drag them inside the "env" folder of your mission to replace them (you can also do a backup in case) If you want to use your custom loot location config, you need to go the folder "map" and also drag and drop the "chernarusplus.map" (or the name your projecthave.map) inside your mission and not inside db, env or storage_something ! After that, you just need to rename yout "chernarusplus.map" to "areaflags.map" (you probably need to rename or delete the old file using this name before doing that). However I am not sure if it's the only needed step for this file, if someone can confirm that please 🙂 Edited April 9, 2022 by Lt.Master Removed useless parts 1 6 1 Share this post Link to post Share on other sites
Matthew Longtime 11 Posted July 19, 2019 I am sure people will appreciate a written tutorial of my video 🙂 Some people don't like videos so its always good for have text tut and also thanks for sharing my video 1 Share this post Link to post Share on other sites
Lt.Master 78 Posted July 19, 2019 26 minutes ago, Matthew Longtime said: I am sure people will appreciate a written tutorial of my video 🙂 Some people don't like videos so its always good for have text tut Well it was planned since last week that I was going to write a guide for the CE Editor but you released this video a couple of days ago so now I can share a video along side my written guide x) 26 minutes ago, Matthew Longtime said: and also thanks for sharing my video Not a lot of people make videos to help others 😉 1 Share this post Link to post Share on other sites
nicocopertari 1 Posted August 2, 2019 Genio ahora si entiendo como se usa ese archivo, estaba cambiando la ubicación de los zombies a mano, muchas gracias, lo que si, necesitaría ayuda para tener un administrador para mi server vanilla, omega o algo similar, no se comandos de reicinio de server o la variedad de comandos o como matar mi personaje cuando caigo en el agua, Xd, gracias por todo.. Share this post Link to post Share on other sites
Smitt14ua 0 Posted August 28, 2019 Not working for me. I changed loot spawn zones and nothing, no difference. Created .map file, renamed it to areaflags.map and put it to mission folder. Is exist way to remove all loot spawn points in zone? Share this post Link to post Share on other sites
Sauwercraud 13 Posted August 28, 2019 Same for me, didn't change the Prision Island to Tier 4 😞 Share this post Link to post Share on other sites
Matthew Longtime 11 Posted August 29, 2019 21 hours ago, Smitt14ua said: Not working for me. I changed loot spawn zones and nothing, no difference. Created .map file, renamed it to areaflags.map and put it to mission folder. Is exist way to remove all loot spawn points in zone? You will have to delete the storage and reopen the server and you also may have to add a script into the init.c Share this post Link to post Share on other sites
Smitt14ua 0 Posted August 29, 2019 9 hours ago, Matthew Longtime said: You will have to delete the storage and reopen the server and you also may have to add a script into the init.c Ok, it works. I tried to remove all loot spawns in houses on place, but is no way to do it. Share this post Link to post Share on other sites
Sauwercraud 13 Posted August 30, 2019 (edited) 13 hours ago, Matthew Longtime said: You will have to delete the storage and reopen the server and you also may have to add a script into the init.c Still didn't work for me, the loot in the Zone I defined is not Tier4. Edited August 30, 2019 by Sauwercraud Share this post Link to post Share on other sites
Smitt14ua 0 Posted September 3, 2019 On 8/30/2019 at 5:02 AM, Sauwercraud said: Still didn't work for me, the loot in the Zone I defined is not Tier4. Did you replaced/added areaflags.map to the mission folder? It's file with extension .map which has been generated by CE Editor. Share this post Link to post Share on other sites
Sauwercraud 13 Posted September 4, 2019 (edited) @Smitt14uaI did, somebody at the Modder Discord mentioned,that it might bug the loot. I have now Tier4 loot spawning in villages instead of the military Tier4 Edited September 4, 2019 by Sauwercraud Share this post Link to post Share on other sites
agresorxf 7 Posted December 19, 2020 Hey. I have a couple of questions. 1. Zombie spawn points can they overlap ? 2. Im doin custom spawn points and zombie amount on my server. Want to make them slow but mass of them, especially in military objects and towns. For example Chernagorsk town, what do You suggest to set, how many spawn points and what zombie ammount ? Share this post Link to post Share on other sites
JenniferJames 0 Posted May 15, 2021 Not working for me. I changed loot spawn zones and nothing, no difference. Created .map file, renamed it to areaflags.map and put it to mission folder. Is exist way to remove all loot spawn points in zone? Share this post Link to post Share on other sites
cjpweb 0 Posted February 6, 2023 Hi, Not sure if this forum is still active. I created new army infected zombies but when i click export selected, i can not find they are exported to, I can not find territoryTypes folder anywhere or the zombie_territories file that i edited. Can anyone tell me where they are located. Share this post Link to post Share on other sites
Johnstonecooper 0 Posted April 8, 2023 this is super old i would like the newest map to try this on Share this post Link to post Share on other sites
Johnstonecooper 0 Posted July 23, 2023 If someone in Bohemia would not mind updating the files that we download from the GitHub or giving us a link to the files to the updated version because when we load up this one and we try to use the files I got to say they're so old they don't have the correct locations zombies get stuck in trees buildings ground you hear them groaning under the map it is very ridiculous so if you wouldn't mind. I think everybody would like an updated version of the area Flags in the format of Dot xML instead of map file without an explanation how to convert it to use it with the Dayz CE tool. Without something that's up to date well let's just say this post if no one's going to maintenance it monitor it update it was made in 2018 it is now 2023 can somebody please update the info for the GitHub download last time it was updated was over a year ago Share this post Link to post Share on other sites
Hell-Gamer 0 Posted December 2, 2023 This is old but maybe someone will see this, I have a custom map, I have placed lot's of buildings. But in CE editor I cannot see my buildings, my map is there but no objects. My question is how do I get my full map out of the game or out of Terrain Builder with all the objects in place so I can mark them in CE editor? Share this post Link to post Share on other sites