Skip to content

Commit

Permalink
Missed 2 flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Oct 13, 2022
1 parent 5036e8d commit da7a836
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/single-mod-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class modFileChecker {
'might_be_crack', 'bad_modDesc', 'dds_too_big', 'xml_too_big',
'i3d_too_big', 'shapes_too_big', 'gdm_too_big', 'grle_too_many',
'png_too_many', 'space_in_file', 'l10n_not_set', 'has_extra_files',
'png_texture'
'png_texture', 'pdf_too_many', 'txt_too_many'
]

modDesc = {
Expand Down
16 changes: 9 additions & 7 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@
"info_might_be_piracy" : "This mod appears to be a cracked / pirated version of a paid DLC. This test is simplistic, so this could be a false positive, however be aware that using cracked DLC will prevent you from receiving help from Giants support, and is grounds for a ban from the official discord and forums. Please support the developers!",
"info_might_be_duplicate" : "Based on their title, these mods might be duplicates of each other. You should compare versions and see if some could be removed.",
"perf_has_extra" : "Performance Consideration - Mod has unnecessary files",
"perf_dds_too_big" : "Performance Consideration - One or more DDS files is too big (12MB)",
"perf_xml_too_big" : "Performance Consideration - One or more XML files is too big (0.25MB)",
"perf_i3d_too_big" : "Performance Consideration - One or more I3D...CACHE files is too big (10MB)",
"perf_shapes_too_big" : "Performance Consideration - One or more SHAPES files is too big (256MB)",
"perf_gdm_too_big" : "Performance Consideration - One or more GDM files is too big (18MB)",
"perf_grle_too_many" : "Performance Consideration - Too many GRLEs in mod (10+)",
"perf_png_too_many" : "Performance Consideration - Too many PNGs in mod (128+)",
"perf_dds_too_big" : "Performance Consideration - One or more DDS files is too big (> 12MB)",
"perf_xml_too_big" : "Performance Consideration - One or more XML files is too big (> 0.25MB)",
"perf_i3d_too_big" : "Performance Consideration - One or more I3D...CACHE files is too big (> 10MB)",
"perf_shapes_too_big" : "Performance Consideration - One or more SHAPES files is too big (> 256MB)",
"perf_gdm_too_big" : "Performance Consideration - One or more GDM files is too big (> 18MB)",
"perf_grle_too_many" : "Performance Consideration - Too many GRLEs in mod (> 10)",
"perf_png_too_many" : "Performance Consideration - Too many PNGs in mod (> 128)",
"perf_pdf_too_many" : "Performance Consideration - Too many PDFs in mod (> 1)",
"perf_txt_too_many" : "Performance Consideration - Too many TXTs in mod (> 2)",
"perf_space_in_file" : "Performance Consideration - File(s) contain spaces",
"perf_l10n_not_set" : "Performance Consideration - L10N Entries in ModDesc are not set",
"png_texture" : "Performance Consideration - PNG files should not be used as textures",
Expand Down

0 comments on commit da7a836

Please sign in to comment.