Commit c69f6569 authored by nanahira's avatar nanahira
parents 51863e76 34367939
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Manage card database(.cdb file) for [ygopro](https://github.com/Fluorohydride/ygopro). Manage card database(.cdb file) for [ygopro](https://github.com/Fluorohydride/ygopro).
## Download ## Download
https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip Grab the lastest build from Appveyor in the latest commit of https://github.com/purerosefallen/DataEditorX/commits/master.
> **FAQ** > **FAQ**
Q: I can't run the program. Q: I can't run the program.
...@@ -27,3 +27,8 @@ If you want to add a language xxx for DataEditorX, you need two files: ...@@ -27,3 +27,8 @@ If you want to add a language xxx for DataEditorX, you need two files:
data/cardinfo_xxx.txt for card information data/cardinfo_xxx.txt for card information
Each line in language_english.txt/cardinfo_english.txt is separate by a Tab. Translate the content on the right of Tab then put them in language_xxx.txt/cardinfo_xxx.txt. Each line in language_english.txt/cardinfo_english.txt is separate by a Tab. Translate the content on the right of Tab then put them in language_xxx.txt/cardinfo_xxx.txt.
## Special Features of KoishiDEX
1. The format of scripts will be in Koishi-Style when creating new scripts. Also the module script to be required will be adjustable.
2. Scripts of Non-Pendulum Normal monsters will be openable, for creating module scripts.
3. Will ignore the card alias when opening a script.
...@@ -2,6 +2,10 @@ version: '{build}' ...@@ -2,6 +2,10 @@ version: '{build}'
skip_tags: true skip_tags: true
install: install:
- git clone https://github.com/Fluorohydride/ygopro-scripts
- cp -rf ygopro-scripts/constant.lua DataEditorX/data
- git clone --branch link https://github.com/mercury233/ygopro
- cp -rf ygopro/strings.conf DataEditorX/data
configuration: Release configuration: Release
...@@ -10,7 +14,10 @@ build: ...@@ -10,7 +14,10 @@ build:
parallel: true parallel: true
after_build: after_build:
- 7z a DataEditorX-Koishi.7z win32/* - mkdir DataEditorX-Koishi
- cp -rf win32/* DataEditorX-Koishi
- git clone https://github.com/Fluorohydride/ygopro-core ocgcore
- 7z a DataEditorX-Koishi.7z DataEditorX-Koishi ocgcore -xr!.git*
test: off test: off
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment