Simple Add Inventory Pages (for Build 42)
キャラクターのインベントリーにあるが装備はしていない入れ物のインベントリーをインベントリーウィンドウに追加します。
- 入れ物は装備してなくても使えるはず。
むしろ背負っていたら使えないのでは。
そこまではやらんけどね。( >ω・) - 高度な機能はありません。
もっと高度なものを作ってくれるクリエイターが現れるよう祈りましょう! - 装備していない入れ物のボタンは色が暗く表示されます。
ボタンの枠と画像の色は頑張ればちょっと変えられます。
次のような内容のテキストファイルを作り、このModのmedialuaclientに入れると枠や画像の色を少し変えられます。
拡張子がluaになっていればファイル名は何でもかまいません。("SimpleAddInventoryPages.Custom.lua"など)
例:ボタンの枠を緑色にする。require "SimpleAddInventoryPages" SimpleAddInventoryPages["containerButtonBorderColor"] = {r=0.0, g=1.0, b=0.0, a=1.0} SimpleAddInventoryPages["containerButtonTextureColor"] = nil分からない場合は諦めてください。
- 「入れ物の中の入れ物の中の……」というのも検討しましたが、見づらくなるのでやめました。
- 装備していない入れ物は重いので気をつけましょう。
- Build 42.1.1で動作確認しました。
- この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 medialuaclient 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"] = nilIf 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 42.1.1.
- This mod was created for the single-player mode.
There is no guarantee that it will work in multi-player mode.
Workshop ID: 3414914840
Mod ID: SimpleAddInventoryPages20250126