first-time setup

This commit is contained in:
Zach Walton
2022-08-01 19:00:27 -07:00
committed by Martin Natano
parent 0cba3579de
commit 9755acddb7
3 changed files with 19 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
# First-Time Setup
If you have a previous SM5 installation using GrooveStats Launcher, follow the [StepMania 5.1 to ITGmania Migration Guide](./sm5_migration.md).
Otherwise, all you need to do is configure `GrooveStats.ini` in your profile folder as originally documented for the [GrooveStats Launcher](https://github.com/GrooveStats/gslauncher/blob/main/README.md). This can be done in one of two ways:
1. Enter the Music Select screen when logged into a profile. This will automatically generate the file for you.
2. Identify your LocalProfile, and manually create a GrooveStats.ini with the following contents:
```
[GrooveStats]
ApiKey=YOUR_API_KEY
IsPadPlayer=1
```
`IsPadPlayer=1` indicates that you are playing on a pad (and not a keyboard). If you're using a keyboard, then set this to 0. In that case your scores will not be submitted to GrooveStats, but other functionality will be active.
To obtain your API key to make requests to the GrooveStats service, log into your GrooveStats account and visit the [Update Profile](https://groovestats.com/index.php?page=register&action=update) page to generate and copy your API key. Paste the API key after the `ApiKey=` in the `GrooveStats.ini` file.
![GS API Key](./images/gs-api-key.png)
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

+1 -1
View File
@@ -1,7 +1,7 @@
StepMania 5.1 to ITGmania Migration Guide
=========================================
This guide explains how to migrate from StepMania 5.1 to ITGmania without losing access to your settings and songs.
This guide explains how to migrate from StepMania 5.1 to ITGmania without losing access to your settings and songs. If you don't have an existing SM5 setup and are starting from scratch, follow [First-Time Setup](./first_time_setup.md) instead.
The steps are as follows: