Expand CoreFoundation#33
Conversation
|
Hey, thank you for helping to improve this project! I'm not aware of problems with the client.config, are there advantages to provide the configuration options via the stub and add complexity for it? As you mention, it would be useful to have these options configurable and it sounds like we would have to introduce our own config file to read them from although the game already supports this with the client.config. 🤔 Getting the shop to work sounds interesting, I haven't looked into this so far mostly because I'm not using it. |
|
I think generally being as close to the official flow is desirable as some of the interfaces/loading mechanism may be subject to changes. As an example, I'll push my work on |
Thanks for sharing your project, I'm working on expanding some bits.
This is my first batch of changes/ideas.
Other than adding some of the "useless" implementation details here, what this change allows us to do is to get rid of client.config entirely. One detail to figure out is how we offer the user to set their region, currently this is hard-coded in the stub which is less than ideal, open to suggestions.
I've also made fair progress on implementing the shop functionality ( blz_commerce_sdk_plugin ), let me know if you would be interested to see what I have for that.