Перейти к содержимому
Mineforgian

TackProfiler

Patches TickProfiler to use a local copy of its libraries, instead of downloading them at startup.

Загрузки
386
Подписчики
0
Обновлён
6 мая 2024 г.
Лицензия
CC0-1.0

Опубликован 6 мая 2024 г.

TickProfiler is a popular TPS-measurement mod from back in the day. It's in a lot of 1.10-1.12 modpacks.

Most TickProfiler versions try to download additional dependencies from https://jcenter.bintray.com/ at game startup, using a library called LibLoader. This usually works, but if you're offline, using an old version of Java that doesn't have the right HTTPS root certificates, or if JCenter is down - the download will fail and the game will crash.

To fix this, TackProfiler bundles a copy of all libraries TickProfiler wants to download, and patches TickProfiler's library-downloading code to use my local copies instead of attempting Internet connections.

Couple things to note:

  • TackProfiler has an unusual filename (it starts with "# #TackProfiler"). Do not rename the file. The pound-signs are necessary to make Forge load TackProfiler before LibLoader so I can patch it.
  • TackProfiler does not appear in the in-game mod list. This is normal. Watch the log for "TackProfiler initializing".

Questions? Comments? Just lonely? Join me on Discord: https://highlysuspect.agency/discord/

Ченджлог

1.0Релиз1.12, 1.12.1, 1.12.2 · 6 мая 2024 г.

Initial

Комментарии

Загружаем…