Package Details: cheat-engine-zh 7.5-1

Git Clone URL: https://aur.archlinux.org/cheat-engine-zh.git (read-only, click to copy)
Package Base: cheat-engine-zh
Description: Cheat Engine is a development environment focused on modding games and applications for personal use.
Upstream URL: https://cheatengine.org
Licenses: custom:commercial
Submitter: XDwanj
Maintainer: XDwanj
Last Packager: XDwanj
Votes: 0
Popularity: 0.000000
First Submitted: 2023-06-23 15:04 (UTC)
Last Updated: 2023-06-23 15:09 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Pinned Comments

XDwanj commented on 2025-07-14 06:39 (UTC)

You can execute bat scripts through wine to start multiple programs at the same time, like this:

echo "
start \"\" \"z:\home\user\a.exe\" &
start \"\" \"z:\home\user\b.exe\" &
pause
" > ~/run.bat

wine ~/run.bat

Latest Comments

XDwanj commented on 2025-07-14 06:39 (UTC)

You can execute bat scripts through wine to start multiple programs at the same time, like this:

echo "
start \"\" \"z:\home\user\a.exe\" &
start \"\" \"z:\home\user\b.exe\" &
pause
" > ~/run.bat

wine ~/run.bat

rileykaye commented on 2025-07-13 20:32 (UTC)

@oroborius @TrueSalt This package installs to /opt/; the .exe file launches just fine using WINE.

oroborius commented on 2024-09-14 05:37 (UTC)

@TrueSalt looks like it's just a portable CE7.5 bundled to include wine dependencies in the AUR repository at a first glance. Meaning you'd likely still need to run the executable under the same prefix as the game you're using it on. Should be doable using steamtinkerlaunch.

TrueSalt commented on 2024-07-02 03:38 (UTC)

How does this program work? There doesn't seem to be any documentation or anything on how to launch or use this. Like what command starts up the program?