-
Notifications
You must be signed in to change notification settings - Fork 18
Add steam-global-launch-options as submodule #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hello! Thank you for the submission!
|
|
Thanks for the heads up! Edit: |
|
Code looks up to snuff, however I notice one issue. Apart from that, Millennium is in a bit of a weird transition right now. We are in the process of changing Millennium's backend language from python to lua. I'm currently unsure whether I'll be adding any new python plugins until that point (it would be easier to manage). This also means at some point the backend of your plugin will need to be rewritten in lua. We have limited docs for that as of now though. |
|
Good point indeed! Hadn't considered that. The plugin already creates a default config file if one doesn't exist, so I've simply removed the Regarding the Python to Lua transition, I appreciate the heads up! As for adding it now, that's totally up to you! No worries at all if you'd prefer to wait until after the transition is complete. I understand it's probably easier to manage things that way during this transitional period :) |
|
Hello! Just an update, lua support has been added and part of the stable Steam release. Checkout the plugin template, and the developer docs! |
Awesome, thanks for letting me know! |
Hi there! This is my first submission.
I've made a plugin that allows the user to configure any launch options that get automatically applied globally across all your Steam games.
Currently this plugin:
Please let me know if anything requires adjustments/changing and I'll be more than happy to look into it!