-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/toyobayashi/mishiro
- Loading branch information
Showing
1 changed file
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,56 @@ | ||
# mishiro | ||
CGSS desktop application. See pictures below. [Here to download release](https://github.com/toyobayashi/mishiro/releases) | ||
CGSS desktop application. See screenshots below. [Here to download release](https://github.com/toyobayashi/mishiro/releases) | ||
|
||
## HOME | ||
## Screenshots | ||
### HOME | ||
Download game resources. (.unity3d or .acb) | ||
|
||
![home](https://github.com/toyobayashi/mishiro/raw/master/screenshot/home.png) | ||
|
||
## IDOL | ||
### IDOL | ||
Search idol card information and download card png to your computer. | ||
|
||
![idol](https://github.com/toyobayashi/mishiro/raw/master/screenshot/idol.png) | ||
![idol](https://github.com/toyobayashi/mishiro/raw/master/screenshot/idol2.png) | ||
|
||
## LIVE | ||
### LIVE | ||
download and play game music including bgm and live songs. | ||
|
||
![live](https://github.com/toyobayashi/mishiro/raw/master/screenshot/live.png) | ||
|
||
## GASHA | ||
### GASHA | ||
Game gacha simulation. (the same gacha event and card odds) | ||
|
||
![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha.png) | ||
![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha2.png) | ||
![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha3.png) | ||
![gacha](https://github.com/toyobayashi/mishiro/raw/master/screenshot/gacha4.png) | ||
|
||
## MENU | ||
### MENU | ||
Option / About. | ||
|
||
![menu](https://github.com/toyobayashi/mishiro/raw/master/screenshot/menu.png) | ||
![menu](https://github.com/toyobayashi/mishiro/raw/master/screenshot/menu2.png) | ||
|
||
## Build | ||
Require __Node.js__ and __npm__. | ||
1. Clone. | ||
```batch | ||
$ git clone https://github.com/toyobayashi/mishiro.git | ||
``` | ||
2. Install dependencies. | ||
```batch | ||
$ cd mishiro | ||
$ npm install | ||
``` | ||
3. Run building command. | ||
```batch | ||
$ npm run prod | ||
``` | ||
4. Start! | ||
```batch | ||
$ npm start | ||
``` | ||
Note: ```/bin```Binaries could be found in releases ```/resources/app/bin``` | ||
## Copyright | ||
The copyright of CGSS and its related content is held by [BANDAI NAMCO Entertainment Inc.](https://bandainamcoent.co.jp/) |