Home » Articles » News

The One Stop TileZed Mapping Shop (2023)

The One Stop TileZed Mapping Shop (2023)
"1Here you will find a (hopefully) comprehensive guide to map modding using TileZed, from scratch, to uploading to Steam Workshop.Step 1) Installation and setupSpoiler- Download the latest version of TileZed herehttps://theindiestone.com/forums/index.php?/topic/50425-latest-tilezed-worlded-and-tilesets-march-14-2022/(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});3‒‒:‒‒/01:00







NextStay
Step 2) Creating a new map- Creating A Master ImageSpoilerThe first thing you need to do to create a new map mod is to create some basic images you can import into WorldEd. You will need a paint program such as Paintshop, Gimp or Paint.Net (I use paint.net and it works great).Open your paint program of choice and create a new image, each pixel of the image will correlate to 1 tile when in game, so, if you want to create a map that is a single ""cell"" in size, you would create a 300x300 pixel image. If you wanted to make a 2x2 cell map you would create a 600x600 pixel image etc. Once you have created your new blank image save it as a png file (eg. MainMaps.png), this is so you can work with multiple layers, which will make your life way easier!(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});- Creating The Base Map ImageSpoilerNow you have your blank map image up and ready we need to setup the exact colours we will be using to draw the game world (when importing your image into WorldEd every pixel gets read and converted into the relevant tile (if the colour is recognised by WorldEd)). Use your programs colour palette to enter the colours below using the RGB values given:-----Base Map Colours----Dark Grass | 90 100 35Medium Grass | 117 117 47Light Grass | 145 135 60Sand | 210 200 160Light Asphalt | 165 160 140Dark Asphalt (main roads) | 100 100 100Medium Asphalt | 120 120 120Gravel Dirt | 140 70 15Dirt | 120 70 20Dark Pothole | 110 100 100Light Pothole | 130 120 120Water | 0 138 255----Veg Map Colours----Dense Forest | 255 0 0Dense Trees + Dark grass | 127 0 0Trees + grass | 64 0 0Mainly grass, some trees | 0 128 0Light long grass | 0 255 0None (black) | 0 0 0Now you are ready to start drawing your base map, for now you should ignore all the colours listed after water as you will be drawing these onto separate vegetation map layers.Example:Spoiler(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});MAKE SURE TO TURN ANTIALIASING OFF AND CHANGE BLEND MODE TO OVERWRITE BEFORE HAND! (otherwise you will get colours not recognized by WorldEd, leading to extra work later).- Creating The vegetation Map ImageSpoilerNow you have created your base layer which should contain your main roads (using the dark asphalt colour), paths and side roads (light asphalt, dirt, gravel dirt), dirt, water, sand and grassy ground (dark/medium/light grass), save this image as a BMP (eg. MyMap.BMP) (if warned about flattening the image just select yes/continue/ok) it's now time to start drawing the vegetation map on a new layer.Close the BMP image you just saved and create a new layer on your original .png,have it above your base layer (it should put itself there automatically), copy your original layer and paste it onto the new layer, then hide/untick your base layer. On this new layer start by selecting the None(black) colour from above and flood fill all the roads (and any other area where you do not want vegetation to grow such as water, sand etc (erosion vegetation will still work fine)) and delete any/every other colour from this layer, leaving just the black areas you just created.(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});Now start drawing the other five colours (the ones you ignored when creating your base map) on places where you do want vegetation to spawn. Start off with using a seperate layer for each colour, starting with the Light long grass, just flood fill that entire layer with it, then drag your black ""no veg"" layer above it, this allows you to see the road/building layout easily. Then work your way up through the other colours (creating new layers for each one, each one above the last in the order list) as needed, all the way to the dense forest one. Save your PNG now, you're going to make some temporary changes you dont want to save.To save this as a vegetation image, make sure your base layer is still hidden/unticked (so only your vegetation layers are visible) and then start merging your vegetation layers together, from the top down. You should now be left with 2 layers, a single vegetation layer, and your hidden base layer, save the image as a BMP (eg. MyMap_veg.BMP) (if warned about flattening the image just select yes/continue/ok), note that this image MUST be saved with the same name as your base map BMP with the added ""_veg"" at the end, it must also be saved in the same folder as your base map BMP.Once you have saved the veg map BMP, close that image and then close your PNG WITHOUT saving, unless you want your vegetation layers to be permanently merged, making it a lot harder to make edits, if needed, in the future.Example:Spoiler- Creating The Zombie Spawn Map ImageSpoilerYou will also need to create a new image called a zombie spawn map to tell the game about the density of zombies in our map, this is a black and white image that is 10x smaller than your base and vegetation images, so, if your map image is 600x600 pixels, your zombie spawn map would be 60x60. Start by flood filling it black (black means no zombies), then add white and grey lines/circles/patches where you want zombies to spawn, white is highest density, getting lower and lower with darker greys. (example), Save this in the same folder as your base map and veg map, again giving it the same name but this time with the ""_ZombieSpawnMap"" suffix (eg. MyMap_ZombieSpawnMap.BMP). It can be handy to make sure anti-aliasing is enabled when creating this image as it will naturally add shades of darker grey around any white or greys you place.You now have all the required images to create a new world in WorldEd.Example:Spoiler(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});- Importing into WorldEdSpoiler(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});Open TileZed, click on the Tools menu and then Click on WorldEd, this will open a new window, click on New, give it the size of your map (e.g. 2 cells x 2 cells) and click ok, you will now see a number of numbered squares depending on the size of your map. Each one of these squares represents an in game Cell (300x300 tiles). Now, navigate to the folder where your map mod images are stored and drag and drop the base image (MyMap.BMP) into the WorldEd window, making sure it covers all the numbered squares correctly. Once done, click on File and then BMP to TMX, on the window that pops up, click on the 3 dots in export directory and create a new folder (e.g. MyMapMod) for your mod and click on select folder, then before you press ok, make sure ""Assign generated maps to world"" and ""Report unknown colours"" are both ticked, then click ok. Click ok on the sanity check (make sure you aren't accidentally overwriting the wrong mod etc) and WorldEd will do it's magic. You MUST have at least your base map image and your veg image made and in the same folder before WorldEd will allow you to import a map image.Now, if you forgot to turn anti-aliasing off, WorldEd will probably pop up and tell you your image contains rogue colours, it will then list each rogue colour found along with the co-ordinates (in pixels) of every pixel with this rogue colour, you will need to open your images, find ALL of these pixels/colours, replace them with the correct colour(s) from step 2 then re-import into Worlded, otherwise you will end up with errors in your game world when it comes time to play.If WorldEd didnt throw up any colour errors then all you need to do now is click on file and save, give your world a name (I like to use the same name as the map to avoid confusion) and save, you now have the basics of a new map, to which you can now start adding buildings and world detail!(Video) How to make a map in Project Zomboid Build 41Step 3) Creating/Adding custom buildingsNavigate to your TileZed folder and create a new folder inside named Buildings, this is where you are going to save any buildings you make or download.- How to create custom buildingsSpoilerOpen TileZed.Click on Tools then Building EditorIn the new window click on New Building.In the settings window that pops up you can choose a template and the plot size for your building.The templates provide pre-made room definitions for certain types of buildings, which are crucial for spawning the correct loot in the right places.(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});For now choose “none” for the template and leave the plot size at 20x20 tiles. It's always best to make your plot a bit bigger than your actual buildingand surroundings will be as you can shrink your plot to match your finished building later.Click OK.You will be presented with a grey screen with a grid of 20x20 squares. For now, make sure Iso is selected on the left of the window.The first thing you need to do now is create some room definitions for your new building, this will allow the game to spawn the correct loot into theright places, such as food into kitchens, clothes into bedrooms, medicine into bathrooms etc. At the top of the window, click on Buildings and then RoomsSee AlsoPreise in Kroatien Juli 2022 Preise in Restaurants, fuer Speisen und Getränke, Transport, Kraftstoff, Appartements, Hotels, Lebensmittel, Kleidung, WährungTélécharger Food & Drink Infographics. Le guide visuel des plaisirs
culinaires PDF eBook En Ligne Simone Klabin;Julius WiedemannFood and drink - Project 1999 WikiDesigner city unlimited money(or you can use the Rooms icon on the toolbar). In the small window that popped up. click on the + in the bottom left to add a new room type. On the rightyou can now give your new room a name which can be anything you want, and an internal name, which MUST match one of the names in this list:You can now draw your new room on the tile grid by clicking and dragging with the left mouse button (make sure the Draw Room tool is selected at the topof the window). Notice how the colour of the tiles turns to the colour you selected for your room in the previous step. Once you let go of your leftmouse button your room will appear. You can change the shape of the room by clicking and dragging more pieces that connect up, or by holding CTRL andclicking/clicking and dragging to delete parts of a room.You will see that placing tiles of the same room type next to each other will automatically delete the internal wall between them, and placing tiles ofdifferent room types (e.g. living room and kitchen) next to each other will maintain the internal walls. You can create new internal walls (or deleteinternal walls) using the Place Wall tool (located tothe right of the Draw Room tool). Simply click on the Place Wall icon, select the tiles you wantto use for it's interior and exterior facing walls as well as grime etc and then left click and drag your wall on the tile grid, right clicking on awall you place will delete, to edit it's length, left click on one of its ""ends"" and drag.So now you've finished placing the rooms for your ground floor you probably want to place some windows and doors.Click on the Place Doors tool at the top left of the window, then using the tile and furniture menu on the right, use the Doors and Door Frames optionsto select the door you want to use, then simply click on the tile grid where you would like the door to go.Exactly the same method is used for placing windows, except using the Place Windows tool at the top of the window instead (located to the right of PlaceDoors).You've now placed your windows and doors, but maybe you realised that your building is 1 tile too wide and you need to make it smaller. Just select theDraw Room tool, hold CTRL and click and drag on the area you want to delete. That worked, but your doors and windows that were on that side of thebuilding are now floating in thin air, 1 tile out from the ""new"" wall. You can easily get around this by selecting the Select and Move Objects icon atthe top of the window, then clicking and dragging the area select over the doors/windows etc you want to move, then clickng and dragging one of therectangles at the base of one of the objects, all objects will move together as one, making bulk/mass changes easier to deal with.Now it's time to place some furniture down, simply use the Tiles and Furniture menu on the right of the window to browse through and select thefurniture piece you want, then at the top of the window the Place Furniture icon should now be clickable, once selected simply left click on the tilegrid where you would like your furniture to go. Right click will delete a previously placed piece.You will notice that items will automatically orient themselves to have their backs to the wall if placed against one. If put up against 2 walls (suchas the corner of a room) you can change its' orientation by moving your mouse cursor within the tile it's to be placed on. You can also select theorientation of furniture by holding the left click down as you place it and moving your mouse round, once in the desired orientation, simply let go ofthe left mouse button.If you are placing multiple objects on the same tile then the last object added will be drawn on top, so if you want to have a chair on top of a rug,make sure you place the rug first and then the chair.(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});Your ground floor is complete, now it's time to add some stairs and a first/top floor.Click on the Place Stairs icon on the toolbar at the top of the window, select the stairs you want to use in the Tiles and Furniture menu on the rightand then left click on the tile grid where you would like to place your stairs. Right clicking on previously placed stairs will delete them.Now click on the Floor icon on the toolbar, this will pop up a new window that lists the floors of the current building (currently only Floor 1). Clickon the blue + icon to add a new floor, you should see that it has added Floor 2 to the list, above Floor 1, click OK.Now that you are back to the tile grid you will notice that your building currently looks darker, however if you look at the toolbar you will alsonotice that the floor icon has changed (now reads Floor 2/2), indicating that you currently have your new floor selected, and any room/items you placewill be on this floor.You can now place rooms and furniture etc like before (making sure the correct tool is selected in the toolbar), notice that when you add a room thatsits above your previously placed stairs on the floor below, BuildingEd will automatically ""cut holes"" in the floor to allow the player to move betweenfloors.If any of your lower floors are not covered by rooms on higher floors then don't forget to add some roof pieces over the gaps. To do this, navigate tothe floor above and then click on the Place Roof icon in the toolbar and select a roof type (e.g. Flat Top), then on the right of the window select RoofTops (or Caps/Slopes depending on the roof type being used) under Tiles and Furniture and select a roof tile to use in the area below. Then click on thetile grid where you would like to place the roof tile (e.g. a flat roof tile to cover a ground floor room is placed on the ""floor"" of the next floorup).When you want to add a roof to your top floor, create a new floor using the Floor icon like before, then select the Place Roof icon in the toolbar,select the type of roof tile you want to add and place on that new layer. Flat roof tiles are by far the easiest to add, bu the prettier sloped roofscan be figure out with a little bit of trial and error, again using right click to remove any previously placed pieces, just remember to have thecorrect roof type selected in the Place Roof tool depending on what tile you're trying to add.Finally you might want to add detail around the outside of the house such as gardens and paths. To do this, first click on Tile (underneath Iso) on theleft side of the window, you should notice that the options on the right of the window have changed. At the top right is a list of every layer, tickedlayers have all tiles placed on that layer visible in the tile grid, un-ticking them makes those tiles invisible, allowing you to hide the buildingswalls when placing flowers or ground tiles for example. At the bottom right as a list of all of the different tiles you can use. Click on the categoryand then the desired tile on the right. Left clicking on the tile grid will place the selected tile on the selected layer, overwriting any tile that isalready at that location and on that layer. Hold CTRL and left click to remove a tile from the currently selected layer.Lastly you will need to add a room definition for any full tile roof peice that is not over an internal room of your building. This is to allow the new roof occlusion system to function correctly.For any bits that are above an internal room, simply make sure that room has a room definition (all room in buildings should, even hallways etc). If the roof bit is over an outside area (such as a porch) then instead of giving it an internal room definition, which could possibly mess with loot tables etc, use the new room definition made for this situation - emptyoutside.In the example below you can see that this building has a porch roof outside the front door, all other bits of roof are already over a pre-existing room definition and so we don't need to worry about them. We do need to add an emptyoutside room definition on/under the porch roof however as there currently is no room definition outside the building. In this example, the porch roof is on the roof layer of floor 2.If we check Ortho view you can see that a room definition of emptyoutside yellow) has been applied to the corrosponding tiles on floor 2.If you're having problems getting it to work properly, remember:(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});every ""full tile"" roof peice (the little overhang peices you see in the example above do not need to adhere to this rule, just leave them as is if you have any) must be ""over/on"" a room definition, so make sure every room in your buildings has a room definition (including hallways etc).Add a room definition of ""emptyoutside"" (without "" "") to any full tile roof peices that do not sit ""over/on"" an internal room definition.Now your building is complete, its time to save it. If you havn't already, create a folder inside you TileZed folder called buildings, you can createany number of sub-folders in here to help organise your buildings if you like.Now, in BuildingEd, click on File and Save As, navigate to your buildings folder, give your building a name andsave it.To make life easier when creating similar buildings in the future it's a good idea to save your buildings template, so when you create a new buildingyou can select it's template and have all of your room definitions, wall tiles etc already set up for you. To do this, click on Building and the Properties, here you can see the default tiles that will be used on any building created with this template. To the left is also a button forchecking/editing the room definitions. Clicking on Save Template will ask you for a name and then save it to the list of templates. As you can see youcan quickly edit and create multiple templates rather fast using this method.- How to add buildings to your mapSpoilerIf it's not already open, open WorldEd (open TileZed, clikck Tools and then WorldEd) and load your previously saved map.You can now edit your map by double clicking on one of the cells, it will open a new tab (named cell x,x) containing a preview of what that cell will look like in game. You can use the sliders to navigate the camera around the map as well as holding down control and using your scroll wheel to zoom in/out.To the right of the preview window you will see a couple of areas, one labeled""maps"" and one labeled ""history"", in the maps section, navigate to your buildings folder, you will see all of your buildings listed as tbx files (you can create multiple folders within the buildings folder if you like to help organise your buildings to make them easier to find). All you need to do now is click and drag a tbx from the section on the right onto the preview window (make sure ""Select and move lots"" is selected on the toolbar at the top of the screen), you will see the building moving with your mouse cursor over the world, just drop it wherever you want it to go.Once you have placed all the buildings you want on this cell click on File and then Save and then close the tab (named cell x,x). You should now be back to seeing your entire map. You can now repeat the process for each other cell. Once you are finished adding buildings (you can always add more later if you want to start off small and test a few things first) come back to the world view andsave your map.Step 4) Exporting and testing the map- ExportingSpoilerBefore adding world detail such as lamposts, road markings, road signs etc you probably want to load your map up and run around in game to make sure everything is as you want it because any world detail changes you make will be lost if you need to make edits to your BMP files and re-import them into WorldEd.The first thing you are going to need to do is add a spawn point (or more) on your map. To do this you will first need to create a spawnpoints.lua file, just navigate to the folder you created when you imported your BMP's into WorldEd (e.g. MyMapMod) which by default will have been created in your TileZed folder. Once there create a new text document, open it and then click on save as, change Save as type to All files, name it spawnpoints.lua and click save.Then open WorldEd and load your map, double click on the cell you want to add a spawn point to, once it opens, click on the ""add spawn point"" tool at the top of the window and click on the map where you want your spawn point to go, it will place down a prism to allow you to keep a visual track of your spawn points as well as opening a dialogue box to select the profession that can spawn here (if no boxes are ticked then nothing will be added to the spawnpoints.lua file when you write spawn points). Once finished, save the cell, come back to the world view (close the cell's tab) and click on File and then Write Spawn Points, on the dialogue box which pops up, navigate to and select the spawnpoints.lua you created above and save.Once you have created your spawn point(s), save your map then click on File and then Genrate Lots>All Cells.Here you will be asked for 4 things, the first being the directory your lot files will be saved in, click on the 3 dots and navigate to the folder you created for your map mod when you imported your BMP into WorldEd, then right click and create a new folder called Lots, select this folder.Secondly it needs your zombie spawn map, just click on the 3 dots and navigate to your zombie spawn map and select it.Third is the Tile Definitions folder, again click on the 3 dots and this time navigate to your Project Zomboid Steam Install folder (c:\Program Files\Steam\SteamApps\Common\Project Zomboid), click on the Media folder and then click Select Folder.The last thing is the World Origin. If you are making a stand alone map which is not connected to any other maps then you can just leave this as is. If however you are wanting to add your map to an exisiting world or overwrite a cell(s) in an existing world you will need to change these values. The cell of your map that is at 0,0 (the one furthest to the north west) will be given the values you use here, allowing you to offset your map to make existing maps bigger or overwite cells of an existing map.Once ready, click ok(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});- Getting it in game(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});SpoilerOK now you have all of the files you need to test your map in game, so lets go ahead and do that. First, create a new folder on your desktop (or somehwere easily accesible) and give it a name (e.g. MyMapMod), inside create another folder called media, inside there create a 3rd folder called maps and then inside there, create a final folder called MyMapMod (or whatever the name of your map is). Inside this final folder is where you want to put all of the .lotheader, .lotpack and .bin files that were created when yougenerated the lots foryour map, as well as the spawnpoints.lua file and and objects.lua (dont worry about this for now, you will create one when you add foraging zones later).You also want to create a text file(it will actually be saved as a .info file), using Notepad, in this folder, called map, include the following:(Video) Project Zomboid Architect: Making Buildings for a Custom MapSpoilertitle=Your map name herelots=Muldraugh, KYdescription= Your map description herefixed2x=true(in this example were adding/overwriting cells in the base games map, but all the files will be kept seperate so the mod only appears when selected in game(hence the lots=Muldraugh, KY)).Click on File and Save as, now instead of saving it as a text file, at the bottom, select Save as type and choose All Files, then name the file map.info(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});The next file you need in this folder is a PNG file called thumb.png, this is the thumbnail used in the games menu for your mod, for now you can just create a blank one using your paint program and save it in this folder.From this folder, navigate up 3 folders until your in the first one and can see the Media folder, in this first folder, alongside the media folder you want to create 2 final files, the first is a mod.info file, again just create a txt file (saved as .info instead of .txt) this time called mod and include this info:Spoilername=The Name Of Your Mod Hereid=The Name Of the First Folder You Created Here (e.g. MyMapMod)description=Description Of Mod Hereposter=poster.pngThe very last file you need is another png, just copy your thumb.png you created a little earlier, paste it here and rename it to poster.pngAll that's left to do now is drag and drop (or copy and paste) that entire folder structure into:C:\Users\YourUsernameHere\Zomboid\modsThen load up Project Zomboid, click on Mods, enable your mod, create a new game and select your map on the world selection screen. You should find yourself spawning in on one of the spawn points you created earlier.Step 5) Adding world detailSpoiler(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});Now that you have had a run around your map in game and are happy with the layout, vegetation, bulding placement etc it's time to start beautifying your map by adding detail.To start, open TileZed and then open WorldEd, load your map. Right click on the cell you want to add detail to and then click on ""open in tileZed"". Bring TileZed to the front (or minimise WorldEd) and you will notice you have a zoomed in view of that cell. In map window to the right of the screen, click on the layers tab halfway down, the window above should populate with a number for layers with different names, these are what you will use to place your various bits of detail, allowing you to stack multiple things on top of each other without overriding the previous one (such as road markings on roads, trees on tiles with grass etc).Below this will be a tilesets window listing all of the different tilesets currently used in game, clicking on one of the names will display its contents directly to the right, as you will see, most tilesets have multiple tiles. Adding detail to your world is simply a matter of finding the item you want to place from the tilesets, making sure you're on the correct layer (so placing a tree wont delete the ground tile etc) and then clicking where you want to peice to go (making sure the stamp brush tool at the top of the window is selected).There's a lot of useful tools listed along the top to help you, such as undo and a rectangular select to allow you to copy and paste areas of detail, for example, simply place down some road markings from the street_trafficline_01 tileset on to the FloorOverlay layer, then select the Rectangle Select tool, select the cells with the road markings on, press CTRl+C and then CTRL+V, now you can click away, placing copies of that area (only tiles on the currently selected layer) with a single click, allowing you to place large amounts of detail rather quickly.Once you are finished adding detail to your cell, click on File and Save then close the tab. You can now go back to WorldEd and repeat the process with each other cell, once complete come back to WorldEd, click on File and Generate Lots. Your world detail has now been saved and can be seen in game.Any time you make changes to your map and want to test it in game you will want to re-copy all the .lotpack, .lotheader and .bin files along with your spawnpoints.lua and objects.lua into the folder structure you created in the step above ""Getting It In Game"", overwriting old files as you go, then copy into:C:\Users\YourUsernameHere\Zomboid\modsas you did before, again overwriting if asked.Step 6) Zoning Your MapSpoiler(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});A - Foraging ZonesSee Alsowheel of fortune food and drink 4 words83 Best Words to Describe a Student (2022) - Helpful ProfessorWhere to Eat in Mallorca — Registered Dietitian Columbia SC - Rachael Hartley Nutrition50 History Multiple Choice Quiz Questions and Answers - Trivia QQFind the .pzw file for your map mod (generally in the parent folder to your mods .lot files) and open it in a text editor (e.g. Notepad). Look for the line(s) that starts with ""<bmp path= ..."", after the last one, paste this chunk of code:Spoiler<objecttype name=""TownZone""/><objecttype name=""Forest""/><objecttype name=""DeepForest""/><objecttype name=""Nav""/><objecttype name=""Vegitation""/><objecttype name=""TrailerPark""/><objecttype name=""Farm""/><objectgroup name=""TownZone"" color=""#aa0000"" defaulttype=""TownZone""/><objectgroup name=""Forest"" color=""#00aa00"" defaulttype=""Forest""/><objectgroup name=""Nav"" color=""#55aaff"" defaulttype=""Nav""/><objectgroup name=""DeepForest"" color=""#003500"" defaulttype=""DeepForest""/><objectgroup name=""Vegitation"" color=""#b3b300"" defaulttype=""Vegitation""/><objectgroup name=""TrailerPark"" color=""#f50000"" defaulttype=""TrailerPark""/><objectgroup name=""Farm"" color=""#55ff7f"" defaulttype=""Farm""/>Save the file and close it. It is possible that your pzw file will already contain this code, in which case it is not necessary to add it again.Open TileZed and then WorldEd and load your world, dbl click on the cell you want to add foraging to. Click the ""create object"" button at the top of the window. At the bottom of the window you will see 2 selection boxes (""Level: 0"" and ""Obj Grp: <none>"") Click on ""Obj Grp <none>"" and you will see the list of foraging zones you can add to the world. Select the type you want, you can then draw a rectangle on the game world by clicking and holding left mouse button. You can add multiple rectangles of any type and size to each cell, allowing you to be as specific or general as you want. Once done, save the cell, close it and move on to the next. These zones are used for respawning loot and new zombies, the nav zone is used for zombie horde migration, basically marking the path of least resistance through a town/area.B - Vehicle ZonesAdding vehicle zones is very similar to adding the forging zones.(adsbygoogle = window.adsbygoogle || []).push({});(adsbygoogle = window.adsbygoogle || []).push({});Simply add the following code to your map mods' PZW file the same way as you did for the foraging zones above. Again, if your pzw file already contains this code then there is no need to add it again.<objecttype name=""ParkingStall""/><objectgroup name=""ParkingStall"" color=" - https://www.affordablecebu.com/
 

Please support us in writing articles like this by sharing this post

Share this post to your Facebook, Twitter, Blog, or any social media site. In this way, we will be motivated to write articles you like.

--- NOTICE ---
If you want to use this article or any of the content of this website, please credit our website (www.affordablecebu.com) and mention the source link (URL) of the content, images, videos or other media of our website.

"The One Stop TileZed Mapping Shop (2023)" was written by Mary under the News category. It has been read 179 times and generated 0 comments. The article was created on and updated on 30 January 2023.
Total comments : 0