-
Notifications
You must be signed in to change notification settings - Fork 22
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
Taylor's Math FIX (TESTED SOLUTION) #162
Comments
If anyone is looking for versions made for 1.13+, that isn't happening. The algorithms cause odd rendering issues in newer versions and produce virtually no difference in performance because of improvements made to Java and the game itself. If you're looking for better performance in 1.16+, use a Fabric mod pack like Fabulously Optimized or the Forge ports of the mods that FO uses. |
Thanks for this. I've always disliked betterfps but randomly running into this a day ago was just fate. |
Thank you! I'm not going to update the mod to newer versions, mostly for the reasons @Elephant1214 already mentioned. Updating this mod means completely rewriting it with new optimizations, which makes it a completely new mod, just like other optimization mods out there. There's probably nothing from this mod that can be reused. I might release a "final update" for all versions from 1.7.10 up to 1.12, including contributions like this one and a few other fixes too, just for the legacy sake... maybe |
That'd be appreciated. Right now I completely discourage its use due to multiple issues, as well as saves being soft-bricked with Elytra backports on 1.7.10 (also happens with Backlytra) |
Kudos to you for providing the jar file! Was really not looking forward to dealing with gradle again. |
Please do release final updates for older versions. Especially 1.12.2 even though it is abandoned, it still has a very active modding community. |
For the two people that see this in the future, @Elephant1214 updated BetterFPS' code, fixing Taylor's Algorithm in the process (I believe they haven't said anything publicly, hence why I'm the one posting this).
Even though for me, Taylor's isn't the fastest algorithm (According to BetterFPS automatic benchmark), I've tried the fixed jarfile and it seems to be working perfectly fine. I'm aware that most people don't know how to compile the mod by themselves, so here I've uploaded a .zip file that contains the mod with Elephant1214's fix (If you do know how to compile the mod, I'd suggest you compile it by yourself for the sake of not trusting files from random people on the internet - for the rest, I guess you'll have to trust me lol).
Gonna assume that Guichaguri won't update the mod, so I hope that this will be helpful for someone.
BetterFPS-1.6.0.zip
Btw, the fix is for 1.12.2
The text was updated successfully, but these errors were encountered: