Eso Font Changer
D 53 completed
Other
unknown / lua · tiny
15
Files
875
LOC
0
Frameworks
4
Languages
Pipeline State
completedRun ID
#1531941Phase
doneProgress
0%Started
2026-04-16 14:48:04Finished
2026-04-16 14:48:04LLM tokens
0Pipeline Metadata
Stage
SkippedDecision
skip_scaffold_dupNovelty
9.25Framework unique
—Isolation
—Last stage change
2026-04-16 18:15:42Deduplication group #47494
Member of a group with 377 similar repo(s) — canonical #1438556 view group →
Provenance: Repobility (https://repobility.com) — every score reproducible from /scan/
AI Prompt
Create a tool, likely for an ESO addon, that simplifies adding new fonts. I need the system to handle font conversion automatically. Specifically, it should take a TTF font file placed in a `fonts/ttfs` folder and use platform-specific scripts—a Windows batch file (`slug.bat`) for Windows and a Linux shell script (`slug.sh`) for Linux—to generate the necessary `.slug` files. After conversion, it must update `CustomFontOptions.lua` so the new fonts appear in the game's options menu.
lua addon eso font-changer scripting windows linux automation
Generated by gemma4:latest
Catalog Information
Create a tool, likely for an ESO addon, that simplifies adding new fonts. I need the system to handle font conversion automatically. Specifically, it should take a TTF font file placed in a fonts/ttfs folder and use platform-specific scripts—a Windows batch file (slug.bat) for Windows and a Linux shell script (slug.sh) for Linux—to generate the necessary .slug files. After conversion, it must update CustomFontOptions.lua so the new fonts appear in the game's options menu.
Tags
lua addon eso font-changer scripting windows linux automation
Quality Score
D
53.1/100
Structure
45
Code Quality
56
Documentation
56
Testing
0
Practices
78
Security
100
Dependencies
50
Strengths
- Good security practices — no major issues detected
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
- 1 files with critical complexity need refactoring
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
Languages
Frameworks
None detected
Embed Badge
Add to your README:
