Jump to content

Search the Community

Showing results for tags 'Inventory'.

  • 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. I'd like to edit the starting carry weight/capacity for my own personal enjoyment. Is there a LUA file that I can edit which will allow me to modify the carry weight?
  2. Heyho, I've created another tutorial over at pz-mods.net which explains how to use inventory context menus. How to create Inventory Context Menus It especially shows you how to differentiate between single items, stacks and multiple stacks of items. Hope it helps! P.S.: http://thecodinglove.com/post/47120159615/when-my-code-works-on-the-first-try
  3. I know that I'm probably going to get a lot of flack for this, but I'm going to suggest this anyway. I think it was mentioned that Lemmy said that he didn't want to use a grid system in the game. However, I think it would help and even improve the game's current inventory and the weight system. Basically, in an example I'm putting up, you'd end up combining the inventory and health menus together to make it a little more smooth. You'd grab things from containers via popup grid. I know that this is the thing that everyone else is doing, but the thing is that it works. You wouldn't have to worry about the current weight system, as long as it fits onto the grid. This would also (potentially) make the crafting system more intuitive, rather then the current boring drop down menus.
  4. I really like the current inventory system, but the potential is not fully utilized. In this thread, I want to tell you, what bothers me about the current system and what has occurred to me, to make it more realistic and interesting. And yes, I know, that this is an Alpha-Game! What bothers me a bit: Everyone, who plays PZ, knows that each object has only one value. This value has no special weight marking like kg, lb or something else, but this is not a big problem. I was once told that this value is actually a combination of weight and bulkiness. And the minimum amount is only 0.1. This causes no problems until now, but I will come back to it. The second thing is, that backpacks / bags reduce the weight-value of the items inside it. This should not be a function of bags, since it is not realistic. Bags should only increase the load capacity. [Take three bricks in your hands. Now put them in a backpack and lift it high with both hands.You will notice that you feel no weight reduction.] The only weight reduction should work for items that are worn directly on the body, so clothing. Nothing else. Another thing is, that the value for the load is constantly 6-10 (more with trait strong). What I want to say is, that you shouldn't be able to carry items, if you are naked. Without clothes, you should be able to carry objects only in your hands. Only clothes with pockets and bags increase your carrying capacity. A small addition to criticism is the lack of strict division of the number of items. Example: 1x nails, 1x plank, 1x bucket, 1x carrots, 1x peas, 1x shotgun shell.... I hope, you know what I want to say. Each item should occur singly, even if it is super tiny. But it is not important to show just one item with the item-icon. Improvement and Expansion Proposals: First you need to take the value of each individual object and convert it into a realistic weight. Without calculating the bulkiness. No matter what weight is taken, it is important that the value is at least in the three-digit decimal field. The second new value of each object represents the bulkiness. So how much space an object occupies. It should also be in the three-digit decimal field. Both values can individually ensure that your character is overloaded. But the bulkiness affects not quite as strong on overloading. My suggestion: - weight: effects on overload 100% - bulkiness: effects on overload 75% The third value is the capacity of the container/bags/backpacks and also for hands and clothes with pockets. Thus, each "normal" item has two values and each container has three values. Important for containers is only the bulkiness of the items, which are put into it. A massive object has a greater bulkiness, as a narrow, small or flat object. As an example, a pillow would have a quite large bulkiness, whereas, a hammer has a much lower bulkiness. On the other hand, although short and thin, the hammer would have a higher weight. ---------- Let me just explain something before I continue. Since last year, when I started with the Addiciton Mod, there was and is one small thing, which bother me. Really not worth mentioning, but perhaps a good example for now. If you find cigarettes, you will always find 20 cigarette packs with one cigarette inside. Actually, the symbol with the item-name should express that you will find a pack of 20 cigarettes. But if you want to loot all cigarettes, you realize that you're taking 20 packages (if you only paying attention to the icon). I thought to myself: Does this mean, that I consume an entire pack of each smoked cigarette? I've created some items like self-rolled cigarette, tobacco packs and so on, but my planned system doesn't work like I wanted. At that time there were no pockets or bags, what made the implementation more difficult. But let's say, you implement now a cigarette package as a portable container in the current version. What would you do, that you can put cigarettes(0.2), nails (0.1), seeds(0.0) and other tiny stuff in it, but no empty waterbottles (0.1)? Unfortunately, there is no realistic way in the current system. --------- In order to make this contribution not extremely long, I will now explain my proposed system with the cigarette pack. (estimated values in metric system) The cigarette pack: Weight: 30-40 grams Bulkiness("volume"): 60 Capacity: [max.Bulkiness - 1%] 59,4 (the max. Bulkiness is the value, if the container is completely full. A soft bag has a lower bulkiness, because it can be folded, when it is empty.) One cigarette: Weight: 1-2 grams Bulkiness: 2,85 One nail: Weight: 2-4 grams Bulkiness: 0,8 One carrot seed: Weight: ~0,05 grams Bulkiness: 0,08 One empty water bottle: Weight: ~80 grams Bulkiness: 180 Capacity: 178,2 Now you find a cigarette pack with 20 cigarettes inside. 20 * 2,85 = 57 So the pack has still 2,4 capacity. Not enough for one more cigarette or an empty water bottle, but enough for three nails or 30 seeds. --------- One more thing: Container needs two boolean values. 'water container yes/no' / 'solid items yes/no' Little suggestion beside: Plastic and paper bags wear out very quickly, if you have they constantly full. They should wear out with time. Faster when it is full. This is my suggestion for the inventory system. I think it is not too complex and brings some more variety and realism into the inventory system. I hope, I don't forget anything. Edit: The longer we wait, the less likely we can change the old system.
  5. Description I am new to coding and this is my first real post, i am unsure if other people have been having this issue but when ever i open the inventory panel all the things that use a Condition bar are always messed up and not aligned with the actual item, this fixes that. i hope this gets to Lemmy or one of the Devs. because it is an easy fix and they can incorporate this into the new patch, which makes it a lot easier for me because then i don't have to keep on updating the Code So here you go! [2.9.9.10] - [2.9.9.15] condition bar alignment fix.zip [2.9.9.16] condition bar alignment fix.zip [2.9.9.17] condition bar alignment fix.zip *remember this is a fix not a mod, so you install it the way you use to before you got version 2.9.9.17 PM me if you have any ideas, fixes, or updates that i should do.
  6. Heyyy fellow Zomboids, probably not the right place to put this butttttt.... Is there a Developers Console or an Inventory Editor for Project Zomboid? Just wondering so I may make things a tiny bit easier..
×
×
  • Create New...