updated FAQ in the README.

This commit is contained in:
Storm Dragon 2022-03-16 04:59:10 -04:00
parent f97e4fb061
commit d77912c9a6

View File

@ -15,3 +15,9 @@ As the project grows, more dependencies will most likely be added. When LGM is l
The short answer is no. Audiogame-manager is built around using wine to play games. This means that most calls, including the launcher, killing the process, and in lots of cases the uninstaller are built around wine commands. In addition, the launch parser expects a wine path.
While exceptions could probably be added for some of the games, AGM is already at more than 2500 lines and will continue to grow as games are added. So, for the sake of developers, it is easier to focus on one thing, and hopefully do it well.
### Q: Why does game X not work on my system
Improper phase of the moon? You drew a imperfect circle when summoning the installer daemons? Your guess is as good as mine.
In all seriousness, there are so many different configurations, computers, and distros out there, it is really difficult to give a detailed reason to the exact problem you are having. The best advice I can give is check your game's documentation for dependencies, and your distro's documentation for people who have had similar problems.