Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
H
HD-ARTS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
HD-ARTS
Commits
9b645973
Commit
9b645973
authored
Jul 27, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mse.bat, imggen.bat, .gitlab-ci.yml files
parent
fc8f6da4
Pipeline
#39577
failed with stages
in 9 minutes and 3 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
15 deletions
+17
-15
.gitlab-ci.yml
.gitlab-ci.yml
+2
-15
imggen.bat
imggen.bat
+10
-0
mse.bat
mse.bat
+5
-0
No files found.
.gitlab-ci.yml
View file @
9b645973
...
...
@@ -56,11 +56,7 @@ en_US_mseset:
extends
:
.gen
tags
:
-
image
script
:
-
git clone --depth=1 https://code.moenext.com/mycard/magicseteditor -b win32
-
mkdir ygopro-images-raw
-
mkdir "%APPDATA%\Magic Set Editor"
-
bash -c 'ls -1 mse-sets/data*-$locale.mse-set | xargs -I {} -P 4 magicseteditor/mse.com --export {} "ygopro-images-raw/{card.gamecode}.png"'
script
:
cmd /C mse.bat
en_US_mse
:
extends
:
.mse
...
...
@@ -74,16 +70,7 @@ zh_CN_imggen:
stage
:
generate
tags
:
-
imggen
script
:
-
curl -L --ssl-no-revoke -o ImgGen.7z https://cdn02.moecube.com:444/ImgGen/ImgGen.7z
-
curl -L --ssl-no-revoke -o ImgGen-Fonts.7z https://cdn02.moecube.com:444/ImgGen/ImgGen-Fonts.7z
-
7z x -y ImgGen.7z
-
7z x -y ImgGen-Fonts.7z
-
ren arts pico
-
curl -L --ssl-no-revoke -o cards.cdb https://code.moenext.com/mycard/ygopro-database/-/raw/master/locales/%locale%/cards.cdb
-
ImgGen.exe cards.cdb
-
ren picn ygopro-images-raw
-
echo {} > records.json
script
:
cmd /C imggen.bat
variables
:
locale
:
zh-CN
...
...
imggen.bat
0 → 100644
View file @
9b645973
@echo
off
curl
-L
-
-ssl-no-revoke -o
ImgGen
.7z
https
://cdn02.moecube.com:444/ImgGen/ImgGen.7z
curl
-L
-
-ssl-no-revoke -o
ImgGen
-Fonts
.7z
https
://cdn02.moecube.com:444/ImgGen/ImgGen
-Fonts
.7z
7
z
x
-y
ImgGen
.7z
7
z
x
-y
ImgGen
-Fonts
.7z
ren
arts
pico
curl
-L
-
-ssl-no-revoke -o
cards
.cdb
https
://code.moenext.com/mycard/ygopro
-database
/
-
/raw/master/locales
/
%locale%
/cards
.cdb
ImgGen
.exe
cards
.cdb
ren
picn
ygopro
-images-raw
echo
{}
>
records
.json
mse.bat
0 → 100644
View file @
9b645973
@echo
off
git
clone
-
-depth
=
1
https
://code.moenext.com/mycard/magicseteditor
-b
win32
mkdir
ygopro
-images-raw
mkdir
"
%APPDATA%
\Magic Set Editor"
bash
-c
'ls -1 mse-sets/data*-$locale.mse-set | xargs -I {} -P 4 magicseteditor/mse.com --export {} "ygopro-images-raw/{card.gamecode}.png"'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment