Skip to content

Commit

Permalink
update readme and add sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
herzogmedia committed Mar 14, 2023
1 parent 2054a76 commit 9322b2f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

Client for Ropeskipping DM March 2023

## Settings and CSV Store

App-Settings and CSV-Files should be stored under `%APPDATA%\[ApplicationName]` on windows. A sample `settings.config` can be found in project root. CSV Files to be imported should be encoded in UTF-8.

## Todo

- [x] Clear all Layers Button
- [ ] Make CSV-Name changable (through setting)
- [ ] Make CG-Channel changable (through setting)
- [x] Update CSV button (where to put it?)

## Nice to have
Expand Down
67 changes: 67 additions & 0 deletions settings.config.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"cgsServer": {
"IP": "127.0.0.1",
"Port": 5250,
"Queue": 1
},
"cgtTemplate": {
"defaultBB": {
"template": "VFC/BB",
"keys": [
"f0",
"f1"
],
"layer": 20,
"sendJSON": false,
"defaultPlayTime": 7
},
"infoBar": {
"template": "VFC/BB",
"keys": [
"f0",
"f1"
],
"layer": 21,
"sendJSON": false,
"defaultPlayTime": 0,
"selectOptions": [
{
"name": "Deutsche Einzelmeisterschaft 2023",
"disciplines": [
"Speed 30 Sekunden",
"Speed 180 Sekunden",
"Freestyle"
]
},
{
"name": "Bundesfinale Einzel 2023",
"disciplines": [
"Speed 30 Sekunden",
"Speed 180 Sekunden",
"Freestyle"
]
},
{
"name": "Double Under Cup 2023",
"disciplines": []
},
{
"name": "Triple Under Cup 2023",
"disciplines": []
}
]
},
"jumpBB": {
"template": "",
"keys": [
"f0",
"f1",
"f2"
],
"layer": 22,
"sendJSON": false,
"defaultPlayTime": 7,
"dataSource": ""
}
}
}

0 comments on commit 9322b2f

Please sign in to comment.