Skip to content

Commit 8eeada4

Browse files
authored
Update README.md
1 parent 10a56c4 commit 8eeada4

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# RLCSVPlugin
2-
BakkesMod plugin to save Rocket League match data to CSV files.
32

4-
## Installation
5-
1. Install [BakkesMod](http://www.bakkesmod.com/)
6-
2. Clone repo and build in Visual Studio or download RLCSVPlugin.dll from the [releases page](https://github.com/evansloan/RLCSVPlugin/releases)
7-
3. Open BakkesMod and click File -> Open BakkesMod folder
8-
4. Paste RLCSVPlugin.dll into `plugins/`
9-
5. Append `plugin load rlcsvplugin` to `cfg/plugins.cfg`
10-
6. After a match, a .csv file will be created in `data/RLCSV/<date>/<gamemode>/match.csv`
3+
RLCSVPlugin is a BakkesMod plugin that saves Rocket League scoreboard stats for all players to CSV files on the conclusion of an online match.
4+
5+
## Settings
6+
* With Rocket League open press F2 -> Plugins -> RLCSVPlugin
7+
* Save directory: The location where you would like your CSV files to be saved
8+
* Default is `bakkesmod/data/RLCSV/`
9+
* Save directory structure: Saves CSV files into folders based on date and game mode. Deselecting this setting will save all CSV's regardless of date and game mode in the same folder
10+
* Example: `bakkesmod/data/RLCSV/2020-29-03/Standard/`
11+
12+
## Updates
13+
**2020-03-29**:
14+
* Add setting change save directory
15+
* Add setting to change save directory structure
16+
* Add timestamp, game mode, and match result for each player in CSV file

0 commit comments

Comments
 (0)