JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.24k stars 1.05k forks source link

CustomMachineInfoProvider #2873

Closed Outzzz closed 1 year ago

Outzzz commented 1 year ago

Checklist

Enhancement purpose

simulate machine info

Solution

different CustomMachineInfoProvider for individual bot

Why currently available solutions are not sufficient?

all bot use same machineinfoprovider

Can you help us with this enhancement idea?

Somehow, I can test and offer feedback, but can't code

Additional info

No response

Rudokhvist commented 1 year ago

all bot use same machineinfoprovider

It does not answers the question "Why currently available solutions are not sufficient?". Yes, all bots use the same machineinfoprovider, but why this is bad? Why they need to be different?

JustArchi commented 1 year ago

Fair suggestion, done, it automatically makes previous ICustomMachineInfoProvider obsolete. I didn't test this but it should work as designed, feel free to test for me.