Updated Home (markdown)

Jannik 2017-05-07 20:11:50 +02:00
parent 6f3de40963
commit df7d3a6015
1 changed files with 22 additions and 5 deletions

27
Home.md

@ -1,12 +1,29 @@
## Welcome to the cemu_UI wiki!
# Welcome to the cemu_UI wiki!
### google drive syncronisation
cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.info/), a Wii U emulator. Downloads can be found [here](https://github.com/Seil0/cemu_UI/releases).
## make a backup of your savegames before using the cloud sync the first time!
## installation
Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI/releases), make sure you have the latest version of java 8 oracle jre/jdk installed, open the file. cemu_UI creats a new directory "C:\Users\USERNAME\Documents\cemu_UI", where the database, settings and covers are stored. **first start can take while!**
## cloud savegame syncronisation
**make a backup of your savegames before using the cloud sync the first time!**
#### fist setup
to set up the cloud syncronisation, switch cloud sync button to on and allow cemu_UI to acces your cloud files to upload the savegames. cemu_UI uploads all your savegames to the cloud and checks from now on startup, whether a sync is needed.
to set up the cloud syncronisation, switch cloud sync button to on and allow cemu_UI to acces your cloud files to upload the savegames. cemu_UI uploads all your savegames to the cloud and checks from now on startup, whether a sync is needed or not.
#### adding a new installation of cemu
if you want to add a new installation of cemu to the cloud sync, switch cloud sync button to on and allow cemu_UI to acces your cloud files. cemu_UI will download all synced savgames from the cloud, it's highly recommendet **not** to have any savgames in this -new- installation of cemu otherwise it's possible to lose the synced savegames. (If you added a installation with new savgames to the cloud sync you can delet the cloud cemu_UI folder to prevent the other installations from downloading these files and overwriting your "real" savegames.)
if you want to add a new installation of cemu to the cloud sync, download cemu_UI, start it and switch cloud sync button to on. cemu_UI will download all synced savgames from the cloud. **It's highly recommendet not to have any savgames in this -new- installation of cemu otherwise it's possible to lose the synced savegames.**
## FAQ
* My game is not detected automaticaly
* You need to add it to the [games.db](https://github.com/Seil0/cemu_UI/blob/master/downloadContent/games.db) database or you add it to the [games.csv](https://github.com/Seil0/cemu_UI/blob/master/downloadContent/games.csv) table so everyone can use it.
* How can I update the games.db?
* Delete the games.db file in "C:\Users\USERNAME\Documents\cemu_UI" it will be downloaded again at the next start of cemu_UI.
* I've acidetialy added a new cemu instance with savgeams to the cloud sync
* Delet the cloud cemu_UI folder (cemu_savegames) to prevent the other installations from downloading these files and overwriting your "real" savegames.
* I have another question
* make a new issue and let me know