0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

#プログラミング #ゲーム # #IndustryIdle の原料・材料の関係を表示するツール

Last updated at Posted at 2025-10-21

本内容を利用した場合の一切の責任を私は負いません。

経緯

SteamゲーのIndustry Idle( https://store.steampowered.com/app/1574000/Industry_Idle/ )で、ロック解除が進まないと施設やアイテムの先がわからない上に、図とかわかりやすいようになっていないため。
オープンソースのため、ソースを見れば全情報は得られる。

バージョン

準備

下記のgithub pageをChromeで開く。
https://github895439.github.io/IIBR/

使い方

矩形の施設(A)をクリックすると、その施設が必要とするアイテムを収集・作成する施設(B)との結線が表示される。
また、BとBが収集・作成するアイテムを必要とする施設との結線と、同様のAの結線も表示される。
表示された状態で、クリックすると結線を消す。

備考

これは使うために特化したもので、これを作るためのデータを作るツールを別途作成してあるが、それは公開しない。
ゲームの拡張分には対応していない。
表示最下に表示に使用しているデータがあるため、言語変更だけならそのデータを置換すればできる。

主な履歴

2025.10.22 依存遡りを直近より上にも対応
2025.10.24
 divタグのボーダーが結線と被るので削除
 備考に追記

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?