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
But just to clarify, only the QM_SortToTabs can be modified? The DataExport Excel file can only be viewed but cannot by modified correct?
By curiosity, if there is a couple of items I want to move into a different category, is the best way to achieve this is by adding one new entry per item Id (so one by one)? Or is there a better way to reach / more efficient / less time consuming way to that goal?
As another user mentioned, for example, if we are trying to separate melee weapon from range weapon into two different destination table. Is the only way forward doing it one by one as one new text per item for each melee weapon in the game?
I thought maybe we could just change the DataExport to add a new Subtype (e.g Subtype:Melee) and only having to create a new rule instead of a dozen. But again, seems like DataExport doesn't save the modifications.
Thank you for your expertise on this
Correct.
The purpose of the DataExport.csv is to provide the information required to create rules in the .json file. It is effectively read only.
Right now, that is correct, it would have to be a rule for each id.
Looking at the data, I could possibly add another column that would work. I could see that being useful. Let me think about that. My time is a bit limited, but I might be able to add that later tonight or tomorrow. No promises though.
I might also convert the rules to .csv format as well since it is something I've been thinking about for quite a while. It would be an automatic conversion from the user's existing rules, so you wouldn't lose anything.
I'll let you know.
For now, if you want to get the ID's already split out by range and melee weapons, you can use the Data Export mod. The config_items.tsv will have what you are looking for. The relevant sections are #meleeweapons and #rangeweapons.
You could use excel or regex to transform those id's to the rule's JSON format.
I was just simply curious to understand better how these things work.
I am happy to keep melee and range weapon together for now, it's not a big problem and nothing urgent. It's better to use your time to keep pumping out new amazing QOL improvements!
I also assume that eventually, the game DEV would make something like that official later on in game to allow some automatic filters once you dump your loot into the ship. Otherwise, I feel like in late game, you may spend as much time dragging and clicking the inventory than you spend in missions !
However, something I was wondering and maybe I missed it somewhere is if there is a way to add more tab than just the 7 we have?
Because of the limited amount of tabs, we have no other way than to merge some items together.
Cheers,
Right now I believe the UI doesn't do a wrap around, so it would be limited to only adding a few since the rest go off screen.
Hopefully we get a scrollable slider or something to make that work.
Any case, thanks again for your help !