v3mt
Version:
A CLI toolkit for managing and deploying Victoria 3 mods, including sending mod files to the game, launching the game, and more.
36 lines (35 loc) • 1.02 kB
JavaScript
const FOLDER_STRUCTURE_BASIC = [
'common',
'common/buildings',
'common/building_groups',
'common/canals',
'common/character_interactions',
'common/character_templates',
'common/character_traits',
'common/combat_unit_experience_levels',
'common/combat_unit_groups',
'common/combat_unit_types',
'common/country_creation',
'common/country_definitions',
'common/country_formation',
'common/country_ranks',
'common/country_types',
'common/goods',
'common/labels',
'common/laws',
'common/law_groups',
'common/production_methods',
'common/production_method_groups',
'common/technology',
'common/technology/eras',
'common/technology/technologies',
'gfx',
'gfx/interface',
'gfx/interface/icons',
'gfx/interface/icons/building_icons',
'gfx/interface/icons/goods_icons',
'gfx/interface/icons/production_method_icons',
'localization',
'localization/english',
];
export default FOLDER_STRUCTURE_BASIC;