Skip to content

Commit

Permalink
Added an FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
kitswas committed Jul 25, 2023
1 parent e1d3faa commit eeb3248
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
29 changes: 29 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# FAQ

## Which games do you play with this?

Mostly games that lack gamepad support.
That includes older games and many indie games.

## Any popular games?

I've played Cassette Beasts, Dead Cells and Asphalt 9 with it.

## The default mapping doesn't work for me. What do I do?

You can change the mapping in the source code and build the server yourself.
With a bit of remapping, almost everything is playable.
The server will eventually have a GUI for changing the mapping.

## I want to change the colour of the gamepad

Again, this is something that will be added in the future.
I have already prepared alternate colours for the gamepad.

If you are can build the app yourself, you can change the primary colours in [ui/theme/Color.kt](https://github.com/kitswas/VirtualGamePad-Mobile/blob/main/app/src/main/java/io/github/kitswas/virtualgamepadmobile/ui/theme/Theme.kt).
The app will generate tonal variations of the primary colour for the rest of the UI.

## You mentioned cool upcoming features. When will they be available?

As soon as I can have time to work on it. :)
If you want them sooner, you can contribute to the project.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Run the server on your PC and the client on your phone.
Connect to the server from the Android app by entering the IP address and port of the server.
Both devices need to be on the same network.

There's an [FAQ](FAQ.md) for gamers.

## Troubleshooting

If you're having trouble connecting to the server, try disabling your firewall or adding an exception for the server.
Expand Down

0 comments on commit eeb3248

Please sign in to comment.