Jump to content

Forums

  1. News & Announcements

    1. News

      Blog posts, interesting news, and forum announcements.

      5.1k
      posts
  2. Project Zomboid

    1. PZ Updates

      Patch notes and announcement threads for PZ builds.

      22.5k
      posts
    2. General Discussions

      Just the general place to natter about zombie apocal-em-upse, Project Zomboid.

      67.4k
      posts
    3. Bug Reports

      Bugs go here. Please save us the time to translate all the posts in different languages and post them in English instead.

      24.8k
      posts
    4. PZ Support

      For any problems about purchasing, the actual running of the game, crash reports, etc.
      Bug reports go here (click).

      28.5k
      posts
    5. 22.8k
      posts
    6. 8.4k
      posts
    7. PZ Suggestions

      Got things you want to see in PZ? Post here! Tip: search to see if there's already an existing thread.

      55.5k
      posts
  3. PZ Modding

    1. Tutorials & Resources

      The place to learn and gather everything you could need for modding PZ!

      2.5k
      posts
    2. Mods

      Anything that alters gameplay mechanics or the UI and doesn't fit into the other categories.

      17.7k
      posts
    3. Items

      Weapons, food, recipes, clothes. All the items you need (or not) for survival.

      9.7k
      posts
    4. Mapping

      Visit exotic places.

      8.4k
      posts
    5. Mod Ideas and Requests

      For the creative minds and everyone else.

      2.8k
      posts
  4. General Games Development

    1. Indie Scene

      Talk about the Indie scene, promote your work, and get feedback about all aspects of game development!

      2.3k
      posts
  5. Other Discussions

    1. General Discussion

      Talk about anything you like!

      21.6k
      posts
    2. Forum Games & Activities

      Relax with some good ol' fashioned forum tomfoolery and creative fun!

      9.3k
      posts
  • New Topics

  • 2543 The Ultimate Question!

    1. 1. Which is better: pancakes or waffles?


      • PANCAKES
      • WAFFLES

  • Posts

    • Hey, i'm trying to spawn a military crate at some coords which works fine. The issue i have is that the crate is floating and not sitting on the ground for some reason. I researched through all vanilla files i could think of and looked at the IsoObject class in the java documentation but nothing i tried helped. This is my code:    local function SpawnMilitaryCrate(sq) local modData = ModData.getOrCreate("TileSpawner") if modData["MilitaryCrateSpawned"] then return end local x, y, z = sq:getX(), sq:getY(), sq:getZ() if x == 6444 and y == 11883 and z == 2 then local crateSprite = "location_military_generic_01_3" local crate = IsoThumpable.new(getWorld():getCell(), sq, crateSprite, false, nil) crate:setIsContainer(true) crate:getContainer():setType("crate") crate:getContainer():setCapacity(50) crate:setIsFloor(true) sq:AddSpecialObject(crate) local inv = crate:getContainer() if inv then inv:AddItem("Base.Axe") end modData["MilitaryCrateSpawned"] = true ModData.transmit("TileSpawner") Events.LoadGridsquare.Remove(SpawnMilitaryCrate) end end Events.LoadGridsquare.Add(SpawnMilitaryCrate) Anyone got an idea on what im doing wrong?
    • It actually cleared up the next day XD   Which is good because I have knox disabled, which means I don't have to go debug and make a bug report for dying and turning
    • I would say your symptoms sound you you became infected. You will know if you continue to watch for a while after you die. Are you a Zed?
    • I can understand your frustration, but you can always use the stable B41. Just right-click on the "Project Zomboid" listing in your library an change it.   You will even be able to play multi-player if you wish. Frankly, I wouldn't do that, though. The look and feel of B42 is so different, it's like trying to go back and play a game from 1995.
    • Just some questions about how illnesses work in b42 and maybe ways to get better   I got sick real bad, I keep losing health and am constantly sick and nervous. Was wondering if some more experienced players have tips for getting better.   I am playing a custom challenge run, so: Knox infection is disabled Corpse sickness is disabled I haven't eaten anything poisonous or any berries, caterpillars etc. I haven't drunk any tainted water I haven't eaten anything like Rat Poison or Bleach   It is winter I'm also very hot, so its likely a fever Power is still on (cusom run, started only a few weeks ago at the end of November)   I've been staying indoors where it is warm (I think, it looks like they removed coldness moodles in b42 so I'm not 100% sure) and eating good cooked food I had an infected wound, but I disinfected it and the infection is gone by now   I'm at around 8% health left as of writing, so I'm assuming I won't start recovering from this one Sleeping makes it worse I've played a few b42 runs at this point, and haven't found anything like anitibiotics or vitamins, and I'm assuming they got removed for b42   I've already died once in this run by getting drag-glitched in a fence and getting eaten. I don't like playing runs past one character per world, and if I'm about to lose my second I'll probably can it and start over.   Anybody got tips? Or questions about my custom settings
×
×
  • Create New...