[TOOL RELEASE] Smart Coca Timer Overlay, Fully Automatic V1.0.3

I wish it was a web app rather than an executable
it wouldn’t work well as a web app since it needs to overlay on your game screen and capture real-time screenshots, which browsers can’t do.
That said, you don’t need the .exe you can run it directly with Python from the source code.
 
V1.0.2 released it fixed a problem where users didn't have Tesseract OCR installed so now its bundled into the build all you gotta do is download and extract the folder nothing more.
 
We should probably have this in the gamemode, "XX minutes left"
In any case, I'm happy to see that you enjoyed making it and decided to release it to the community with a FOSS license
 
We should probably have this in the gamemode, "XX minutes left"
In any case, I'm happy to see that you enjoyed making it and decided to release it to the community with a FOSS license
Pretty sure the old drug system had a timer on them when you dropped a clock prop. Should just implement a timer to the planter menu under the harvest all button or something,
 

COCA Smart Timer v1.0.2 → v1.0.3 Changelog​

MAJOR NEW FEATURES​

Multi-Stage Plant Lifecycle System

  • Added 4-stage plant growth: Growing → Ready → Flowering → Seeding
  • Ready Stage: 4min (Cannabis) / 7.5min (Coca)
  • Flowering Stage: Cannabis (3.5min basic/3min box), Coca (8min basic/7.5min box)
  • Seeding Stage: Infinite duration with infinity symbol ( as i don't know how long the seeding is for each crop yet but i will update that with a future version)
Auto Crop Type Detection

  • OCR automatically detects "Coca" or "Cannabis" from screenshots
  • Overrides manual settings when detection successful
  • Falls back to manual preference when no crop detected
  • Dynamic UI label updates based on detected crop type
Enhanced Preferences Dialog

  • Added Preference dialog option in the tray app
  • Replaced buggy checkbox with custom toggle switch
  • Removed information clutter and time info box
  • Fixed text cropping and element positioning issues
  • Clean modern layout with proper sizing

UI/UX IMPROVEMENTS​

Dynamic Status Display

  • Shows current growth stage in overlay (Growing/Ready/Flowering/Seeding)
  • Stage-specific background colors
  • Real-time crop type display in floating UI

AUDIO FIXES​

Restored Sound System

  • Fixed missing completion sounds for all stages
  • Completion sound plays at each stage transition

BUG FIXES​

Flashing Behavior

  • Fixed flowering stage flashing from start
  • Now only flashes during warning periods (5min/1min)
  • Proper reset between stage transitions
Preferences Dialog

  • Fixed save button not working properly
  • Resolved checkbox interaction problems
  • Fixed text cropping and overlapping elements
General Fixes

  • Config file saves to correct project directory
  • Enhanced error handling and crash prevention

TECHNICAL IMPROVEMENTS​

Enhanced OCR

  • Dual detection: extracts both percentage and crop type
  • Improved text extraction with broader OCR configurations
  • Better keyword recognition algorithms

WORKFLOW CHANGES​

Before: Simple timer countdown
After: Complete lifecycle simulation with automatic stage progression and intelligent crop detection

Check it out here
 

COCA Smart Timer v1.0.2 → v1.0.3 Changelog​

MAJOR NEW FEATURES​

Multi-Stage Plant Lifecycle System

  • Added 4-stage plant growth: Growing → Ready → Flowering → Seeding
  • Ready Stage: 4min (Cannabis) / 7.5min (Coca)
  • Flowering Stage: Cannabis (3.5min basic/3min box), Coca (8min basic/7.5min box)
  • Seeding Stage: Infinite duration with infinity symbol ( as i don't know how long the seeding is for each crop yet but i will update that with a future version)
Auto Crop Type Detection

  • OCR automatically detects "Coca" or "Cannabis" from screenshots
  • Overrides manual settings when detection successful
  • Falls back to manual preference when no crop detected
  • Dynamic UI label updates based on detected crop type
Enhanced Preferences Dialog

  • Added Preference dialog option in the tray app
  • Replaced buggy checkbox with custom toggle switch
  • Removed information clutter and time info box
  • Fixed text cropping and element positioning issues
  • Clean modern layout with proper sizing

UI/UX IMPROVEMENTS​

Dynamic Status Display

  • Shows current growth stage in overlay (Growing/Ready/Flowering/Seeding)
  • Stage-specific background colors
  • Real-time crop type display in floating UI

AUDIO FIXES​

Restored Sound System

  • Fixed missing completion sounds for all stages
  • Completion sound plays at each stage transition

BUG FIXES​

Flashing Behavior

  • Fixed flowering stage flashing from start
  • Now only flashes during warning periods (5min/1min)
  • Proper reset between stage transitions
Preferences Dialog

  • Fixed save button not working properly
  • Resolved checkbox interaction problems
  • Fixed text cropping and overlapping elements
General Fixes

  • Config file saves to correct project directory
  • Enhanced error handling and crash prevention

TECHNICAL IMPROVEMENTS​

Enhanced OCR

  • Dual detection: extracts both percentage and crop type
  • Improved text extraction with broader OCR configurations
  • Better keyword recognition algorithms

WORKFLOW CHANGES​

Before: Simple timer countdown
After: Complete lifecycle simulation with automatic stage progression and intelligent crop detection

Check it out here
Cool stuff. Thanks for you effort babes
 
Back
Top