Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro3
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
0
Merge Requests
0
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
LegendaryGuard
MDPro3
Commits
477565b7
Commit
477565b7
authored
Aug 04, 2025
by
SherryChaos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZH-TW prerelease
parent
906da97f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
15 deletions
+24
-15
Assets/Addressables/Text/AboutGame.txt
Assets/Addressables/Text/AboutGame.txt
+1
-0
Assets/Scripts/MDPro3/CardRenderer.cs
Assets/Scripts/MDPro3/CardRenderer.cs
+15
-15
Assets/Scripts/MDPro3/Helper/Settings.cs
Assets/Scripts/MDPro3/Helper/Settings.cs
+6
-0
Data/Settings.json
Data/Settings.json
+2
-0
No files found.
Assets/Addressables/Text/AboutGame.txt
View file @
477565b7
...
@@ -34,6 +34,7 @@ Arron(日语翻译)
...
@@ -34,6 +34,7 @@ Arron(日语翻译)
<link="https://space.bilibili.com/12262687"><#0080F8><u>月刊少年月波君 @bilibili</u></color></link>(动画投稿)
<link="https://space.bilibili.com/12262687"><#0080F8><u>月刊少年月波君 @bilibili</u></color></link>(动画投稿)
<link="https://space.bilibili.com/15010196"><#0080F8><u>皮常山 @bilibili</u></color></link>(动画投稿)
<link="https://space.bilibili.com/15010196"><#0080F8><u>皮常山 @bilibili</u></color></link>(动画投稿)
<link="https://space.bilibili.com/125812535"><#0080F8><u>砂糖缘子 @bilibili</u></color></link>(动画投稿)
<link="https://space.bilibili.com/125812535"><#0080F8><u>砂糖缘子 @bilibili</u></color></link>(动画投稿)
<link="https://space.bilibili.com/44719093"><#0080F8><u>积木GimBlocks @bilibili</u></color></link>(动画投稿)
<link="https://space.bilibili.com/483116312"><#0080F8><u>拓王神 @bilibili</u></color></link>(技术支持)
<link="https://space.bilibili.com/483116312"><#0080F8><u>拓王神 @bilibili</u></color></link>(技术支持)
<link="https://buymeacoffee.com/britishpiper"><#0080F8><u>British Piper</u></color></link>(技术支持)
<link="https://buymeacoffee.com/britishpiper"><#0080F8><u>British Piper</u></color></link>(技术支持)
...
...
Assets/Scripts/MDPro3/CardRenderer.cs
View file @
477565b7
...
@@ -787,27 +787,27 @@ namespace MDPro3
...
@@ -787,27 +787,27 @@ namespace MDPro3
return
string
.
Empty
;
return
string
.
Empty
;
var
language
=
isPre
?
Language
.
GetPrerelease
()
:
Language
.
GetCardConfig
();
var
language
=
isPre
?
Language
.
GetPrerelease
()
:
Language
.
GetCardConfig
();
if
(
language
==
Language
.
Japanese
)
//
if (language == Language.Japanese)
{
//
{
description
=
description
.
Replace
(
"\t\r\n"
,
"\f\f\f"
);
description
=
description
.
Replace
(
"\t\r\n"
,
"\f\f\f"
);
description
=
description
.
Replace
(
"\r\n●"
,
"●●●"
);
description
=
description
.
Replace
(
"\r\n●"
,
"●●●"
);
description
=
description
.
Replace
(
"\r"
,
string
.
Empty
);
description
=
description
.
Replace
(
"\r"
,
string
.
Empty
);
description
=
description
.
Replace
(
"\n"
,
string
.
Empty
);
description
=
description
.
Replace
(
"\n"
,
string
.
Empty
);
description
=
description
.
Replace
(
"\f\f\f"
,
Program
.
STRING_LINE_BREAK
);
description
=
description
.
Replace
(
"\f\f\f"
,
Program
.
STRING_LINE_BREAK
);
description
=
description
.
Replace
(
"●●●"
,
$"
{
Program
.
STRING_LINE_BREAK
}
●"
);
description
=
description
.
Replace
(
"●●●"
,
$"
{
Program
.
STRING_LINE_BREAK
}
●"
);
}
//
}
else
//
else
{
//
{
description
=
description
//
description = description
.
Replace
(
"\r\n②"
,
"②"
)
//
.Replace("\r\n②", "②")
.
Replace
(
"\r\n③"
,
"③"
)
//
.Replace("\r\n③", "③")
.
Replace
(
"\r\n④"
,
"④"
)
//
.Replace("\r\n④", "④")
.
Replace
(
"\r\n⑤"
,
"⑤"
)
//
.Replace("\r\n⑤", "⑤")
.
Replace
(
"\r\n⑥"
,
"⑥"
)
//
.Replace("\r\n⑥", "⑥")
.
Replace
(
"\r\n⑦"
,
"⑦"
)
//
.Replace("\r\n⑦", "⑦")
.
Replace
(
"\r\n⑧"
,
"⑧"
)
//
.Replace("\r\n⑧", "⑧")
.
Replace
(
"\r\n⑨"
,
"⑨"
);
//
.Replace("\r\n⑨", "⑨");
}
//
}
if
(!
Language
.
CardUseLatin
(
language
))
if
(!
Language
.
CardUseLatin
(
language
))
description
=
description
.
Replace
(
Program
.
STRING_SLASH
,
BIG_SLASH
);
description
=
description
.
Replace
(
Program
.
STRING_SLASH
,
BIG_SLASH
);
...
...
Assets/Scripts/MDPro3/Helper/Settings.cs
View file @
477565b7
...
@@ -37,6 +37,8 @@ namespace MDPro3
...
@@ -37,6 +37,8 @@ namespace MDPro3
public
string
PrereleasePackVersionUrl_KR
;
public
string
PrereleasePackVersionUrl_KR
;
public
string
PrereleasePackUrl_PT
;
public
string
PrereleasePackUrl_PT
;
public
string
PrereleasePackVersionUrl_PT
;
public
string
PrereleasePackVersionUrl_PT
;
public
string
PrereleasePackUrl_TW
;
public
string
PrereleasePackVersionUrl_TW
;
public
string
MDPro3VersionUrl
;
public
string
MDPro3VersionUrl
;
public
bool
CardRenderPassword
;
public
bool
CardRenderPassword
;
...
@@ -122,6 +124,8 @@ namespace MDPro3
...
@@ -122,6 +124,8 @@ namespace MDPro3
PrereleasePackVersionUrl_KR
=
"https://github.com/ElderLich/TransSuperpre/raw/main/KR/version.txt"
;
PrereleasePackVersionUrl_KR
=
"https://github.com/ElderLich/TransSuperpre/raw/main/KR/version.txt"
;
PrereleasePackUrl_PT
=
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/ygopro-super-pre.ypk"
;
PrereleasePackUrl_PT
=
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/ygopro-super-pre.ypk"
;
PrereleasePackVersionUrl_PT
=
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/version.txt"
;
PrereleasePackVersionUrl_PT
=
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/version.txt"
;
PrereleasePackUrl_TW
=
"https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/ygopro-super-pre.ypk"
;
PrereleasePackVersionUrl_TW
=
"https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/version.txt"
;
MDPro3VersionUrl
=
"https://cdn02.moecube.com:444/mdpro3-data/Version.txt"
;
MDPro3VersionUrl
=
"https://cdn02.moecube.com:444/mdpro3-data/Version.txt"
;
CardRenderPassword
=
true
;
CardRenderPassword
=
true
;
...
@@ -183,6 +187,7 @@ namespace MDPro3
...
@@ -183,6 +187,7 @@ namespace MDPro3
Language
.
Japanese
=>
Data
.
PrereleasePackUrl_JP
,
Language
.
Japanese
=>
Data
.
PrereleasePackUrl_JP
,
Language
.
Korean
=>
Data
.
PrereleasePackUrl_KR
,
Language
.
Korean
=>
Data
.
PrereleasePackUrl_KR
,
Language
.
Portuguese
=>
Data
.
PrereleasePackUrl_PT
,
Language
.
Portuguese
=>
Data
.
PrereleasePackUrl_PT
,
Language
.
TraditionalChinese
=>
Data
.
PrereleasePackUrl_TW
,
_
=>
Data
.
PrereleasePackUrl
_
=>
Data
.
PrereleasePackUrl
};
};
}
}
...
@@ -199,6 +204,7 @@ namespace MDPro3
...
@@ -199,6 +204,7 @@ namespace MDPro3
Language
.
Japanese
=>
Data
.
PrereleasePackVersionUrl_JP
,
Language
.
Japanese
=>
Data
.
PrereleasePackVersionUrl_JP
,
Language
.
Korean
=>
Data
.
PrereleasePackVersionUrl_KR
,
Language
.
Korean
=>
Data
.
PrereleasePackVersionUrl_KR
,
Language
.
Portuguese
=>
Data
.
PrereleasePackVersionUrl_PT
,
Language
.
Portuguese
=>
Data
.
PrereleasePackVersionUrl_PT
,
Language
.
TraditionalChinese
=>
Data
.
PrereleasePackVersionUrl_TW
,
_
=>
Data
.
PrereleasePackVersionUrl
_
=>
Data
.
PrereleasePackVersionUrl
};
};
}
}
...
...
Data/Settings.json
View file @
477565b7
...
@@ -61,6 +61,8 @@
...
@@ -61,6 +61,8 @@
"PrereleasePackVersionUrl_KR"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/KR/version.txt"
,
"PrereleasePackVersionUrl_KR"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/KR/version.txt"
,
"PrereleasePackUrl_PT"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/ygopro-super-pre.ypk"
,
"PrereleasePackUrl_PT"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/ygopro-super-pre.ypk"
,
"PrereleasePackVersionUrl_PT"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/version.txt"
,
"PrereleasePackVersionUrl_PT"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/PT/version.txt"
,
"PrereleasePackUrl_TW"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/ygopro-super-pre.ypk"
,
"PrereleasePackVersionUrl_TW"
:
"https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/version.txt"
,
"MDPro3VersionUrl"
:
"https://cdn02.moecube.com:444/mdpro3-data/Version.txt"
,
"MDPro3VersionUrl"
:
"https://cdn02.moecube.com:444/mdpro3-data/Version.txt"
,
"CardRenderPassword"
:
true
,
"CardRenderPassword"
:
true
,
"SavedCardSize"
:
[
"SavedCardSize"
:
[
...
...
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