kwsch / pk3DS

Pokémon (3DS) ROM Editor & Randomizer
https://projectpokemon.org/forums/forums/topic/34377-pk3ds-xyoras-rom-editor-randomizer/
Other
404 stars 150 forks source link

[Feature Request] Raise max exp yield rate #507

Closed Grenouillue closed 3 years ago

Grenouillue commented 3 years ago

Hello Kurt !

Thank you so much for sharing your program with us. I'm not familiar with its coding aspects but I was wondering if there was any way to increase the yield rate % in the personal stats editor or get rid of the limit altogether

I believe it is currently set at 300%, would there be any risk of crash or issues if it could be set to a higher rate ?

Thank you so much in advance, I wish you a very good day !

Grenouillue

kwsch commented 3 years ago

There already is a modify all option for EXP yields.

https://github.com/kwsch/pk3DS/blob/83981893e6fc4290fc04f2b41d4b52649abd0bc9/pk3DS/Subforms/Gen6/PersonalEditor6.cs#L404-L405

You can run it multiple times. Keep in mind the value is capped at 65535 or 32768 due to it being a 16bit number.

Grenouillue commented 3 years ago

Hi again ! Thank you so much for your answer

I'm not sure if we're talking about the same feature but the EXP yield rate does seem to be capped at 300% on my end, it keeps changing back to 300 when I try to raise it:

Capture d’écran 2021-10-10 210020

The game is pokemon X. Am I doing something wrong ?

Sorry and thank you in advance

kwsch commented 3 years ago

Run your modifications multiple times. It's capped at 300% because 99% of all use cases do not need absurd EXP growth rates.

base*3*3*3*3*3...