https://github.com/matanki-saito/moddownloader
Mod download tool
https://github.com/matanki-saito/moddownloader
donwloader mod
Last synced: 8 months ago
JSON representation
Mod download tool
- Host: GitHub
- URL: https://github.com/matanki-saito/moddownloader
- Owner: matanki-saito
- License: mit
- Created: 2019-01-20T14:17:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T06:06:10.000Z (over 6 years ago)
- Last Synced: 2025-02-26T11:16:57.291Z (over 1 year ago)
- Topics: donwloader, mod
- Language: C#
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MOD Downloader
管理対象のMODを監視して、更新があればzipをダウンロードして、exeと同じディレクトリにあるmodフォルダに展開します。
## Spec
### 設置場所
通常であれば、```C:\Users\*YOUR_USER_NAME*\Documents\Paradox Interactive\*GAME_NAME*\```においてください。
[インストーラ](https://github.com/matanki-saito/SimpleInstaller)を使うと自動でこの場所に配置します。
### 管理対象MOD
exeと同じディレクトリにclaes.keyフォルダを作り、下記の仕様でファイルを置いてください。[インストーラ](https://github.com/matanki-saito/SimpleInstaller)を使うと自動でこの場所に管理対象のMODを追加します。
- UTF-8
- ファイル名:GitHubのレポジトリ番号+.key
- 1行目:Mod Name
- 2行目:キーファイルのパス。これに紐づけて、ダウンロードするファイルが決定されます。
#### サンプル
```
CK2 JP ModCore
C:\Program Files (x86)\Steam\steamapps\common\Crusader Kings II\CK2game.exe
```
### リセット
exeと同じディレクトリにclaes.cacheフォルダがあるので、それを削除してください。
## 配信
配信に関する仕様は[こちら](https://github.com/matanki-saito/dlldistributionserver)を参照してください。