diff --git a/lib/single-mod-checker.js b/lib/single-mod-checker.js index ddf4dea7..93c59d81 100644 --- a/lib/single-mod-checker.js +++ b/lib/single-mod-checker.js @@ -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 = { diff --git a/translations/en.json b/translations/en.json index a784f698..3197652a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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",