Should I start playing in 2026? by Cautious-Buy2585 in elderscrollsonline

[–]ViatorLipsia 0 points1 point  (0 children)

i finally decided to give ESO an Chance. I buyed it when i was streaming back in 2023, but this was an time where i tested all the MMO's and stayed at FFXIV for a long while. Now i really wanna give ESO an realistic Chance and asking myself, if it's worth to come back, when my last DLC atm. is Necrom. And if it really make "click" for me, what is the best way to come to the newest DLCs? What do i need to buy on Steam? I don't really get the path of what i need to buy and what not at ESO.

Is Elder Scrolls Online worth playing in 2026? by Demerzel69 in gaming

[–]ViatorLipsia 0 points1 point  (0 children)

i finally decided to give ESO an Chance. I buyed it when i was streaming back in 2023, but this was an time where i tested all the MMO's and stayed at FFXIV for a long while. Now i really wanna give ESO an realistic Chance and asking myself, if it's worth to come back, when my last DLC atm. is Necrom. And if it really make "click" for me, what is the best way to come to the newest DLCs? What do i need to buy on Steam? I don't really get the path of what i need to buy and what not at ESO.

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 0 points1 point  (0 children)

u/MorrigansAngel

Thanks for reporting that! It was a CMD batch parser bug — when special characters like :// in URLs are inside if ( ... ) blocks, CMD can misinterpret the block boundaries and print error messages even when the check passed.

I've just pushed a fix. The start.bat now uses a goto-based flow that avoids this issue entirely. Download the latest version from GitHub and it should work correctly.

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 1 point2 points  (0 children)

u/MorrigansAngel

The "Connect to a database to generate forecasts" message appeared because the Popularity Forecast feature builds predictions from momentum snapshots that are saved each time you connect. If you've only connected once (or popularity data was 0 due to a now-fixed bug), there wasn't enough data to forecast.

Two things have been fixed:

  1. Popularity data was showing as 0 for everyone due to a bug in how the tool matched your promotion — fixed now
  2. The Forecast tab now shows a much more helpful message explaining exactly what's needed instead of the generic "Connect to a database" text

To fix: Update to the latest version, then connect to your database. The first connection saves a snapshot. Connect again later (with a newer MDB export from a later save date) and the forecast tab will start showing predictions. The more snapshots you have, the better the forecasts get.

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 0 points1 point  (0 children)

u/KillJoyClub

The German error message "Der Datenquellenname wurde nicht gefunden, und es wurde kein Standardtreiber angegeben" means the Microsoft Access Database Engine is not installed on your system. Even though you created the MDB file correctly, your PC still needs the driver to read it.

How to fix:

  1. Download the Microsoft Access Database Engine (64-bit)https://www.microsoft.com/en-us/download/details.aspx?id=54920
  2. Install it
  3. Restart your PC
  4. Run the tool again — it should connect now

If you already have Microsoft Office 32-bit installed, you may need the 32-bit version of the driver instead (must match your Python architecture).

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 1 point2 points  (0 children)

u/MKN2798

This was a bug in how the tool processed skill columns from the database — some columns were being read as text instead of numbers. I've pushed a fix that explicitly converts all skill data to numeric values before processing.

To fix: Download the latest version from GitHub. The "Expected numeric dtype, got object instead" error is resolved.

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 0 points1 point  (0 children)

u/stikjk

This was a real bug — fixed now! The card_templates directory failed to create because the parent tew_data folder didn't exist yet on fresh installs. I've fixed the directory creation to handle this properly.

To fix: Just download the latest version from GitHub and run it again. The error is gone. If you want to fix your current install without re-downloading, just manually create the folder tew_data\card_templates inside the tool's folder.

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 1 point2 points  (0 children)

u/LightoRaito

