Project Zomboid

Project Zomboid

1,216 ratings
Simple Add Inventory Pages (for Build 41)
2
9
4
5
   
Award
Favorite
Favorited
Unfavorite
Tags: Mod
File Size
Posted
Updated
32.410 KB
25 Dec, 2019 @ 9:57am
29 Dec, 2020 @ 10:09am
3 Change Notes ( view )

Subscribe to download
Simple Add Inventory Pages (for Build 41)

Description
キャラクターのインベントリーにあるが装備はしていない入れ物のインベントリーをインベントリーウィンドウに追加します。
  • 入れ物は装備してなくても使えるはず。
    むしろ背負っていたら使えないのでは。
    そこまではやらんけどね。( >ω・)

  • Build 40までにも同様のModはありますが、動きがおかしかったので今は自分で作って使っています。
  • 高度な機能はありません。
    もっと高度なものを作ってくれるクリエイターが現れるよう祈りましょう!
  • 装備していない入れ物のボタンは色が暗く表示されます。
    ボタンの枠と画像の色は頑張ればちょっと変えられます。
    次のような内容のテキストファイルを作り、このModのmedia\lua\clientに入れると枠や画像の色を少し変えられます。
    拡張子がluaになっていればファイル名は何でもかまいません。("SimpleAddInventoryPages.Custom.lua"など)
    例:ボタンの枠を緑色にする。
    require "SimpleAddInventoryPages" SimpleAddInventoryPages["containerButtonBorderColor"] = {r=0.0, g=1.0, b=0.0, a=1.0} SimpleAddInventoryPages["containerButtonTextureColor"] = nil
    分からない場合は諦めてください。
  • 「入れ物の中の入れ物の中の……」というのも検討しましたが、見づらくなるのでやめました。
  • 装備していない入れ物は重いので気をつけましょう。
  • Build 41.71で動作確認しました。
    Build 41.47でBuild 40との互換性がなくなりました。
  • このModはシングルプレイヤーモード用に作成しました。
    マルチプレイヤーモードで動く保証はありません。


Add the inventory of the container that is in the character's inventory but not equipped to the inventory window.
  • I think containers should be usable even if not equipped.
    Rather I think it should cannot be used if you carry it on your back.
    Although there is no such function. ;p

  • There were similar mods up to Build 40, but now I'm making and using my own because it didn't seem to work properly.
  • It has no advanced features.
    Let's pray for creators who make more advanced mods appear!
  • Buttons for containers that are not equipped have a darker color.
    The color of the button frame and the image can be changed a bit with effort.
    Create a text file with the following content and put it in the media\lua\client of this mod, you can change the color of the frame and image a little.
    Any file name can be used as long as the extension is lua. e.g. SimpleAddInventoryPages.Custom.lua
    Example: Make the button frame green.
    require "SimpleAddInventoryPages" SimpleAddInventoryPages["containerButtonBorderColor"] = {r=0.0, g=1.0, b=0.0, a=1.0} SimpleAddInventoryPages["containerButtonTextureColor"] = nil
    If you do not understand, please give up.
  • I considered "in the container in the container ...", but stopped because it was hard to see.
  • Containers that are not equipped are heavy, so be careful.
  • I confirmed the operation with Build 41.71.
    Since Build 41.47, it is no longer compatible to Build 40.
  • This mod was created for the single-player mode.
    There is no guarantee that it will work in multi-player mode.

Tags:B41,Interface

Workshop ID: 1946782371
Mod ID: SimpleAddInventoryPages20191226
Popular Discussions View All (1)
2
1 Feb, 2022 @ 3:39am
Permission
KodeMan
74 Comments
Kazaryu 15 Jul @ 2:15pm 
hi, does this mod affect other contrainers? for example would it allow me to access the inventory of a bag on a corpse?
我法如蜜 13 Jun @ 8:56pm 
thank you
11 May @ 7:53am 
谢谢!ありがとう!
Jͥasͣmͫina 6 Mar @ 6:30pm 
Most needed mod! Thank you for this.
Sho 16 Oct, 2023 @ 6:20pm 
とても便利。ありがとう!
Harkie 11 Sep, 2023 @ 4:14am 
works really well with bag attachment mods, which let you attach more bags to your bag!
THE CUZZY 21 Aug, 2023 @ 4:30am 
Mod NOT broken safe install
RH4DB4  [author] 20 Jul, 2023 @ 9:37am 
@无奈的小风龙
devバージョンではそれができるようにしていますが、おそらくもっと良いModが他にあるでしょう。
无奈的小风龙 17 Jul, 2023 @ 5:24pm 
載置具や容器内のバッグもそのまま開けることができる方がよい.
RH4DB4  [author] 2 May, 2023 @ 12:24am 
@rcngunner
This mod provides only "simple" functionality.
I think there are more advanced mods out there that can do similar things, so please look for them.