Project Zomboid

Project Zomboid

1,216 평점
Simple Add Inventory Pages (for Build 41)
2
9
4
5
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
태그: Mod
파일 크기
게시일
업데이트일
32.410 KB
2019년 12월 25일 오전 9시 57분
2020년 12월 29일 오전 10시 09분
변경 사항 3개 ( 보기 )

다운로드 위해 구독하기
Simple Add Inventory Pages (for Build 41)

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

  • 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
인기 토론 모두 보기(1)
2
2022년 2월 1일 오전 3시 39분
Permission
KodeMan
댓글 74
Kazaryu 2024년 7월 15일 오후 2시 15분 
hi, does this mod affect other contrainers? for example would it allow me to access the inventory of a bag on a corpse?
我法如蜜 2024년 6월 13일 오후 8시 56분 
thank you
2024년 5월 11일 오전 7시 53분 
谢谢!ありがとう!
Jͥasͣmͫina 2024년 3월 6일 오후 6시 30분 
Most needed mod! Thank you for this.
Sho 2023년 10월 16일 오후 6시 20분 
とても便利。ありがとう!
Harkie 2023년 9월 11일 오전 4시 14분 
works really well with bag attachment mods, which let you attach more bags to your bag!
THE CUZZY 2023년 8월 21일 오전 4시 30분 
Mod NOT broken safe install
RH4DB4  [작성자] 2023년 7월 20일 오전 9시 37분 
@无奈的小风龙
devバージョンではそれができるようにしていますが、おそらくもっと良いModが他にあるでしょう。
无奈的小风龙 2023년 7월 17일 오후 5시 24분 
載置具や容器内のバッグもそのまま開けることができる方がよい.
RH4DB4  [작성자] 2023년 5월 2일 오전 12시 24분 
@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.