Jump to content

Dagesh

Member
  • Posts

    6
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Dagesh's Achievements

  1. Greetings I am trying to find what different files types are used for. Knowing is half the battle and I would like to be able to tweak my MP server's maps and player files w/o fear of having to wipe everything in order to make any changes. First question, what do the following file types do/what are they used for? servertest folder map_####_####.bin - This one I know. It holds 10x0 tiles in a chunk. I delete these to reset certain areas. I am well acquainted. chunkdata_##_##.bin zpop_##_##.bin - Obviously it holds zombie data. How do I decipher the numbers in the file name? What happens if I delete this/these? map_meta.bin map_t.bin map_zone.bin reanimated.bin recorded_media.bin WorldDictionary.bin z_outfits.bin zpop_virtual.bin erosion.ini players.db vehicles.db players.db-journal vehicles.db-journal WorldDictionaryLog.lua WorldDictionaryReadable.lua servertest_player folder global_mod_data.bin map.bin map_meta.bin map_sand.bin map_sympols.bin map_t.bin map_ver.bin map_zone.bin recorded_media.bin serverid.dat vehicles.db WorldDictionaryReadable.lua Second question, can I go in and edit the contents of these files and how? Thank you so much in advance for any help. I'd like to know these things and share the information with others learning how to dig into these files to make the game better for players. Dagesh
  2. I have a question about Tiles Picker when running debug. Am I able to choose from the tiles in Tiles Picker? I can find tiles in there but I don't know how to pull them into the world. Thank you in advance.
  3. Hey Ranchook. The first number is the east-west number and the second one is the north-south. I use the following to find it: https://map.projectzomboid.com/ Then go to the coordinates section in the left bar. --- Each number in your server files represents a chunk (10 tiles). So 300 is really 3000 to 3009. This applies both East to West (first number) and North to South (second number) The lowest chunk in the bottom left of the map is 3000 x 13490 but you will only find 300_1439 in the folder. Deleting that will reset the entire chunk from 3000 to 3009 and 14390 to 13499. Hopefully that makes sense.
×
×
  • Create New...