Jump to content

Neznajka

Member
  • Posts

    23
  • Joined

  • Last visited

About Neznajka

  • Birthday 01/01/1990

Profile Information

  • Gender
    Man

Recent Profile Visitors

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

Neznajka's Achievements

  1. Neznajka

    Zaumby Thursday

    The new java and lua elements are nice additions for the game. Is it possible to improve support for varargs? The unpack function is in need of an update. Modern unpack can unpack a table that contains "nils", while currently we can not determine the size of the table to do this. On another note, if there is a way to improve performance by switching kahlua to another more modern lua version (or different scripting language) then that is also something that we're all looking for.
  2. Can not create pack with images containing the "." character. Names had "module.type" in them but were trimmed to module only in this error box.
  3. Neznajka

    Disruption Week

    Is there amy more information about this? What kind of features can we expect and what is not planned? How big can a network realistically be?
  4. This is not a bug, every annotated map is picked only once to spawn. You must collect them or they can disappear together with the zombie corpse (if it's part of the corpse loot).
  5. https://pzwiki.net/wiki/New_Tiles You can find some information and video guides on the pzwiki.
  6. Description: When you continue a modded challenge without it being enabled on main menu, then the save isn't loaded as a challenge and the challenge functions aren't called. Possible cause: The checks are done before reloading Lua (MainScreen.continueLatestSave) Reproduction Steps: SOLO > New Game Choose Mods > select Challenge Mod Start the challenge Quit to Menu Continue or Load the save
  7. Since you are not new, I will give you more sources to look through to discover information by yourself. shared/Stash descriptions/StashUtil.lua zombie/core/stash/StashSystem zombie/core/stash/ There are guides how to make custom distribution tables that are pretty much guaranteed to give you specific items. Otherwise you will need to go into coding zone if you want to get more options. Obviously input from a dev would be better, but you can't always expect them to answer. PS: I've seen a couple mods that add more stash. I took an unconventional approach while testing this system. github link
  8. 1. Probably not by default. 2. Probably not by default. 3. Not sure, I added mine to crates. Check Distribution tables. 4. I think this was covered in the examples. 5. Yes. 6. Probably. It seems you're quite new, I recommend checking the pzwiki for some general information and discord is quite active too.
  9. It would be nice if IsoObject:sendObjectChange("containers") would trigger an event like "OnContainerUpdate", so that clients get confused less often.
  10. This is minor bug that happens when you use lower screen resolution. a) There is no obvious way to close the panel, close button is out of bounds. Disabling Lootzed cheat: still open. b) can't resize it either.
  11. Can you please move the set of ItemReplacement inside the DoParam?
  12. This needs some support, more mods take the parse route and it's bad practice.
  13. 1) when printing stack trace add to mod name the mod version if there is one. *I've seen a number of mods use modVersion=___ in the mod.info file but it seems it's not something the game uses 2) When crafting spears not to use attached knifes, or favourited knifes. 3) Very often right click doesn't populate the worldobjects with what you click on, most noticeable when trying to add barricades through a collapsed (hidden) wall. Which is probably why I can't get barricade and add sheet rope options in a number of situations. So it would be very useful to add the barricade and sheet rope options to some other menu, like carpentry menu. This is obviously not for version 41, but something to keep an eye for in next version.
  14. Same happened to me yesterday, the zombie was stuck walking without moving. When I got close, I encountered an invisible obstacle which I couldn't find after the zombie was dead.
  15. Version: 41.77 Reproduction: Pick up crate, right click in inventory, select disassemble. Error pops up. ERROR.zip
×
×
  • Create New...