Jump to content

Search the Community

Showing results for tags 'mapping'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

  1. It seems that some tiles got scrambled/rotated in between the builds. These tiles were looking correct the last time I played a year ago, but some map addition probably caused them to appear scrambled, which might be related to this bug where according to a post from @EasyPickins generating cells again helped or this bug which remained unfixed in 39.67.5 (I have yet to verify it on 39.68). I was certain I found another similar location with scrambled tiles around Muldraugh, but since I can't find it now in my screenshots, let me post about the one I know about: North from Muldraugh North Farm: current vs how it used to look like. I compared the current version with the Alexandria 2015-07-22 as the wrong tiles seems to be there also in build 38 map. There's also this issue I spotted in North Muldraugh Large Warehouse, but it's not visible in PZMap:
  2. I thought it will be a good idea to create one thread with the list of the rooms that miss light switches, or some other minor appliances. I remember back in the days that the missing light switch was relatively popular issue, so it might be worthwhile to have it grouped together. I alone have found 2 rooms in Muldraugh area and that miss the light switches, but feel free to use this thread to list the buildings that miss an otherwise obvious item, e.g. a house without a toilet, sink or oven while it should probably have one, assuming there are such houses at all of course . I think it would be possible to nail down the rooms that miss a lightning switch by using a tool similar to IsoRegionDebug from Weather Debug, but a good old manual reporting might be handy as well, especially if one can't find that bloody hidden switch – feel free to inform where it is then, as some false positives are bound to happen (unless it's so well hidden, that maybe it's best to move somewhere else anyway ). 1. Muldraugh North Farm, level 0, room behind the kitchen (covered by stairs): https://map.projectzomboid.com/#10606x9967 2. Muldraugh Large Warehouse (north), level 2, the room at the stairs (not 100% sure, but I think a switch should be there): https://map.projectzomboid.com/#10595x9311 Someone also mentioned a missing light switch in a River Wood school kitchen or the dining room, but sadly no location, so without my knowledge of the new areas, I didn't check it. As a bonus I also throw a shoutout to reports of a house without driveway and a house with missing wall that was still there in build 39.67.5 (the other house with missing wall being fixed), but I have yet to confirm it's in 39.68 weather test. I also noticed a few other issues with scrambled map tiles in Muldraugh, some of which are also visible in PZ map so might be related to a house that's missing wall, but that's a matter for a different bug report.
  3. I have followed the steps of this excellent tutorial to create a custom map: https://steamcommunity.com/sharedfiles/filedetails/?id=853478035 and at the step of testing my map, I can't seem to launch it (how frustrating!) The game recognizes the mod, the spawn points, launches and then gives me an unexpected error type. I think I have all right files needed (I triple checked at this point), but still the same error. this is what the console says, can anyone help me please? console.txt
  4. Hi everyone, I'm just learning Tilezed Worlded, and need a little push in the right direction here... So I've got my TEST.png, TEST_veg.png, TEST_ZombieSpawnMap.bmp - [Started] TileZed, went into WorldEd... - [Converted] to TMX with no errors - [Loaded] successfully into WorldED - [Clicked] cell 0,0 and everything loaded and looks as it did in TileZed - Added Building, and [Saved] as TEST.pzw - Went back to Tilezed, [Edit] - [Preferences] - [Zomboid], added the WorldEd Project file I just saved... - [Closed] TEST_0_0.tmz.... [RE-OPENED] TEST_0_0.tmz And I am not seeing my buildings in TileZed.... Am I missing something ? ====================== EDIT ========================= So under the [Edit] - [Preferences] - [Zomboid] tab where it states you must close/re-open to see changes... I thought this to mean merely the TMX file.... But it seems to me, that closing and opening via the [FILE] menu doesn't make the changes appear.... Instead, when I close it and restart TileZed completely, the changes (buildings in this case) are visible in TileZed, to allow further editing of the landscape with buildings in place for reference... Hope this saves someone else some aggravation!!!!
  5. BOOKSOTERE AND GREENE'S BUILDING SIZE: 20x20 DOWNLOAD:unfinih.tbx MADE BY TEREC
  6. ALL BUILDINGS I MADE Since I intend to continue on creating buildings for the community, i took advice from Atoxwarrior and made a single post for all my creations! Feel free to go throgh them and pick the one you liked the most You can use'em freely on whatever project you might be doing, just mention me in the "credits". ====MADE BY TEREC====
  7. This is very similar to adding foraging zones to your map, (step 6 of this tutorial: https://theindiestone.com/forums/index.php?/topic/21951-the-one-stop-tilezed-mapping-shop/ ) Simply add the following code to your map mods' PZW file the same way as in step 6 of the above guide: <objecttype name="ParkingStall"/> <objectgroup name="ParkingStall" color="#85929e" defaulttype="ParkingStall"/> List of vehicle zone names to use in WorldEd: bad good medium sport farm junkyard trafficjams trafficjamn trafficjame trafficjamw rtrafficjams rtrafficjamn rtrafficjame rtrafficjamw police ranger fire mccoy fossoil postal spiffo radio ambulance burnt The first group is the most common type of vehicle zones used. The second group are for traffic jams pointing in specific directions to immitate the flow of traffic. The ones prefixed with r will spawn less than the regular trafficjam zones. The third group are specific zones for the type of vehicles listed, they are still also spawn random cars but will also spawn the vehicle listed. The final one will add random burn out vehicles. Vehicle zones should be placed as a multiple of 4x3 tiles (4x3, 8x6, 28x3 etc) with 4x3 being a single vehicle, 4 being its side and 3 being its front/back. You can choose any color values you want for the different zones, just make sure they are hex color codes. Once done, load your map mod up in WorldEd, open a cell and add your new vehicle zones as you would foraging zones. Whenever you add a zone you need to use the objects panel on the left of the WorldEd window to give the zone a name (use the names listed above) that will be visible in WorldEd as a tag over the zone, making it easier to keep track of what you have placed where, if these are left blank then the game will default back to grabbing random vehicles from the ParkingStall zone. Example: After you have added vehicle zones to all of your cells, save your map. Once saved, generate your lots and then write objects to lua. You now have vehicle spawns in your map. If you are having trouble with your vehicle zones, you can always take a look at the vanilla objects.lua within the muldraugh folder of your zomboid install, once opened just search for "ParkingStall" to see examples of vehicle zones used in the vanilla vehicle branch. For aligning vehicles in parking stalls: Select a ParkingStall object. In the Properties panel, click the "add" button under Templates. Choose one of the 4 ParkingStallX templates. You should see "Direction=X" where the object name is displayed. The direction controls where the front (or back) edge of each vehicle is aligned. In the picture you can see a Direction=E ParkingStall facing a Direction=W ParkingStall. This is used to ensure the vehicles don't overlap each other, and leaves space for the player (and zombies) to walk between them. For single parking stalls, there is usually no need to choose a direction. The FaceDirection property can be added to ParkingStall objects to align the front of a vehicle to the edge specified by the Direction property. When this property is "false" or isn't assigned to a ParkingStall object, the vehicle will face in a random direction as before. This can be used for parallel-parked vehicles for example.
  8. Any full tile roof peice that is currently not over a room definition in your building needs a room definition. 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. Once applied, simply save the building and move on to the next. Once all buildings are done, close buildingEd and open your map in WorldEd, generate lots and you're done, your map should now support the new roof occlusion system! If you're having problems getting it to work properly, remember: 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. Make sure to generate lots in WorldEd once all of your relevant buildings have been updated.
  9. Hey guys I need some help with TileZed's BuildingEd. I just finished a cool building that I worked so hard on, saved it and everything, didn't click on anything out of the ordinary. When I went to WorldEd, I clicked on my building, didn't show a preview image. When I dragged it out onto my Cell, it didn't show a building, neither did it plop a building when I placed it on my map itself. Then I went to BuildingEd to see if I messed something up, and instead I got an error saying, "Error Reading Building - Invalid Object Coordinates (1, -3 Line 2209, Column 72". What does this mean and how can I fix it without having to remake my whole tower? THANK YOU! My building's png is still in one of the .pzeditor folders, so idky it won't show in WorldEd or let me edit it either in BuildingEd.
  10. Ok when using the wall tool make sure for these sides you click on Exterior wall and select your texture. Click the multicolored square at the top toolbar and you get the room tool. then go to the plus and click add room When you open it up you see there are two names, the top one doesn't matter, the second one indicates what spawns there, so if im making a bedroom put bedroom for internal room name. https://theindiestone.com/forums/index.php?/topic/5461-full-list-of-current-room-definitions/ this is a good list to help you figure out the names for spawns (THANK YOU RingoD123 for the roomlist). Then go down and click interior walls none (if you used the wall tool) do the same for Tri Go to floors and pick your floor tiles you want, i choose carpet for this bedroom If you click on the little color box, it will let you choose a color so you don't confuse yourself when you have more than one room like 2+ bedrooms, one you can set to blue, another to red. if you want or you can keep using the same one if it's going to use the exact same floors. then you go to the exterior walls and select what you want the outside walls to be, if you want to use the wall tool, select none and it will look like this If you want it to match or use a different color for the hallways outside the bedroom go to exterior walls and select your wall (i decided to match mine). If you go to Ortho you get an overhead view and you'll notice that your rooms are visible based on the color you picked earlier you can do everything without using the room tool if you want, then when you want to spawn stuff(you will need to use the room tool for that) you just set everything in the room tool to none, and go to exterior walls and click it to NONE and it will look like this (this way you can continue using the wall tool). Wall tool version This is how you do floors in ISO mode rather easy. Just go to floors when you have your room selected red bedroom(or whichever you picked) and pick the floor tile you can switch back and forth once you have the rooms setup using the textures on the right, just change the Room drop down menu I have highlighted and it will automatically fill it in Red Bedroom right window click on tile, bam, blue bedroom click on tile, bam, etc etc Also dont be a NUB put lightswitches in your house or it will be pitch black Lighting - Indoor Also if you want to spawn items not found in a bedroom in a bedroom but not mess up dressers too here's how, make a new room with a new internal name - I picked gunstore for gun spawns, picks a gun locker for furniture and placed it. set everything to none, except the same color floor, then this is where ORTHO helps and the color coding click the draw room tool after selecting the new room from the drop down menu you'll notice I have 4 square selected (only need one for the gun locker) but the furniture is blocking the tile so I did 4 for you to see As you can tell it all looks the same in ISO mode, but anything that is storage will spawn gunstore stuff now on those 4 tiles So when you have stuff like offices, that you want office supplies, but also have something like a mini fridge, or cabinets, you can just do that and keep the same textures, but have different spawns! I hope I explained it well. Hopefully there will be more to come! I often get questions in Discord so since I go through the effort to walk people through it I figure I'd share it here! Again TY StarKitty for the motivation! Happy Mapping!
  11. So earlier today, it was brought to my attention there are some new tiles that "Starkittycat || Game Dev || YT" made me aware of. One of those new tiles is Sliding Glass Doors! So here's how to use them on your house to pretty em up all nice. Ok top left click on Building - Then tiles Left side the top menu click on Doors Then in the middle window pane, scroll till you get to fixtures_doors_01, then on the right side the doors will appear. Go down and click on the white sliding glass door(or the red ones). Then you see my mouse cursor in the bottom left is over the Plus symbol. click Add Tiles Click Ok when you see it added to fixtures_doors_01 on the bottom left menu. Ok then go to ISO mode and click on Door Icon at the top toolbar, then click on Door Frames in the right side menu, Select NONE otherwise it will act strange This is what happens if you don't click none, apparently the modified it for doors to act sideways. This is it with door frames at none. Now I'm going to do windows. Ok, so click on the windows, then select the white window one without a handle, Go to the bottom left and click the plus. (just like we did with doors Then in ISO mode click on the Window Tool in the top toolbar, then go to the windows, on the right side menu and select the white sliding door window under fixtures_doors_01 Now you don't have to go to Tiles ever again for those textures! it is a little silly, but it saves time later on. I hope this helps everyone add some awesome sliding glass doors to their houses! Happy Mapping and thanks to StarKitty for motivating me to do this!
  12. Hey Indie Stoners, I'm playing PZ for about a month now and the 130+ hours i collected hopefully speak for themselves. Congratulations for the release of the newest build. Having such progress after a few weeks may make me a spoiled kid though. So I'm looking forward to build39 within the next weeks. I'm here to give a bit of a feedback but mainly to ask a catalogue of questions. I'm quite tempted to make a map for your game by my own. But I need to know what I'm getting into, as I am aware that this will be an effortful task. For TF2 I carried a map within 5 months to its first alpha stage but eventually dropped it for the time being. This was caused by the strict sets of options you get if you want the map to succeed gameplaywise. There's so much to balance for a teambased game like this, that I was demoralized (after a few mediocre tests) by all the compromises and their solutions one has to make. (Link to the unfinished TF2 map) With less "lod" but more freedom to build what I want to and focus on atmosphere, I hope to have a better experience building for another game I got passionate about. 1. The Editor I already downloaded it and checked it out, watched and read a few tutorials but quite a few questions remain: 1.1. I can't understand why the whole process is structured like it ís if my observations were correct: TL;DR Am I forced to follow the order of the process as I understood it in the tutorials and do I have to repeat most of the steps again every time I like to edit a part of it. 1.1.1. Why do you have to draw the fixed basic structures as the first thing? One has to know quiet exactly where the streets etc. (base map), the forests (veg map) and the zombies will have to be (zombie spawn map) before he even started! Also why isn't this part of the editor itself - why do you have to use another program to draw a png and a bitmap? Why can't I just start with empty tiles and draw rawly on that? 1.1.2. Why do you have to set the inner / exterior wall textures (f.e.) before you draw the wall in the building editor? Wouldn't it be more intuitive to just draw an empty wall and detail it later? 1.1.3. Is there really only one exterior wall texture you can choose for the whole building? Or: How can I make a stone building f.e. with glass-walls in between. When I change the wall type, it always changes it for the whole building. 1.1.4. Why do I have to set the function of the room (bathroom etc.) before I draw the room? Why can't I just build a house, then set rooms and do some detailing in between? 1.1.5. How do you edit a map? 1.1.5.1. If I feel a street is just a few tiles too long, do I have to draw the whole base/veg/zombie map again? ...each time I wanna test it out ingame? 1.1.5.2. When there is new content (like the cars that might come sooner or later) - will i have to edit and update the map again to let it spawn cars or implement some of them myself? 1.2. What's randomly generated, how does spawn work and what is possible to do? 1.2.1. "For sale"/lease-, barricaded houses "bleached" corpses keys on corpses / zombies.. How are these generated? If randomly: Does this mean that a house I built might be empty / barricaded..., because it was chosen by random? If not random: How to add corpses with bleach/pistol or even a written note to it? 1.2.2. Is it possible to have vegetation in buildings? - christmas tree! Or at different levels than 0? 1.2.3. Does the population number you choose for your town affect anything? (like zombie spawn) 1.2.4. How do zombies spawn in buildings on different floors? 1.2.5. Is there any other way than stairs to get to a different level(for building, no sheet ropes)? Roofs arent walkable. Any other way? Is or will there be a way to introduce different ground levels to make a hill f.e.? 1.2.6. Is there a list of things that can be spawned for each room assignment (bathroom f.e.)? 1.2.7. Are there any more ressources; more props f.e. to download? 2. General Impressions / Bugs / Ideas 2.1. Bugs In singleplayer a few bugs are persistent for me: Pouring out water out of containers (pots, buckets, bottles) won’t work and causes error messages (red, rightbottom screen) occasionally and permanent after it happened once. Only a restart of the game fixes this for some amount of time Can’t build something because some materials are missing which I actually have enough of in my inventory. Fix by restart or sometimes switching the item between different containers, then back to main inventory In Multiplayer sometimes items disappear while changing container. 2.2. Wishes 2.2.1. Improvements I like so many features. But quiet a few are implemented systems that aren't worked out: Metal working Electricity Lids / Jars, Shooting ; with low/no skill, seeing what I can craft with it on 1 ingredient (like crafthelper mod) Radio / TV system - what about cassetes and radiochannels after electricity is down? Or even the option for custom radio channels? 2.2.2. Additions Animations / Cars / NPCs? seeds to plant trees ; build natural barriers / own forrest, alley, etc. more craftable weapons (maybe worse in killing than others but with f.e. stun effect): slingshot, sock with billiard-ball... tbc Whoever made it to the end of these lines: Thanks for the patience and energy. Hopefully someone can answer a few of my question so I can find out how limited / unintuitive the editor is so I can decide if I want to make a map with it and noone takes offense at my critism towards at atm. Cya there, Bud
  13. Spawn Map-Objects Utility - Enhance your maps ! Workshop link What is this mod ? While I was working with the map editor, I got frustrated some items could not be placed using it. For instance, barricades and campfires. So we decided with a friend to solve this problem... Once done we decided to make this mod and make it as generic as possible ! This should allow any mapper to use our object-spawning system to make better maps and any modder to upgrade it with ease. I'm a player, what do I need to know or do ? Nothing. This mod should be a dependency mod for any map that uses the Spawn Map-Objects Utility. One you have this mod installed, it should work without needing you to do anything. I'm a mapper, what is this mod doing precisely and how does it works ? Tell me more about it ! This mod will allow you to place items & events within the map editor like campfire, tents, wall frames, zombies... Those placeholders will be converted into their working version inside the map once loaded. This means you will be able to place pick-up-able tents, light-able campfires, thumpables wooden and metal structures, break windows, spawn zombies at precise places and even more ! Interesting... So how do I use it ? The installation is very simple, once you have subscribed and download this mod, locate it's installation folder : \Steam_Installation_Folder\steamapps\workshop\content\108600\974718243\mods\SpawnMapObjectsUtil Once inside the mod folder, you should see a Tiles folder. Open it, and then open the 2x folder. You should see all the placeholders images you will need. Copy all these .png files to the 2x folder of your Tilezed. Now, you should be able to use the placeholders via the tilset list. I usually place those on the Furniture layer but it should work on other layers too. If you want to test the features, check out the building we are using for internal testing : https://rbfi.io/dl.php?key=/0Sol/testmap.tbx Once your map is finished and you are ready to publish it to the workshop make sure to add this mod to the dependencies of your map. So that it will be prompted to the players to install it with your map. Great, but before I install it, can you showcase some features ? Of course, here is the list of what you can do with the current version of Spawn Map-Objects Utility. Place thumpable walls of all possible quality with adjusted durability (Logs, wood, metal). Place fences adjusted durability too (Sandbags, wood, metal plates or bars). Place thumpables and working-properly barricades on windows (1,2,3 or four planks, metal sheet, metal bars) Place upgradable by player walls frames. Place weapons, literature, trash and food items on the floor. Place properly-interactable camping materials (tents, campfires and compost) Zombies-spawner at specific places (Horde inside a tower away from the city or a lone zombie in a specific room...) Add water collecting barrels already full of water Place fishing-nets on your lake or generators in a specific room Break specific windows on the map (with them still barricadable and full of dangerous shards). Break and remove glass from windows and keep it barricadeable Place sheetropes on windows. We also plan to add more to this list with upcoming updates, things like traps, sound events and such. What are those red tiles on your placeholders images ? As said earlier, we are planning to add more tiles to the placeholders. You can use the blue ones, but if you try to place a red one, it won't work. The red tiles are the not-implemented-yet features. But we kept it so that it will be easier to update once done. Please do not use the red placeholder tiles. I'm a modder, you said I could expand your utility ? Even more ! We made functions for you to easily add your own placeholders or remove the "default placeholders" shipped with the mod. Let me explain. Create your custom placeholder Once you have created the png of your custom new placeholder, you will need to code the replacement function in lua. To do it, you can write your lua file using this template : require "WorldManager/SpawnFromPlaceholder"; MyPlaceholder = {}; MyPlaceholder.replace = function(square, tileObject) -- Your code goes here -- indicate that the method has worked properly -- and the placeholder tile can be removed return true; end -- register and identify the placeholder in the system SpawnFromPlaceholder.Add({ name = "MyPlaceholder" }); Here are the explanations : First, you need to implement the method MyPlaceholder.replace(square, tileObject) which will be called for each object found in each square loaded. This method need to return a Boolean (true or false) to indicate if the method has worked. If the method return true the program will automatically delete the tile placeholder else it does nothing. The second step is to register your placeholder in the system with the method SpawnFromPlaceholder.Add(placeholderInfoObj). The parameter expect two important properties : name : the name of your object which contains at least the method replace() Remove default placeholders This mod allow you to remove unused shipped placeholders to save resources and gain performance. To remove the placeholders, you can use this snippet : require "WorldManager/SpawnFromPlaceholder"; SpawnFromPlaceholder.Remove({ "WallsPlaceholder", "ZombiePlaceholder", "..." }); The method will remove the placeholders listed in the array when the event OnGameStart is fired. Shipped placeholders list BarricadePlaceholder CampingCompostPlaceholder (campfire, tent and compost) CarpentryAndConstructedPlaceholder (sandbag, barrel, rain collector, lamp) DroppedFoodItemsPlaceholder DroppedTrashItemsPlaceholder DroppedWeaponsItemsPlaceholder GeneratorPlaceholder TrapsPlaceholder WallsPlaceholder WindowStuffPlaceholder (smash & clean window, sheet rope) ZombiePlaceholder
  14. Like the title says, I want to start creating my own map and buildings. I've never done it before, but I've got the time and I've got a decent enough computer, as well as some ideas for a town or two that I've been wanting to bring to life. Unfortunately, I have no idea where to begin. Thuztor's supposedly tell-all mapping guide is no longer accessible for some reason, so I'm not quite sure how to go about doing ANYTHING in relation to mapping. Does anyone have another guide available, or perhaps a link to Thuztor's guide that actually works? Is mapping easy or hard? I'm an utter noob when it comes to mapping, so forgive me for being so confused.
  15. Hello fellow players and map editors. I'll be posting my custom buildings here as I make them. I'd like to hear what you guys think so that I could get a good feeling what this community wants. So far, I built a simple, one story office building that could be a car dealership. A parking lot will soon come separately. I might be able to expand the building... Loot will contain tools (Such as wrenches, hammers, etc.) and electronic parts.
  16. Ok so I looked for every tutorial I could find. Most of which are dead links, outdated or incomplete. So I used http://projectzomboidatoxwar.blogspot.com/ By Atoxwarrior Sadly it wasn't in english so I had to replay it a few times to make sure I got everything (of course this is with the old tools as well too). But I managed to do it. I've added my tiles to tilzed. I've created a new tileset definitions I've created a .pack file I've modified my mod structure to include the new texturepack folders as well as modify my mod.info file No matter what I do I always get an error in WorldEd trying to generate lots "Some Tilesets missing in a map cell 0,0" The directory points to the same tiles directory read by TileZed so I double checked that. I've made it this far but now there are no more tutorials to cover this that I can find. So any info would be greatly appreciated. Thanks - Capt_Paradox Oh yeah, though i did play with my tiles folder earlier trying to switch directories between Tiles and 2X which caused my buildings to disappear in TileZed but still appear in WorldEd (after switching it back of course since that didn't help). So if anyone knows of a fix for that either let me know
  17. So I have an image that I want to attach to the ground layer. It's pretty big so I know it isn't easy. I broke my image up to 4 different sections and tried lining it up so this way they'd all meet....... But they don't they all overlap each other and slightly offset. Any suggestions or methods to those would be greatly helpful, hell I'd even do individual tiles (60x124 is it?) but I'm not quite sure how to set up an isometric grid so that is proving a tad difficult. Thanks.
  18. I managed to load my custom tiles into TileZed. I'm trying to add my custom tiles to the building editor. I can find them if I go under the "tiles" tab and browse that way. What I'd like to do is create a new Category and select my tiles from the "ISO" tab instead for building. I went to my .TileZed folder and tried to modify the buildingtiles.txt but it gave me an error after modifying. So I'm obviously missing something......... here's my text But like I said still tossing me an error........ any suggestions?
  19. UPDATE:Tiles for 2015 didn't work for me or BlackBeard so I linked to 2014 tiles which still work. I have modified the tutorial to reflect this! If someone knows of a fix for 2015 tiles please let me know. https://dl.dropboxusercontent.com/u/237104401/Project Zomboid Mapping Instructions.txt (New Download link for Txt file Tutorial)^^^^^ This is a basic guide to get people from Veg Map to testing their Custom Map in PZ. I'm one of those people, who before I commit to something I want to understand the process to see limitations. I spent 3 days scouring the web for videos and tutorials to learn as much as I could. At which point I think I finally have a good grasp of everything up to the point of testing. I've included some links to tools and tutorials that helped me better understand this as well. Maybe later I'll pretty this up, but for now enjoy! I apologize for any typos! -------------------------------------------------------------------------------- Mapping for Project Zomboid Required: TileZed-May-25-2015-32bit.zip https://dl.dropboxusercontent.com/u/13095836/TileZed-May-25-2015-32bit.zip Tiles-May-25-2015.zip https://dl.dropboxusercontent.com/u/13095836/Tiles-May-25-2015.zip (2015 tiles that didn't work) ZomboidMapTools1_1.zip http://www.moddb.com/games/project-zomboid/downloads/zomboid-map-tools-64bit (2014 tiles that work) mapzoidv060exe.zip (Optional if you do not want to make your own maps for layout/vegetation). Paint Program First: Create a few folders for easy access: Main Folder= Zomboid Mapping SubFolders found in Zomboid Mapping Folder: -Buildings (this is where you will store building files for the Building Editor). -Output (This is where you will find your lot files(map you made) after clicking generate lots in WorldEd). -TmxWorld (This is where your saved map from the PNG/BMP Basemap/Vegetation Map will save too). -Tiles -Tools (This is where you have your Tile Definitions from the Tiles-May-25-2015.zip ZomboidMapTools1_1.zip that will be props/textures).(Extract the zip file into the Zomboid Mapping Folder,there will be a folder named Tools created, inside that folder will be another called Tiles. This Tiles folder is the one you will use for generating lot's when asked.) These instructions are going to assume you are creating a 1x1 Cell map. Step 1: Create your BaseMap(Roads,Basic Terrain). Step 2: Create your Vegetation Map (The types of Plants/Tree's and Ground Coverage your map will have) Step 3: Create your ZombieSpawnMap Your BaseMap and Veg map should be saved in PNG format. Size for a one cell map= 300x300 for both. Your ZombieSpawnMap should be saved in BMP format. Size for a one cell map= 30x30 Example File names: NewbCity.png(baselayout 300x300),NewbCity_veg.png(Vegetation map 300x300), NewbCity_ZombieSpawnMap.Bmp(Duh,Zombie Spawn map 30x30) I just used NewbCity as the example for my map project. These links will help explain the color codes to use in the paint editor to draw Base Layout map/Vegetation Map. https://theindiestone.com/forums/index.php?/topic/4823-how-to-draw-maps-for-the-pz-mapping-tools/ Thuztor's Pdf file for mapping contains good color code info as well pages 5 and 6. https://dl.dropboxusercontent.com/u/69737873/PZ/Sonstiges/mapping/Mapping%20Guide_v0.2.pdf If you want to try your hand using Mapzoid to get an idea of what it's like here's the link: https://theindiestone.com/forums/index.php?/topic/4684-random-mapzoid-random-bitmap-terrain-generator-python-win-exe/ Base layout colors Veg Map Colors(I would copy and paste these color palettes to your paint program and use them with the color picker tool to adjust your mapzoid file to your liking since it doesn't always work perfectly.:Thanks to Suomiboi again for his tutorial found here) Also make sure to disable anti-aliasing if you have any issues with incorrect colors (I didn't have too but some programs react differently). Wouldn't let me display the image here so if you want to copy them click on the links or scroll to the bottom of this page. Step 3:Now that you are done using mapzoid or a paint program to create those 3 files(which I would store in the main directory of ZomboidMapping folder) Load up TileZed. Go to the toolbar at the top and look for the tab TOOLS Then go down and select WorldEd. Now a new window popped open with WorldEd. Go to File in the Toolbar and select New and popup window asking the size of the map you want to create. Change it to 1 Cell Width, 1 Cell Height. Great now you have this empty grey square saying 0,0 You might notice in the upper right side of the screen it says Maps with a little window of folders. Navigate to your ZomboidMapping Folder you created earlier. If you saved your files to the ZomboidMapping folder earlier you will now see NewbCity.png. Drag this file from the window into the grey square that says 0,0. You should now see a basic view of the file you created in paint or mapzoid earlier. Great! Go to File tab in the toolbar at the top, Save as> Newbcity.pzw (or whatever your map name is you chose). Step 4: Go to the File Tab again in the toobar at the top, BMP>TMX then select All Cells. You should now have a new popup window asking you all kinds of fun stuff. The only one you should have to change is the top one for Export directory Select that and navigate to your Tmx_World folder you created in Zomboid Mapping earlier and select that. (if you click apply afterwards the window will exit saving your directory but will not complete the BMP>TMX so go through the file tab again doing the same process this time click OK). Next a window should popup saying Bmp to Tmx Sanity Check, click Ok. After a few seconds it should say Finished, Click OK. Step 5: go into TileZed and go to the File Toolbar tab in the upper left corner. Click Open, navigate to Tmx_World folder in the Zomboid Mapping folder you created earlier. Select NewbCity_0_0.tmx or whatever you saved your map as (make sure to keep the name the same across all files). Now you should be able to view your map in TileZed. Some notes: If you plan on changing your vegetation map I highly suggest you do it at this stage before you add props or details in TileZed Because when I tried editing mine afterwards I had to go back and do the BMP>TMX (close out of TileZed Reload the program and load up the file again) only to realize all of my street lines, fences and props were now gone. So make sure you are happy with your layout of roads/forests/vegetation before continuing to detail your map. This should roughly get your started mapping, maybe when I master HouseBuilding/Spawning ETC I will add that later. Step 6: Playing your map! So after all of this you have some really basic map you want to try out right? Ok, so go back to WorldED, Go to the File Tab on the toolbar in the top left. Select Generate Lots, then Select All Cells. Now a new pop window has started. Lots Directory: This is where your map files will save, select the folder we created earlier in Zomboid Mapping called Output. Zombie Spawn Map Image: This is the 30x30 NewbCity_ZombieSpawnMap.bmp you created earlier (or whatever your map is named) it should be in the Main Zomboid Mapping Folder. Tile Definitions: This is all those wonderful images/props for your map which should be located in the Tiles (tools/tiles is where they are now located)folder you extracted Tiles-May-25-2015.zip ZomboidMapTools1_1.zip to earlier in Zomboid Mapping earlier. (note:Depending upon how you extracted it there might be a Tools\Tiles folder inside of the tiles folder you created earlier).<<<<<< This might explain why even I was confused about the 2015 tiles and the 2014 tiles. So make sure you use the 2014 from http://www.moddb.com/games/project-zomboid/downloads/zomboid-map-tools-64bit World Origin: This tells the game what area of the Zomboid Map you are claiming for your cell. Note( Go to http://map.projectzomboid.com/ and on the left side click Map Coordinates. Now you will see it say Example: Cell 35x32 which is main st Muldraugh you obviously don't want to cover over a part of the map that has a town in it, so scroll around and find a nice spot where there isn't a a lot of stuff (clear land or forest)). Write down the cells you want and input them into the World Origin and click OK Now all the map files are compiled to the output folder in Zomboid Mapping. Step 7:Now you have to make it a mod. Go to the C:\Users\(your user name\Zomboid\Mods folder. In this folder you will notice another folder called examplemod, you can use this as a template to create your new map mod. So under the Mods folder create a new folder for your map named after your map. New Folder in Mods= NewbCity Inside the NewbCity Folder you will need to create another folder called media. Inside the Media Folder you will have to create another folder called maps. Inside the Maps folder you will have to create another folder called NewbCity (yes again!) Inside the 2nd Newbcity folder there should be the following: 0_0.Lotheader (0_0 is the World Origin you picked earlier so if you choose cell 35x32 it would say 35_32.Lotheader) Chunkdata_0_0.bin (again 0_0 is just an example for your world origin) World_0_0.lotpack (again again 0_0 is just an example) These 3 files are the files that were created in your output folder after you went through generating lots in WorldEd, you should copy them here. the other required files are: Description.Txt = NewbCity - Population ~750 <LINE> <LINE> (V1.1). U=BTL <Note>>:I figured this out but looking at New Denvers Files so I modified them to test my map, just change it to your map name.> Map.info file looks like this: title=Newb City lots=Muldraugh, KY description=Newb City - Add a short description of your map here Spawnpoints.lua : This file will designate where your player spawns in the game based on character occupation Updated because I was missing a closed bracket - Ty Blackbeard function SpawnPoints() return { constructionworker = { { worldX = 38, worldY = 26, posX = 180, posY = 180, posZ = 0 } }, fireofficer = { { worldX = 38, worldY = 26, posX = 180, posY = 180, posZ = 0 } }, parkranger = { { worldX = 38, worldY = 26, posX = 180, posY = 180, posZ = 0 } }, policeofficer = { { worldX = 38, worldY = 26, posX = 180, posY = 180, posZ = 0 } }, securityguard = { { worldX = 38, worldY = 26, posX = 180, posY = 180, posZ = 0 } }, unemployed = { { worldX = 38, worldY = 26, posX = 180, posY = 180, posZ = 0 } } } end You will notice that WorldX and World Y refers to which cell. You will also notice posx and posy refers to the tile in your cell/map. If you look at your map in TileZed you will see in the bottem left corner numbers like Example:180,172 These are your tile coordinates. So find a tile you want to spawn and write down the numbers. Now modify that file for which cell you picked earlier on the PZ map under worldx and worldy Now modify that file for which tile you picked on your map in TileZed under posx and posy Save the file and now you character will spawn in the spot you chose. The next file in the folder will be: Thumb.png This is just a screenshot for your map, you can steal the one out of New Denvers to use as a placeholder for now if you want till you have your own. So let's recap: Inside of the last NewbCity folder you need: 0_0.lotheader Chunkdata_0_0.bin World_0_0.lotpack Map.info Description.txt Spawnpoints.lua Thumb.png Make sure you have all 7 files. Ok now go back to the Mods\Newbcity folder (the first newbcity or your mapname folder with the media folder in it). There should be 2 files in here: Mod.info (this is another file to describe your map) Poster.png (Another screenshot photo) Mod.info contains this: name=NewbCity id=NewbCity description= This is NewbCity for newbs trying to map. poster=poster.png If you want to get rolling you can modify the files in the examplemod folder to make it easier. If you want a better understanding of these files I suggest you download NewDenvers map to take a look at this link: https://theindiestone.com/forums/index.php?/topic/12110-new-denver-bc-v21/ Step 8: Load up Project Zomboid Go to mods in the bottom left corner and go to NewbCity(or your map name and activate it) Create a single player game and you will see your Newbcity(or your map name) as a spawn location. Join the game and you will notice that you spawned at the location you designated earlier in the spawnpoints.lua file. Play your barren wasteland of a map and enjoy! Big thanks to EasyPickins, Blindcoder, Thuztor, Suomiboi, Mendonca for their tools and tutorials which helped me make it to testing my own custom map. Courtesy of BlackBeard! Great comprehensive tutorial!
  20. Guys, I tried everything but now I need someone's help: I'm following Thuztor's awesome guide while trying to create my first map, but when I try to convert the .bmp file into the .tmx, instead of seeing a tiled map (with grass, sand, etc...) I keep on seeing a .bmp-like map. I checked the rules.txt and the other ones, mapname_veg.bmp is ok, mapname_ZombieSpawnMap.bmp is ok, the tiles are up to date, I'm not having unknown color issues... what am I missing? Many thanks in advance for any kind of suggestion
  21. Hey all, I was just wondering if theres any hope of a Mac compatible Map Editor? Im very interested in making new maps for the area where I live but the only issue im running across is that the PZ Map Editor is a windows only program. If PZ is a Mac compatible game, it should only make sense that the Editor should be Mac compatible as well.
  22. BeWater

    Kaputt, PA

    Hey all so I just got into project zomboid a few months ago after not having played it for like almost 2 years and I love where the game has gone and I'm impressed with the community immensely So to my point; I decided to get into map making because its something I enjoy in all games of all genres. I'm here to reach out to the community for help in any way they are willing. For starters the map is called Kaputt because I like the name and it's "located" in Pennsylvania because it's where I'm from; it has no realistic basis map wise. Let me express what I want to do. Firstly I'm doing this for fun so I hope people enjoy what I can manage in my spare time. Secondly I want to get the community involved as best as I can. I've seen some really awesome building designs and I want my map to be entirely unique, no recycling (as in every building is different, aside from 'chain' stores). To do this I need all your help to make it take less than forever. I'd love to see what people can come up with for my map and how I might implement it. If you want to get involved by giving me tips on mapping, building, making your own building to put on the map (credit due of course!) please leave a comment or message me directly. Lastly I plan to update this thread at minimum weekly to let people know how Kaputt is coming along if they're interested! STEAM LINK: http://steamcommunity.com/sharedfiles/filedetails/?id=678778880 UPDATES: 5/4/16 Started the map today 5/5/16 Got the map up on steam 5/6/16 Updated the map a few times. Have some small neighborhoods, hospital, towers, apartments, etc. 5/7/16 Added another neighborhood. Continuing to tweak and customize buildings. Side note: working on some texture packs for additions accent items in game. 5/12/16 Made a lot of changes to the environment and the main map itself. Lots of new buildings. Going for a more natural look. Lots of good movement 5/28/16 Working on a big update with a ton of detail. However i just had teeth removed so I'm behind schedule. Hoping to get some updates rolling soon. See you all around and remember to be water my friends! Edit: Updates
  23. Matthee

    My map project

    Hello people! I have been working on this map for several months and finally briefly finished a cell. So why not make a thread and gather some feedback Overview Screenshots Any questions, comments, suggestions are welcome.
  24. LOCATION OF CALIFORNIA, KY STEAM LINK http://steamcommunity.com/sharedfiles/filedetails/?id=747740095 UPDATE 8/19/16 The Map is now given to public in order for it's completion. In case of wanting to mod California in anyway. Dropbox Link Below Entire Cali v2 Map, and Buildings from All of PZ World. Here is the LOTPACK AND WORLD PACK FILES TO OVERRIDE THE WORLD FILES FOR CALIFORNIA TO SHOW ON MAP California, KY (Manual File Installation) https://www.dropbox.com/s/4b4sqkjucm1mmak/California%2C Ky.zip?dl=0 Directions on how to get to California the fastest way. Think of your points of the Compass as Such. Muldraugh= South WestPoint = North Bedford= East California= Head West From West Point down the River (Opposite from Going to the Mall) Accomplished. TCO So I have (Finished Louisiana, Ky for the most part, waiting on feedback to tweak what needs it) and I have an Idea for a 6 x 6 cell to fill the top of the map above West Point with the River. Image for Reference. Image above Edited on 8/15/16 I have tidied up the Veg map to allow me to finish the river north. srandiny is working on a bridge. I am hoping to get a Good Golden Gate to cross the river. Not sure If I want two bridges that cross the river yet. Sieben has a great building that I would love to use. Kinda inspired me for the city of California. I would like to have tall buildings for the most part in here. And for the outlaying cities of California I will make them more rural. Sieben Has All of the Military Bases and Whatnot that I am going to use, Plus this massive Hotel! Tell me what yall think. I will need help with some buildings as usual to populate the map. I have plans for field areas and outdoor tourist attractions. We will see how this goes. I plan on this map taking upwards of a couple months. @ Jela331 seems to think that I won't give Credit Where it's Due. So Please, If someone has built something that I might or might not use in my Map, Please Don't go Ham. I have no problem Giving Credit to anyone who Helps with this map, Has buildings that I would like to use, and or even attempts to play it. I will do everything In my power to find out where I have gotten the file and Give credit to that person for allowing someone (Myself included) to use it. Thanks EDIT: Mad Props to srandiny For Building the Goldengate bridge!! Also Way2sp00ky Has a Gorgeous Bank I might need to Use. Love its setting. Also has Supplied Coffehouse and Offices. mads232 Has a city house (His house actually that I think would look great for neighborhood houses in Cali! Neutralnz1 has a checkpoint that I am using as well + The Large Hotel of His. Need a golf course to go with that, Also the Med Center would Be Great for the Big City Pjuux Has some wicked buildings that could be fantastic around the city as well cmseter has a fantastic bathhouse that I would love to incorporate. BeastlyBean for the Lost Church Maklane for the Bloody Restuarant Marcelmarceau for the french church! BeastlyBean for the Lost Church Traya Aclus for the Confederate house and Industrial Plant Z3759xy for the Contribution of the Downtown buildings! TCO
  25. Currently, if stairscases are placed directly above each other, it causes them to not function properly. Here's an example: This is a fire escape for a map I am working on. (I have removed the railing so that it's easier to see what's going on.) The game allows you to travel from the first floor up, using the lower staircase. It also allows you to use the upper staircase both ways. But you cannot go down on the lower staircase. I don't know the game engine but I assume that the game sees that I am trying to walk into a staircase, and, since stairs are a physical object, it refuses to let me pass. (Although if this is the case, I have no clue why I can walk up the first staircase since i'd 'bump my head' on the physical object above me - but this is just guessing as pseudocode, like I said before. I have no clue how the game runs.) To clarify further, here's my character struggling in vain to go down this staircase: I've tried staircases at different angles, against or not against walls, and in all sorts of other situations to get this to work, but all in vain so far. I think that having staircases stack vertically is absolutely vital - I am working on a larger city map, so fire escapes, and tall staircases are quite common. But even in suburbs I can see this being an issue, if a house is large enough and the stairs going up to a 2nd floor are below ones for the 3rd floor.
×
×
  • Create New...