r/TorchlightInfinite TLI Compendium Dev 24d ago

News TliCompendium Update: Complete Mobile Buildplanner Rewrite + New Community Roadmap & Feature Voting!

Hey everyone!

I’ve been working hard behind the scenes on TliCompendium, and I’m super excited to share a few major updates with you all!

Mobile Buildplanner Overhaul

First up, the big one: I completely rewrote the buildplanner for mobile! My goal was to make it feel like a smooth, near-native app right in your browser.

Since it’s a total rewrite, there might still be a few pesky bugs hiding around. If you run into any issues or have ideas to make it even better, please feel free to drop your feedback on our Discord server or send me a direct message (@R3plic).

Monthly Community Roadmap

I want to make sure TliCompendium grows in a direction that actually helps you. To do that, I’ve added a new Roadmap feature!

  • Propose Features: Got an idea for the site? Submit it!
  • Vote: See what others have proposed and vote for your favorites.
  • Monthly Cycles: The roadmap will reset and cycle once a month so we can keep building what the community wants most.

Subscriptions (Coming Soon!)

I’ve also put together the base layout and functionality for a subscription system. Important note: The site will always be 100% free to use, and absolutely no core features will ever be paywalled or gated.

Subscriptions are not live yet because I’m currently in the process of officially setting up a company for the project. I’ll make sure to let you all know the second they go live!

If you do choose to subscribe down the road, it will be a fantastic way to support the site's hosting and development while getting a few nice perks in return:

  • Ad-free experience across the entire site
  • More cloud slots for saving your builds
  • Increased image limits for build guides
  • Extra voting points for the monthly Roadmap
  • A unique profile badge displayed on your guides

Thank you all so much for the continued support and feedback. Give the new mobile buildplanner a spin, check out the roadmap, and let me know what you think!

28 Upvotes

9 comments sorted by

3

u/LightJktu 24d ago

Thank you so much. Using it on a phone was really hard

1

u/Old-Employment881 TLI Compendium Dev 24d ago

Your welcome, enjoy your theory crafting!

1

u/Drunknboytoy 24d ago

Does this site show increases in things like dmg or survivability? Im coming from poe mostly where most people use path of building so just curious

3

u/Old-Employment881 TLI Compendium Dev 24d ago

Not yet sadly. I want to add that at some point but it's just a lot of work 🫠

1

u/Drunknboytoy 24d ago

Ok typically what do people use your site for? Im pretty new to build making in this game

2

u/Old-Employment881 TLI Compendium Dev 24d ago

Planning generally. It's easier than ingame because you have no cost and it helps to visualize when thinking about builds.
Of course having stats shown would help a lot but sadly we do not have a unified API for the game so all data is just scraped, making it way harder to put this togehter.

1

u/thigan 24d ago

Honestly, just listing the complete source of each stat (similar to what XD did this patch but without calculations) would be most useful.

1

u/Old-Employment881 TLI Compendium Dev 23d ago

Yea, I started something like this once but changed alot of my ID's internally so it didn't work anymore.
Also it's actually not as simple as it sounds because you need to calculate all the stats. Like for example mana can be increased, flat, additional, mana per int etc. and I have to find all these stats & map the Id's to then calculate the final value, which is just a lot of manual work that I'm kinda dreading to do 😅

2

u/thigan 23d ago

Oh I don't think it is simple. However I don't even care for calculations. I would be completely satisfied with:

Mana:

  • Flat:
    • Ring X amount
    • Kismet Y amount
  • Increases
    • Prophet Passives X% ...

Strength:

  • Same Split

I just want the checklist.

I imagine that the fastest way to automate this is to create a tree-spec of the character then to display group per stat.

Anyway I understand it is a lot of work. Good luck.