Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro2
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
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
nanahira
ygopro2
Commits
fbdc897e
Commit
fbdc897e
authored
May 28, 2023
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
24ec9427
Pipeline
#21945
passed with stages
in 11 minutes and 4 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Assets/SibylSystem/Config.cs
Assets/SibylSystem/Config.cs
+1
-1
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+2
-2
Assets/transUI/prefab/trans_menu.prefab
Assets/transUI/prefab/trans_menu.prefab
+1
-1
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
ygopro2-data/updates/version-1.035.4-Paranoia.txt
ygopro2-data/updates/version-1.035.4-Paranoia.txt
+0
-1
ygopro2-data/updates/version-1.036.0-Ulysses.txt
ygopro2-data/updates/version-1.036.0-Ulysses.txt
+1
-0
No files found.
.gitlab-ci.yml
View file @
fbdc897e
...
...
@@ -28,7 +28,7 @@ get_data:
script
:
-
mkdir -p ygopro2-data/cdb ygopro2-data/pack
# ygopro2-data/picture
-
wget -O ygopro2-data/cdb/cards.cdb https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/cards.cdb
-
wget -O ygopro2-data/cdb/lflist.conf https://cdn02.moecube.com:444/koishipro/
ygopro-database/zh-CN
/lflist.conf
-
wget -O ygopro2-data/cdb/lflist.conf https://cdn02.moecube.com:444/koishipro/
contents
/lflist.conf
-
wget -O ygopro2-data/cdb/strings.conf https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/strings.conf
-
git clone --depth=1 https://code.mycard.moe/mycard/ygopro-starter-pack
-
mv ygopro-starter-pack/deck ygopro2-data/
...
...
Assets/SibylSystem/Config.cs
View file @
fbdc897e
...
...
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using
System.IO
;
public
static
class
Config
{
public
static
uint
ClientVersion
=
0x13
54
;
public
static
uint
ClientVersion
=
0x13
60
;
class
oneString
{
...
...
Assets/SibylSystem/Program.cs
View file @
fbdc897e
...
...
@@ -339,7 +339,7 @@ public class Program : MonoBehaviour
#elif UNITY_IPHONE //iPhone
string
GamePaths
=
Application
.
persistentDataPath
+
"/ygopro2/"
;
if
(!
File
.
Exists
(
GamePaths
+
"updates/version-1.03
5.4-Paranoia
.txt"
))
if
(!
File
.
Exists
(
GamePaths
+
"updates/version-1.03
6.0-Ulysses
.txt"
))
{
string
filePath
=
Application
.
streamingAssetsPath
+
"/ygopro2-data.zip"
;
ExtractZipFile
(
System
.
IO
.
File
.
ReadAllBytes
(
filePath
),
GamePaths
);
...
...
@@ -1119,7 +1119,7 @@ public class Program : MonoBehaviour
string
FPS
=
m_FPS
.
ToString
();
try
{
FPS
=
FPS
.
Substring
(
0
,
5
);
}
catch
{}
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 1.03
5.4-Paranoia
] "
+
"FPS: "
+
FPS
);
GUI
.
Label
(
new
Rect
(
10
,
5
,
200
,
200
),
"[Ver 1.03
6.0-Ulysses
] "
+
"FPS: "
+
FPS
);
}
void
Update
()
...
...
Assets/transUI/prefab/trans_menu.prefab
View file @
fbdc897e
...
...
@@ -1417,7 +1417,7 @@ MonoBehaviour:
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mText
:
KoishiPro2 iOS 1.03
5.4-Paranoia
mText
:
KoishiPro2 iOS 1.03
6.0-Ulysses
mFontSize
:
18
mFontStyle
:
0
mAlignment
:
1
...
...
ProjectSettings/ProjectSettings.asset
View file @
fbdc897e
...
...
@@ -123,7 +123,7 @@ PlayerSettings:
16:10:
1
16:9:
1
Others
:
1
bundleVersion
:
1.03
5.4-Paranoia
bundleVersion
:
1.03
6.0-Ulysses
preloadedAssets
:
[]
metroInputSource
:
0
m_HolographicPauseOnTrackingLoss
:
1
...
...
ygopro2-data/updates/version-1.035.4-Paranoia.txt
deleted
100644 → 0
View file @
24ec9427
KoishiPro2 iOS Version 1.035.4-Paranoia
ygopro2-data/updates/version-1.036.0-Ulysses.txt
0 → 100644
View file @
fbdc897e
KoishiPro2 iOS Version 1.036.0-Ulysses
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