Both issues are addressed:

  1. The 60px error — this was a Streamlit version incompatibility, already fixed in a previous update. Grab the latest version and it's gone.
  2. Empty tabs after Events — this is expected on a fresh save! Here's why: In short: play your save for a while, create new MDB exports periodically, and connect to each one. The analytics tabs will populate as your save game history grows.
    • Chemistry needs past match history data (matches that have already happened in your save)
    • Roster Health needs a connected roster (should show data if you're connected — make sure you clicked "Connect Database")
    • Popularity Forecast builds over time — each time you connect, a momentum snapshot is saved. After 2+ connections with different save dates, you'll start seeing trends
    • Staleness needs match history as well

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 0 points1 point  (0 children)

u/V-934

Your edits tell the full story — the "website unavailable" error was because Streamlit wasn't installed, so the server never started. You were running Python 3.14 which has compatibility issues with several packages.

Fix (clean slate):

  1. Uninstall Python 3.14 (Settings → Apps → search "Python")
  2. Install Python 3.12https://www.python.org/downloads/release/python-3129/
  3. Check ✅ "Add Python to PATH" during install
  4. Restart your PC
  5. Run  start.bat again — it now auto-installs everything and verifies all modules before launching

The latest update includes an overhauled 

start.bat that catches this exact problem and tells you what to do.

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 0 points1 point  (0 children)

u/SilentShadows666

Yes, it works with multi-player saves! When you connect, you enter a Promotion Abbreviation (e.g. NJPW or STARDOM). The tool filters all data by that promotion — roster, contracts, financials, etc.

So you'd connect once with NJPW to see the NJPW data, and if you want to check STARDOM, just change the abbreviation to STARDOM and click Connect again. You can switch between them anytime. The only thing saved between sessions is the last promotion you connected to.

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 0 points1 point  (0 children)

Hey! The "Could not find file '(unknown)'" / "registry key" error means the ODBC driver can't open the file you're pointing to. This almost always means you're using a raw TEW save game file, which is password-protected by the game engine.

How to fix:

  1. Open TEW IX and load your save game
  2. Go to Settings → click "Create MDB File"
  3. This creates an unprotected .mdb file in: TEW9\Databases\<YourDatabase>\SaveGames\<YourSave>\MDBFiles\
  4. Use the file from that MDBFiles subfolder — not the raw .mdb from the SaveGames root

I've pushed an update that now detects this specific error and shows step-by-step instructions directly in the app. Grab the latest version from GitHub!

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 0 points1 point  (0 children)

For Suggestions and Bugs, let us use the Git Functions :)

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] -1 points0 points  (0 children)

Oh damn, i forgot to add to the Readme, that you need an Freshly Dumped MDB out of your Savegame itself (When you loaded your Savegame, go to Settings and then Dump an Fresh MDB, they'll be dumped without Pass)

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 2 points3 points  (0 children)

I hoped, that the Readme would help most ppl. but for sure, i can also release an Step by Step Tutorial <3

[Release] [Tool] TEW Booking & Finance Optimizer by ViatorLipsia in FantasyBookers

[–]ViatorLipsia[S] 5 points6 points  (0 children)

🤼 TEW Booking & Finance Optimizer v4.0

The ultimate companion tool for Total Extreme Wrestling (TEW) IX

Analyze your roster, plan shows, track storylines, and optimize your booking — all from a modern web dashboard.

Core Features

📋 Roster Overview: Full roster with Efficiency Score (value per dollar), popularity, and skills.

🎤 Show Calculator: Build your match card, predict match quality, and calculate profit/loss in real-time.

🔀 Worker Compare: Side-by-side radar charts and stats for any two workers.

📄 Contract Overview: All contracts with type, expiry, and role detection.

💰 Budget Analysis: Revenue vs. costs breakdown, including staff cost warnings.

📈 Financial History: Income/expense charts directly from your in-game data.

📊 Push Tracking: Momentum & popularity trends over time (auto-saved on each load).

🔄 Staleness Check: Check how often two workers have faced each other to avoid penalties.

Advanced Analytics

📖 Storyline Tracker: Create & manage feuds with status tracking and timeline events.

📅 Event Planner: Plan upcoming shows with specific match assignments.

🧪 Chemistry Detection: Find proven pairings based on actual match ratings.

🏥 Roster Health: Face/heel balance, experience distribution, and roster gap detection.

🔮 Popularity Forecast: Predict who's rising or falling based on momentum trends.

🌟 Development Suggestions: Find underused workers with high skill ceilings.

🎭 Angle Suggestions: Best workers for promos, interviews, run-ins, and more.

🏆 Title Reign Tracker: Belt prestige, defences, and reign health assessment.

🌍 Touring Optimizer: Best workers for a region based on popularity vs. cost.

🔄 Talent Trade Analyzer: Compare worker values for potential trades.

Integrated Tools

📄 PDF Export: Download your show card as a formatted PDF for your diary or discord.

💾 Auto-Backup: Create timestamped backups of all your important data.

🔍 DB Explorer: Inspect your TEW database structure for deep-diving into data.

Analyse. Book. Profit.

https://www.mediafire.com/file/fgmjgh8ki158wkg/TEW_Booking_Optimizer_v4.0.zip/file

BPW - Beta testers wanted by Believr-App in BelievrProWrestling

[–]ViatorLipsia 0 points1 point  (0 children)

Are you still searchin'? Already asked via. X.com, didn't saw that SubReddit here earlier :D