LuisMayo / LuisMayo/objection_engine
Graphical suggestions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 122
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
I have a few graphical suggestions to make the video generated bots more accurate to the in-game images. The first one is the nameplates font:

This is how the bot generates the video,

and this is an actual in-game screenshot (notice the different font), there's a recreation of that font (since those nameplates are images in the game's files and not actual text) which can be found [here](https://fontstruct.com/fontstructions/show/1799842/ace-name).
The other suggestion would be to use the European font (used in the French, German, Spanish and Italian localizations) if the bot detects the language is not English,

This is an image from the bot's font using the American version font,

and this is an image of the European font (look how even if both are pixel fonts, they're still pretty different. Check the letters a, e, s or g). There used to be a conversion to ttf for this font in Fontstruct, but I believe it got deleted. I downloaded it time ago so I can reupload it somewhere else.
EDIT: It looks like it wasn't deleted, [here it is](http://origin.fontstruct.com/fontstructions/show/553660/ace_attorney_eu).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked screenshots and font references to understand the requested nameplate and localization differences. Then locate the rendering and language-selection entry points; the work is done when English uses the requested nameplate font and French, German, Spanish, and Italian use the European font.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100