ferium icon indicating copy to clipboard operation
ferium copied to clipboard

Export a profile to a Modrinth or CurseForge modpack

Open theRookieCoder opened this issue 3 years ago • 8 comments

Something like ferium profile export modrinth or ferium profile export curseforge

theRookieCoder avatar May 28 '22 09:05 theRookieCoder

Disclaimer: CurseForge modpacks will only support cf mods

theRookieCoder avatar May 28 '22 09:05 theRookieCoder

Only mods? Is it possible to also add other folders to tbe modpack?

JustSimplyKyle avatar May 28 '22 09:05 JustSimplyKyle

You will be able to specify an overrides directory when exporting

theRookieCoder avatar May 28 '22 09:05 theRookieCoder

Hmm, how would this work for resourepack tho. i mean yeah you could set an resourcepack override, but doesn't most modpacks use curseforge resource pack url?

JustSimplyKyle avatar May 29 '22 08:05 JustSimplyKyle

This is only for exporting a Ferium profile, so that's left to the user

theRookieCoder avatar May 29 '22 09:05 theRookieCoder

You could look into using packwiz as an intermediatary to the export. It has export support for both curseforge and modrinth.

soupglasses avatar Jun 14 '22 07:06 soupglasses

You could look into using packwiz as an intermediatary to the export. It has export support for both curseforge and modrinth.

Maybe integration with packwiz would be the way to go?

CorneliusCornbread avatar Aug 17 '22 23:08 CorneliusCornbread

packwiz is a golang project, so I think it may have some issues for just integration with this project? and I guess @imsofi is a better way like this:

ferium config pack.tool "path/to/packwiz"
ferium profile export curseforge --both
# the command format is refer to packwiz (packwiz curseforge export --both)

The second command will run a packwiz instant to export the profile.

Are there any other better solutions? Because this way need user to install some other extra stuff.

sakurayang avatar Aug 29 '22 16:08 sakurayang