-
Notifications
You must be signed in to change notification settings - Fork 135
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
Review: Car Mechanic Simulator 2021 #16765
Comments
Hi there @zsjavorszky, I reviewed your game extension and I'm afraid that it's currently too basic to fully support the game. We usually apply a 80/20 mod support rule when reviewing an extension, and I'm afraid that the lack of information presented to the user regarding the MelonLoader hard requirement is causing the extension to fall below the mark. To add your extension to the Vortex extensions manifest you would have to either notify the user of this requirement and point him to a download location, or even better, download and install the requirement during your game registration's setup. Have a look at the automatic downloader for Stardew Valley's SMAPI as an example. |
Hello @IDCs , Thank you for taking the time to review my game extension. I utilized the collection system of Vortex to bundle MelonLoader with the mods, eliminating the need for manual installation. MelonLoader is a required dependency and it configured directly within the collection. I see the Vortex collection system as a very basic package manager, although I’m not certain of the developers' original intentions. You can test the extension alongside the collection here: I understand you have established policies, standards, and workflows that guided your current system design. However, I’d like to highlight a few areas where I believe there are opportunities for improvement. Game Registration
Benefits:
Game Detection
Benefits:
Game Mod Installation
Benefits:
I appreciate your work, but by by decoupling game registration, detection, and mod installation into smaller, independent modules, you could achieve a simpler development process, faster release cycles, and greater community involvement. Best regards, |
Nexus Username
TheSupremeSky
Extension URL
https://www.nexusmods.com/site/mods/1117
Game URL
https://www.nexusmods.com/carmechanicsimulator2021
Existing Extension URL
No response
New features
There is no vortex extension exists for CMS2021. The implementation is a simple basic loader.
I created a collection. It contains the melon loaded and 3 of the most popular mods.
https://next.nexusmods.com/carmechanicsimulator2021/collections/jrp9jm
Information
Packaging
Testing
Review Tasks
If a task fails, contact the author to request changes before continuing.
When reviewed and passed, please complete the following tasks:
The text was updated successfully, but these errors were encountered: