Pretty hacky script for easily figuring out the engine used for a game, sets the clipboard for use on PCGamingWiki. Requires Python 3.6+.
makepkg -sri
pip install --user --editable .
Before using the find_engine.py
script, make sure to set your PCGamingWiki username at the top of the file. To use the script, run it with the command find-engine LocationToExecutable.exe
. Note that the clipboard feature may not work on Linux.
If you prefer not to install the script, you can still run it by executing the command python find_engine.py
instead of find-engine
.