https://github.com/yous/ctrl-s
Save the game. Oh, you should.
https://github.com/yous/ctrl-s
Last synced: 9 months ago
JSON representation
Save the game. Oh, you should.
- Host: GitHub
- URL: https://github.com/yous/ctrl-s
- Owner: yous
- Created: 2014-12-16T16:26:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T17:00:21.000Z (over 4 years ago)
- Last Synced: 2025-03-25T02:51:18.320Z (9 months ago)
- Language: Lua
- Homepage:
- Size: 619 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ctrl-S
Save the game. Oh, you should.
## Usage
For the task list:
``` sh
rake -T
```
Task | Description
---------------------|--------------------------------------------------------------
`wow:account` | Link the World of Warcraft account settings
`wow:sort_variables` | Sort SavedVariables of the World of Warcraft account settings
`wow:addons` | Link the World of Warcraft addons
## Custom settings
### World of Warcraft
Set your account info to `config.yml`:
``` yaml
wow_account: "12345678#9"
```
If you installed World of Warcraft to custom path, provide it to `config.yml`:
``` yaml
wow_custom_path:
windows: "D:/World of Warcraft"
# mac:
```