Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
MyCard
ygopro-2pick
Commits
84c998cd
Commit
84c998cd
authored
Dec 02, 2015
by
tianchenglipu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Win Reason
parent
fc43ebb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
gframe/duelclient.cpp
gframe/duelclient.cpp
+2
-2
strings.conf
strings.conf
+2
-13
No files found.
gframe/duelclient.cpp
View file @
84c998cd
...
...
@@ -826,7 +826,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
else
if
(
type
<
0x10
)
myswprintf
(
vic_buf
,
L"[%ls] %ls"
,
mainGame
->
dInfo
.
clientname
,
dataManager
.
GetVictoryString
(
type
));
else
myswprintf
(
vic_buf
,
L"%ls"
,
dataManager
.
GetVictoryString
(
type
));
myswprintf
(
vic_buf
,
dataManager
.
GetVictoryString
(
0x10
),
dataManager
.
GetName
(
BufferIO
::
ReadInt32
(
pbuf
)
));
mainGame
->
dInfo
.
vic_string
=
vic_buf
;
}
else
{
mainGame
->
showcardcode
=
2
;
...
...
@@ -835,7 +835,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
else
if
(
type
<
0x10
)
myswprintf
(
vic_buf
,
L"[%ls] %ls"
,
mainGame
->
dInfo
.
hostname
,
dataManager
.
GetVictoryString
(
type
));
else
myswprintf
(
vic_buf
,
L"%ls"
,
dataManager
.
GetVictoryString
(
type
));
myswprintf
(
vic_buf
,
dataManager
.
GetVictoryString
(
0x10
),
dataManager
.
GetName
(
BufferIO
::
ReadInt32
(
pbuf
)
));
mainGame
->
dInfo
.
vic_string
=
vic_buf
;
}
mainGame
->
showcard
=
101
;
...
...
strings.conf
View file @
84c998cd
#The first line is used for comment
#The first line is used for comment
#line doesn't start with '!' is also neglected
#called by DataManager::GetSysString(), DataManager::GetDesc()
#system
...
...
@@ -377,18 +377,7 @@
!
victory
0
x2
没有卡可抽
!
victory
0
x3
超时
!
victory
0
x4
失去连接
!
victory
0
x10
「被封印的艾克佐迪亚」效果胜利
!
victory
0
x11
「终焉的倒计时」效果胜利
!
victory
0
x12
「毒蛇神 维诺米纳迦」效果胜利
!
victory
0
x13
「光之创造神 哈拉克提」效果胜利
!
victory
0
x14
「究极封印神 艾克佐迪奥斯」效果胜利
!
victory
0
x15
「通灵盘」效果胜利
!
victory
0
x16
「最终一战!」效果胜利
!
victory
0
x17
「
No
.
88
机关傀儡-命运狮子」效果胜利
!
victory
0
x18
「混沌
No
.
88
机关傀儡-灾厄狮子」效果胜利
!
victory
0
x19
「头奖壶
7
」效果胜利
!
victory
0
x1a
「魂之接力」效果胜利
!
victory
0
x1b
「鬼计惰天使」效果胜利
!
victory
0
x10
「%
ls
」效果胜利
!
victory
0
x20
由于「%
ls
」的效果获得比赛胜利
#counters
!
counter
0
x3001
魔力指示物
...
...
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