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

Upgrade Configuration #726

Open
KyranAwesome1500 opened this issue Nov 26, 2024 · 4 comments
Open

Upgrade Configuration #726

KyranAwesome1500 opened this issue Nov 26, 2024 · 4 comments

Comments

@KyranAwesome1500
Copy link

Describe the feature you'd like

This wouldn't be a direct in-game feature but something you can change in the config files. If at all possible, I think it would be pretty unique if you could be able to change the maximum amount of speed, energy, and gas upgrades that each machine could have. So instead of the cap being 8 speed, energy, and gas upgrades per machine, you could change to 16 or 32 upgrades, speeding up some of the slower machines like the Chemical Crystallizer.

You could make it so the minimum amounts of upgrades are 0 or 1 and the maximum, 64 upgrades. This would also allow a lot more customisation for modpacks and evern people playing through the mod because they could tweak it to however fast or slow they could want it.

Describe alternatives you've considered

If not possible to change the official mod, then what about an addon mod, Just like mekanism tools or mekanism generators, you could make an addon that gives the ability to fully customise smaller things inside the mod, like the amount of upgrade control.

Additional context

Just a way to customise how many max upgrades can go into the machines so we dont have to remake the whole mod to just be able to change the max upgrades.

@thiakil
Copy link
Member

thiakil commented Nov 26, 2024

Adding more upgrades doesn't actually make them faster. The benefit is a fractional scale.

  • 1 of 8 upgrades = 12.5% of the maximum benefit
  • 8 of 8 upgrades = 100% of the maximum benefit

What you actually want to change for that is general.maxUpgradeMultiplier

Changing the amount of upgrades just adds (or removes) a bit of grind, and they're not terribly expensive to begin with

@KyranAwesome1500
Copy link
Author

Is there anyway to change that by default? or would we have to go through other means to change that?

@thiakil
Copy link
Member

thiakil commented Nov 26, 2024

Change what? maxUpgradeMultiplier is a config option in the Mekanism/general.toml file....

@KyranAwesome1500
Copy link
Author

oh, i completely missed that tysm that is really helpful

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