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
The window size and location is also remembered, and as is the column widths.
"colASTrade2RuleIconDef" is a column added by AutoSeller.
You probably have some stored configuration that includes a reference to this column in your mod options.
Opening and saving the mod's column settings should clear any leftover references to it.
Could not load reference to DynamicTradeInterface.Defs.TradeColumnDef named colASTrade2RuleIconDef
I'd include a hugs log, but it's not updated, so I don't think there's anything I can do about that.
That's awesome! I really appreciate how well documented this is.
I completely missed that tooltip, thank you for pointing it out!
For Favourites, i imagine the easiest option would be for them to simply supply a MoreIconsDef, to add an additional icon in the icons column.
Can be found here: https://github.com/Zeracronius/DynamicTradeInterface/wiki
As for faction reputation in gifting mode, this is actually already shown as a tooltip on the accept button.
- The faction reputation display currently disappears when you enter the gift interface. It would be useful to be able to see this on the gift screen as well.
- A "gift affordable" style button that gifts as much of an item as possible without hitting 100 reputation would be really useful.
- This one is probably a long shot, and might be more on the other mod to use Dynamic Trade Interface's extendability, but I'd love to be able to see Favourites! icons in the trade interface (I linked to the updated version I use; alas, the original seems to be unmaintained, although it does have a source code link [github.com]).
It now doesn't show faction goodwill if target faction is Player.
I do not understand what the incompatibility is, or the issue at hand.
The goodwill calculation uses the same vanilla function in the same way as the default trade window.
I assume that if RIMMSqol has a situation in which you are trading with yourself, then they have patched the vanilla trade window to support that?
The mod tries to calculate the goodwill with the player faction from the trader faction. However they fail to safeguard that call against trade with the player faction itself.
Thanks for the super quick fix, it's working again now!
And as a reminder, all previous versions are available from the link in the description!
Turns out there was a previous typo in a file that caused it to load the 1.6 assembly in 1.5.
And i even double checked this multiple times.
The fix should be up in a moment
Funny difference between trading and gifting: the direction inverses.
Thanks for the awesome mod!
Looks like your issue is different, and i don't see any errors in your log directly related to DynamicTrade.
However, there is a series of texture loading errors earlier in the log:
"d3d11: failed to create 2D texture id=1889 width=30 height=30 mips=6 dxgifmt=28"
30x30 fits with the size of the icons i use.
I do not know what could be causing this however, and will need to investigate further. Most likely it's an issue on the machine.
Have you done texture conversions? and if so, have you updated it to include any potentially new icons? Perhaps GPU drivers?
You can find Rimsort mod list and save file, hope they help troublehoshooting the issue: https://drive.google.com/drive/folders/1Rm30FxwVPLF2KL9BInWL6sPxi7iXv_9r
AdaChanDesu asked both Ferny and I about this, and i reworked the icons system entirely to allow others to easily add integration.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3418017359
That does not seem to be related to the update. In this case you are clicking confirm, and then NQualityOfLife intercepts the trade and subsequently throws an error.
https://gist.github.com/HugsLibRecordKeeper/a195c10117170a35475906a5150cdf3b
https://imgur.com/a/3aGvYcO
I have had a few reports of the icons missing, but been unable to track it down.
Based on your log, however, i may have identified the issue being related to slaves and ideology. There's a lot of entries in the log related to missing Slavery icon.
I haven't had these issues myself, but i'll be looking into it.
https://gist.github.com/HugsLibRecordKeeper/53f92f2c20df08bf278f5f08f8783f98
https://imgur.com/a/xIWWw8p
Hello, sorry if im just super dumb but where do i toggle this? From my understanding, you can make it look like the 1st screenshot, but i cant find the option anywhere
I think you are lacking an update, i can't reproduce the issue on my end, and all the XML and code looks fine as far as i can tell.
Issues with gene icons was what turol reported, and that got fixed.
Thank you for keep this updated - it's the best trade interface! :)
Thanks for letting me know, I will have it fixed as soon as I can.
Error:
[Dynamic Trade Interface] Unable to locate draw callback 'DynamicTradeInterface.UserInterface.Columns.ColumnExtraIconTypes.TechprintDrawable:GetIcons' for IconDef TechprintIconDef.
Ensure referenced method has arguments matching 'Tradeable' and a return type of 'IEnumerable<(Texture, string?, Color?)>'
It should be fixed now.
Asking is perfectly fine, the rude part is if people start demanding.
I am not familiar with that mod, I can look into it, but it may be simplest if they did it on their side.
It would most likely be the code they already have, just running in a harmony patch on the More Icons method.