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
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
mercury233
ygopro2
Commits
724e5162
Commit
724e5162
authored
Mar 30, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 0x1349: MSG_START
parent
eb93066b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
Assets/SibylSystem/Config.cs
Assets/SibylSystem/Config.cs
+1
-1
Assets/SibylSystem/Ocgcore/Ocgcore.cs
Assets/SibylSystem/Ocgcore/Ocgcore.cs
+1
-0
Assets/SibylSystem/selectServer/SelectServer.cs
Assets/SibylSystem/selectServer/SelectServer.cs
+2
-2
Assets/transUI/prefab/trans_menu.prefab
Assets/transUI/prefab/trans_menu.prefab
+1
-1
Assets/transUI/prefab/trans_selectServer.prefab
Assets/transUI/prefab/trans_selectServer.prefab
+1
-1
No files found.
Assets/SibylSystem/Config.cs
View file @
724e5162
...
...
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using
System.IO
;
public
static
class
Config
{
public
static
uint
ClientVersion
=
0x134
8
;
public
static
uint
ClientVersion
=
0x134
9
;
class
oneString
{
...
...
Assets/SibylSystem/Ocgcore/Ocgcore.cs
View file @
724e5162
...
...
@@ -1315,6 +1315,7 @@ public class Ocgcore : ServantWithCardDescription
isFirst
=
((
playertype
&
0xf
)
>
0
)
?
false
:
true
;
gameInfo
.
swaped
=
false
;
isObserver
=
((
playertype
&
0xf0
)
>
0
)
?
true
:
false
;
r
.
ReadByte
();
// duel_rule
life_0
=
r
.
ReadInt32
();
life_1
=
r
.
ReadInt32
();
lpLimit
=
life_0
;
...
...
Assets/SibylSystem/selectServer/SelectServer.cs
View file @
724e5162
...
...
@@ -144,8 +144,8 @@ public class SelectServer : WindowServantSP
string
versionString
=
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"version_"
).
value
;
if
(
versionString
==
""
)
{
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"version_"
).
value
=
"0x134
8
"
;
versionString
=
"0x134
8
"
;
UIHelper
.
getByName
<
UIInput
>(
gameObject
,
"version_"
).
value
=
"0x134
9
"
;
versionString
=
"0x134
9
"
;
}
KF_onlineGame
(
Name
,
ipString
,
portString
,
versionString
,
pswString
);
}
...
...
Assets/transUI/prefab/trans_menu.prefab
View file @
724e5162
...
...
@@ -2210,7 +2210,7 @@ MonoBehaviour:
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mText
:
"
YGOPro2
233
\u6D4B\u8BD5\u7248
v
8
"
mText
:
"
YGOPro2
233
\u6D4B\u8BD5\u7248
v
9
"
mFontSize
:
18
mFontStyle
:
0
mAlignment
:
1
...
...
Assets/transUI/prefab/trans_selectServer.prefab
View file @
724e5162
...
...
@@ -1255,7 +1255,7 @@ MonoBehaviour:
keepCrispWhenShrunk
:
1
mTrueTypeFont
:
{
fileID
:
12800000
,
guid
:
f775853fdfd14bb47934543e95c3bae3
,
type
:
3
}
mFont
:
{
fileID
:
0
}
mText
:
0x134
8
mText
:
0x134
9
mFontSize
:
18
mFontStyle
:
0
mAlignment
:
1
...
...
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