File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public class Character : ImageIdentification {
111
111
public static readonly Regex FormatRegex =
112
112
new Regex (
113
113
$ "^((?'type'T|_?_?sd)?_?(?'name'{ string . Join ( "|" , Characters . Keys . ToArray ( ) ) } )|" +
114
- $ "^(?'type'T)? _?(?'name'{ string . Join ( "|" , SpriteOnlyCharacters . Keys . ToArray ( ) ) } ))",
114
+ $ "^(?'type'T)_?(?'name'{ string . Join ( "|" , SpriteOnlyCharacters . Keys . ToArray ( ) ) } ))",
115
115
RegexOptions . IgnoreCase ) ;
116
116
117
117
public static void Register ( ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ namespace GrisaiaExtractor.Identifying {
9
9
public class UserInterface : ImageIdentification {
10
10
private static readonly string [ ] Prefixes = {
11
11
"_conf_txt" ,
12
- //"10thlogo",
13
12
"activate" ,
14
13
"award" ,
15
14
"caution" ,
@@ -26,14 +25,11 @@ public class UserInterface : ImageIdentification {
26
25
"delta_plane" ,
27
26
"dl_" ,
28
27
"eyecatch" ,
29
- //"fwlogo",
30
28
"guripe" ,
31
29
"hamon" ,
32
30
"half_plane" ,
33
31
"hist" ,
34
- //"install",
35
32
"jumpmes" ,
36
- //"logo",
37
33
"moviemode" ,
38
34
"novel_click" ,
39
35
"nowloading" ,
@@ -45,15 +41,14 @@ public class UserInterface : ImageIdentification {
45
41
"scnsel" ,
46
42
"secret" ,
47
43
"seek" ,
48
- //"sekai_logo",
49
44
"sel" ,
50
45
"scenarioselect" ,
51
46
"shortcut" ,
52
47
"sl_" ,
53
48
"slide_" ,
54
49
"ss_" ,
50
+ @"str\d_plane" ,
55
51
"sys_(?!title)" , // sys_title -> Logo
56
- //"title",
57
52
"userfont" ,
58
53
"wpthm" ,
59
54
} ;
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.2.1 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.2.1 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.0.2.2 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0.2.2 " ) ]
Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Build and Revision Numbers
34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
- [ assembly: AssemblyVersion ( "1.0.2.1 " ) ]
37
- [ assembly: AssemblyFileVersion ( "1.0.2.1 " ) ]
36
+ [ assembly: AssemblyVersion ( "1.0.2.2 " ) ]
37
+ [ assembly: AssemblyFileVersion ( "1.0.2.2 " ) ]
38
38
[ assembly: NeutralResourcesLanguage ( "en" ) ]
39
39
You can’t perform that action at this time.
0 commit comments