Skip to content
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

Support for modpacks #124

Open
RobinVanCauter opened this issue Mar 1, 2023 · 1 comment
Open

Support for modpacks #124

RobinVanCauter opened this issue Mar 1, 2023 · 1 comment

Comments

@RobinVanCauter
Copy link

RobinVanCauter commented Mar 1, 2023

I've been trying to use Lodestone for some of my servers, but ran into the following issue:

Upon creation of a new instance, lodestone asks which flavour to use: vanilla / fabric / forge and then download and installs the latest version of these mod managers. The problem is, most of the large and popular modpacks are not built to be used with the latest version of these modloaders, they usually lag a couple of versions behind. As a result, I think nearly any server trying to use fabric or forge with existing modpacks, are not well supported at the moment.

For example, when I pick forge, remove the "by lodestone installed" forge files (as it won't work with the newest version), then copy over all of the files from a modpack it's server pack, I get the following error:

Error: could not open `C:\Users\Administrator\.lodestone\instances\Create Test-c6521e1d\libraries\net\minecraftforge\forge\1.19.2-43.2.6\win_args.txt'

There's a couple of different solutions that would fix this problem:

  • Allow changing the command or executable used to run an instance (much like being able to pass custom args)
  • Allow picking a specific forge/fabric/,, version on instance creation

Thanks for all the hard work, love the design, love the tech stack!

@CheatCod
Copy link
Member

CheatCod commented Mar 2, 2023

Thanks for your kind comment! We are aware of the forge bug, it's the result of forge changing how the server is launched somewhere between 1.16 to 1.19. We are also overhauling the setup experience to include mod loader versions. It should be out by 0.4.3.

We plan to implement modpacks using an upcoming "generic instance" system that allows developers to write plugins for lodestone to run at runtime. We hope to keep the setup experience simple for the current games supported by Lodestone, but allow technical users to extend the functionalities through our plugin system.

@CheatCod CheatCod transferred this issue from Lodestone-Team/lodestone Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants