44// Created : 01-17-2020
55//
66// Last Modified By : Mario
7- // Last Modified On : 10-01-2024
7+ // Last Modified On : 11-11-2025
88// ***********************************************************************
99// <copyright file="Constants.cs" company="Mario">
1010// Mario
@@ -70,7 +70,7 @@ public class Constants
7070 public const string JsonExtensionWithoutDot = "json" ;
7171
7272 /// <summary>
73- /// The replace paths
73+ /// The replacement paths constant.
7474 /// </summary>
7575 public const string JsonMetadataReplacePaths = "replace_paths" ;
7676
@@ -259,7 +259,7 @@ public static class CrusaderKings3
259259 /// <summary>
260260 /// The checksum folders
261261 /// </summary>
262- public static readonly string [ ] ChecksumFolders = { "common" , "events" , "history" , "map_data" , "gui" , "localization" , "data_binding" } ;
262+ public static readonly string [ ] ChecksumFolders = [ "common" , "events" , "history" , "map_data" , "gui" , "localization" , "data_binding" ] ;
263263
264264 /// <summary>
265265 /// The DLC container
@@ -271,7 +271,7 @@ public static class CrusaderKings3
271271 /// </summary>
272272 public static readonly string [ ] GameFolders =
273273 [
274- "common" , "content_source" , "data_binding" , "dlc" , "dlc_metadata" , "events" , "fonts" , "gfx" , "gui" , "history" , "licenses" , "localization" , "map_data" , "music" , "notifications" , "sound" , "tests" , "tools" ,
274+ "common" , "content_source" , "data_binding" , "dlc" , "dlc_metadata" , "events" , "fonts" , "fx" , " gfx", "gui" , "history" , "licenses" , "localization" , "map_data" , "music" , "notifications" , "sound" , "tests" , "tools" ,
275275 "tweakergui_assets" , "reader_export"
276276 ] ;
277277
@@ -323,15 +323,15 @@ public static class EuropaUniversalis4
323323 /// <summary>
324324 /// The checksum folders
325325 /// </summary>
326- public static readonly string [ ] ChecksumFolders = { "common" , "events" , "missions" , "decisions" , "history" , "map" } ;
326+ public static readonly string [ ] ChecksumFolders = [ "common" , "events" , "missions" , "decisions" , "history" , "map" ] ;
327327
328328 /// <summary>
329329 /// The game folders
330330 /// </summary>
331331 public static readonly string [ ] GameFolders =
332- {
332+ [
333333 "common" , "customizable_localization" , "decisions" , "events" , "gfx" , "hints" , "history" , "interface" , "localisation" , "map" , "missions" , "music" , "sound" , "tutorial" , "tweakergui_assets"
334- } ;
334+ ] ;
335335
336336 /// <summary>
337337 /// The paradox game identifier
@@ -371,12 +371,12 @@ public static class HeartsOfIron4
371371 /// <summary>
372372 /// The checksum folders
373373 /// </summary>
374- public static readonly string [ ] ChecksumFolders = { "common" , "events" , "history" , "map" } ;
374+ public static readonly string [ ] ChecksumFolders = [ "common" , "events" , "history" , "map" ] ;
375375
376376 /// <summary>
377377 /// The game folders
378378 /// </summary>
379- public static readonly string [ ] GameFolders = { "common" , "events" , "gfx" , "history" , "interface" , "localisation" , "map" , "music" , "portraits" , "previewer_assets" , "script" , "sound" , "tutorial" , "tweakergui_assets" } ;
379+ public static readonly string [ ] GameFolders = [ "common" , "events" , "gfx" , "history" , "interface" , "localisation" , "map" , "music" , "portraits" , "previewer_assets" , "script" , "sound" , "tutorial" , "tweakergui_assets" ] ;
380380
381381 /// <summary>
382382 /// The paradox game identifier
@@ -421,7 +421,7 @@ public static class ImperatorRome
421421 /// <summary>
422422 /// The checksum folders
423423 /// </summary>
424- public static readonly string [ ] ChecksumFolders = { "common" , "events" , "decisions" , "gui" , "localization" , "map_data" , "setup" } ;
424+ public static readonly string [ ] ChecksumFolders = [ "common" , "events" , "decisions" , "gui" , "localization" , "map_data" , "setup" ] ;
425425
426426 /// <summary>
427427 /// The DLC container
@@ -431,7 +431,7 @@ public static class ImperatorRome
431431 /// <summary>
432432 /// The game folders
433433 /// </summary>
434- public static readonly string [ ] GameFolders = { "common" , "content_source" , "decisions" , "events" , "fonts" , "gfx" , "gui" , "localization" , "map_data" , "music" , "setup" , "sound" , "tutorial" , "tweakergui_assets" } ;
434+ public static readonly string [ ] GameFolders = [ "common" , "content_source" , "decisions" , "events" , "fonts" , "gfx" , "gui" , "localization" , "map_data" , "music" , "setup" , "sound" , "tutorial" , "tweakergui_assets" ] ;
435435
436436 /// <summary>
437437 /// The launcher settings file name
@@ -486,16 +486,16 @@ public static class Stellaris
486486 /// <summary>
487487 /// The checksum folders
488488 /// </summary>
489- public static readonly string [ ] ChecksumFolders = { "common" , "events" , "map" , "localisation_synced" } ;
489+ public static readonly string [ ] ChecksumFolders = [ "common" , "events" , "map" , "localisation_synced" ] ;
490490
491491 /// <summary>
492492 /// The game folders
493493 /// </summary>
494494 public static readonly string [ ] GameFolders =
495- {
495+ [
496496 "pdx_launcher" , "pdx_online_assets" , "prescripted_countries" , "previewer_assets" , "sound" , "tools" , "tweakergui_assets" , "unchecked_defines" , "common" , "crash_reporter" , "curated_save_games" , "dlc" , "dlc_metadata" ,
497497 "events" , "flags" , "fonts" , "gfx" , "interface" , "launcher-assets" , "licenses" , "locales" , "localisation" , "map" , "music" , "pdx_browser"
498- } ;
498+ ] ;
499499
500500 /// <summary>
501501 /// The paradox game identifier
@@ -535,16 +535,16 @@ public static class STInfinite
535535 /// <summary>
536536 /// The checksum folders
537537 /// </summary>
538- public static readonly string [ ] ChecksumFolders = { "common" , "events" , "map" , "localisation_synced" } ;
538+ public static readonly string [ ] ChecksumFolders = [ "common" , "events" , "map" , "localisation_synced" ] ;
539539
540540 /// <summary>
541541 /// The game folders
542542 /// </summary>
543543 public static readonly string [ ] GameFolders =
544- {
544+ [
545545 "common" , "crash_reporter" , "dlc" , "dlc_metadata" , "events" , "flags" , "fonts" , "gfx" , "interface" , "launcher-assets" , "licenses" , "locales" , "localisation" , "localisation_synced" , "map" , "music" , "pdx_launcher" ,
546546 "pdx_online_assets" , "prescripted_countries" , "previewer_assets" , "sound" , "tools" , "tweakergui_assets"
547- } ;
547+ ] ;
548548
549549 /// <summary>
550550 /// The paradox game identifier
0 commit comments