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
e8703512
Commit
e8703512
authored
May 01, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
de81580a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
7 deletions
+12
-7
gframe/game.cpp
gframe/game.cpp
+3
-4
script
script
+1
-1
strings.conf
strings.conf
+7
-1
system.conf
system.conf
+1
-1
No files found.
gframe/game.cpp
View file @
e8703512
...
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x233
5
;
const
unsigned
short
PRO_VERSION
=
0x233
6
;
namespace
ygo
{
...
...
@@ -103,8 +103,7 @@ bool Game::Initialize() {
env
->
addStaticText
(
L"已知问题:
\n\n
\
场上没有可用于从额外卡组特殊召唤的
\n
\
格子时仍然可以尝试进行从额外卡组的
\n
\
融合召唤。
\n\n
\
新大师规则下灵摆卡不显示刻度。
\n\n
\
部分特殊召唤。
\n\n
\
代替破坏的效果可以用不会被破坏的卡
\n
\
代替破坏。
\n\n
\
淘气仙星灯光舞台王车连接的处理存在
\n
\
...
...
@@ -923,7 +922,7 @@ void Game::LoadConfig() {
gameConf
.
control_mode
=
0
;
gameConf
.
draw_field_spell
=
1
;
gameConf
.
separate_clear_button
=
1
;
gameConf
.
auto_search_limit
=
-
1
;
gameConf
.
auto_search_limit
=
0
;
fseek
(
fp
,
0
,
SEEK_END
);
int
fsize
=
ftell
(
fp
);
fseek
(
fp
,
0
,
SEEK_SET
);
...
...
script
@
e9d8a27f
Subproject commit
99b75f312a59bd5db2afb4033e820e72d8ff1ba
8
Subproject commit
e9d8a27ff316dda638bf3cc1a8b71713c234f0f
8
strings.conf
View file @
e8703512
...
...
@@ -603,7 +603,8 @@
#setname 0x4f 爆裂 バスター
!
setname
0
x104f
/爆裂体 /バスター
!
setname
0
x50
蛇毒 ヴェノム
!
setname
0
x51
齿轮 ガジェット
!
setname
0
x1050
凶饿毒|蛇毒 スターヴ・ヴェノム
!
setname
0
x51
零件 ガジェット
!
setname
0
x52
守护者 ガーディアン
!
setname
0
x53
星圣 セイクリッド
!
setname
0
x54
我我我 ガガガ
...
...
@@ -818,3 +819,8 @@
!
setname
0
x20f8
霸王眷龙 覇王眷竜
!
setname
0
xf9
真龙 真竜
!
setname
0
xfa
幻煌龙 幻煌龍
!
setname
0
xfb
淘气仙星 トリックスター
!
setname
0
xfc
刚鬼 剛鬼
!
setname
0
xfd
星杯
!
setname
0
xfe
星遗物 星遺物
!
setname
0
xff
幻透翼 クリアウィング
system.conf
View file @
e8703512
...
...
@@ -24,4 +24,4 @@ control_mode = 0
draw_field_spell
=
1
separate_clear_button
=
1
#auto_search_limit >= 0: Start search automatically when the user enters N chars.
auto_search_limit
=
-
1
auto_search_limit
=
0
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