Field Crafter 1.15 - Public Test Release
Pre-releaseField Crafter 1.15 - Public Test Release
Field Crafter is a crafting inventory and shopping-list utility for City of Heroes: Homecoming.
Version 1.15 is the first public test release. It is being made available for wider testing and feedback before being treated as a fully stable release.
Downloads
Recommended: Portable EXE
Field_Crafter_1.15.exe
- Portable single-file Windows application
- No Python installation required
- Recommended for most users
Python version
Field_Crafter_1.15_Python.zip
- Python/source distribution
- Requires Python 3.10 or higher
- Creates its own private Python environment
- May require internet access on first launch to install Python dependencies
The automatically generated Source code (zip) and Source code (tar.gz) files provided by GitHub are not the prepared Field Crafter Python distribution. Use
Field_Crafter_1.15_Python.zipfrom the release assets instead.
Highlights
- Directly reads recipe and invention-salvage inventory from a running City of Heroes client
- Supports multiple game instances
- Screenshot and clipboard OCR fallback
- Side-by-side recipe and salvage review
- Items requiring manual review are highlighted in red
- Detailed source, OCR, and game-memory mapping information is available when selecting an item
- Calculates salvage that needs to be purchased
- Recommends surplus salvage that can be sold or deleted to make inventory room
- Tracks other surplus salvage
- Estimates total crafting cost
- Checks whether enough inventory space is available before crafting
- Includes a validated recipe and salvage database
- Supports database and memory-map updates
Typical Usage
-
Inventory Input
Read recipes and salvage directly from the running game, or use screenshots/OCR as a fallback. Direct memory read supports selecting a specific game instance via dropdown menu. -
Review & Edit
Verify the detected inventory, choose which recipes to craft, and review any entries highlighted for manual attention. -
Shopping List
View salvage to buy, anything you need to delete to make room, any extra/leftover salvage, crafting cost, and the full calculated result.
Windows SmartScreen
The portable EXE is currently not code-signed, so Windows SmartScreen may show an Unknown Publisher warning.
You can verify that your download matches the published release by checking its SHA-256 hash.
Verify Your Download
This release includes:
SHA256SUMS.txt
To verify the EXE in PowerShell:
Get-FileHash ".\Field_Crafter_1.15.exe" -Algorithm SHA256To verify the Python ZIP:
Get-FileHash ".\Field_Crafter_1.15_Python.zip" -Algorithm SHA256Compare the returned value with the corresponding entry in SHA256SUMS.txt.
The hashes should match exactly.
Public Testing
This release has not presented any issues in my own testing but I understand there may be some edge cases I haven't found yet, so this is being treated as a public test release. If you encounter a problem, please open an Issue in this repository.
When reporting a problem, include as much of the following as possible:
- Field Crafter version
- EXE or Python version
- Whether inventory was read from game memory or OCR
- What you expected to happen
- What actually happened
- Any displayed error message
- A screenshot if useful
For recipe-mapping problems, the information shown in the selected recipe's "Details" section can be especially helpful.
Release Assets
Field_Crafter_1.15.exeField_Crafter_1.15_Python.zipSHA256SUMS.txtRELEASE_MANIFEST.json