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
Firstly AutoSeller doesn't inject by itself, it uses harmony, which is safer than injecting myself, it keeps track of patch chains etc. harmony is the best way to inject code, doesn't cause hard incompatibility, and is probably used by most of the c# mods you have installed (including Glitterworld Prime).
If someone decides to inject code by themselves without harmony, THIS can cause a hard incompatibility, THIS is something I would never do.
AutoSeller doesn't patch all derived trade windows, in fact it is very selective and only patches certain derived trade windows, every other derived trade window is left alone, unpatched.
I have Prime installed myself. and I know others that also use both with no issues.
Try running them together, go to the prime console and see if it works.
p.s. sorry, I didn't see this topic until now
No problem. I have not played in a pretty long time now and did not really expect an answer.
But, thanks for clearing that up.
I do not have any other mods that change the trade windows or anything beside Auto Seller and Glitterworld. If I remember correctly, I could change values (buy/sell) stuff, but as soon as I clicked to confirm my order, only the silver amount on GWPs side went up/down and the window stayed open. Also the stuff I sold was gone. So I don't know what went wrong.
Also, here's the post I made on the GWP workshop: https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/1515843333/1798529872637067672/
The thing is that both mods work perfectly with all my other mods independently, but not if both are loaded. :/
I've made a small change to the trade code, my rules aren't causing errors either way atm so I cant really check if it helps or not. give it a test if you can please.
Again, the amount of silver on GWPs side goes down by the amount I would have received and the window stays open. Interestingly enough, my items are not gone this time.
hopefully this update might fix it.
The problem with my modlist is, that IF it is another mod causing this, I can't go through all 160 of them and test them.
As I said, AutoSeller is one of the latest additions to my list and everything worked before. If I need to contact the GWP author again, I'll do that. :)
if you enable dev mode, go into mod settings, and in autoseller expert settings, you can turn on 'show report during patch'
this will create a letter just after the rules are applied, without requiring accept to be pressed. hopefully not too many items are on the letter and you can screenshot it please.
you can also disable the autoseller patch from here (and after restarting the game). be careful though, as these settings can disable autoseller completely (hence the big warning message at the top).
(This image is hosted with IPFS and that link right there is a private gateway. It may load a bit slow.)
Obviously the same error when I click accept. But its not too much I'm trying to sell.
Interestingly enough, the error I had when I posted in the GWP thread, had about 200k worth of items instead of just 2277. No idea why its not detecting the items in the stockpile that you can see right there in the bottom left corner of the screenshot. Could it be, that the last update kind of screwed something up or so?
Hey listen if you need more help you can also just add me or something. Your profile is private so I don't want to be annoying haha.
EDIT: And I'm not quite sure if this is important, but I'm on Linux...
UPDATE: I disabled the dialog hook for GWP and it just worked. But my autoseller rules were still applied... Does it usually require a restart for these changes to take effect?
GiveSoldThingToPlayer usually refers to something bought (could be silver, as that is what I would expect is being given in exchange for sold items, I'll need to write another tool to double check though).
the update I made was to restrict to only apply rules to items where there was a price on the prime server, prime sets everything else at market value (without a factor) so I made it so market value items were skipped, in the hope that it would avoid picking possible unsupported items if that was the issue, though I think it isn't the issue now.
Linux should be fine.
lol, now I'm not sure of the silver theory.
Whatever the case, I just played about 2 hours without problems, made about 5 trades. And as I said, everything worked after disabling the hook. No restart needed. Still most of my rules did not work because so many items were skipped (even though they're supported and you're allowed to sell them). Mostly organs if that helps.
EDIT: Question: Does disabling the hook do anything? The interface looked the same, it worked the same... virtually nothing changed except for it not throwing errors anymore and correctly selling my items.
EDIT2: I should probably mention, that most of the organs come from mods that add stuff like brains etc. I can't quite remember the name but if it's interesting for you, I'll look it up.
so something else is happening I'm afraid. the conditions that lead to the error are not currently present.
I agree, the list of items prime has is massive, and would be great if we can get the autoseller rules working with prime. I will likely remove the restrictions from the last update, since you still had the error.
Edit: I noticed the foot wasn't vanilla, but I think they are safe imho.
1. Have everything enabled.
2. via dev mode disable the GWP hook
3. Profit!
If that somehow helps you narrow down the issue, it was at least worth trying :)
EDIT: Also, the above steps do not disable AutoSeller which is weird because when following them everything works as expected...