Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Well, here's hoping it gets updated some day...
I modified the script in order to be compatible with the latest IWBUMS (41.50 for now), with a few extras (saving and loading of the list)
If you want me to try to send it to your github, feel free to ask
It does look like a discussion tab is a highly requested feature for Github https://github.com/dear-github/dear-github/issues/44 . There does appear to be a team discussion feature if we were part of the same organization. Looks like issues/here is probably the best route for now.
then Cocyte and i can post there and it be more organized :D
Feel free to open up a PR or re-upload the file, whichever works best for you :)
- Smarter and easier to maintain code (The previous version was really ugly...)
- Capitalization of entries is now ignored
- Partial match possible : if an entry is surrounded by asterisks, then all items containing the text of this entry will be highlighted. For example, "*nails*" will highlight both the "nails" and "box of nails" items. Quite convenient for seeds...
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1211805853
I changed several files, so here is an archive with the whole mod : https://ufile.io/1ifu4
Feel free to publish it on the workshop if you wish.
- Create the directory ISUI in (...)\RPShoppingLists\media\lua\client\
- Download this file : https://ufile.io/itjlz (it is an override of the basic ISInventoryPane.lua) in this directory
et voila.
For now, the color is a bright yellow, but it is possible to update the script in order to have a configurable color for each of the lists.
I made a small modification in order to highlight the listed items in the inventory panes (the items names are now written in a bright yellow, hard to miss unless colorblind).
Are you interested with this little patch?
I've found a small annoying detail... There's two kind of sheets of paper in game : SheetPaper and SheetPaper2.
SheetPaper is of the "normal" type and is the kind required for your script
SheetPaper2 is of the "litterature" type and is unfortunately the most common in game.
It's quite easy to fix if needed : just change both occurences of "SheetPaper," in ShoppingList.txt to "SheetPaper/SheetPaper2,"