From 088049f17703fa1b7af26e13a1c219e13c98241b Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 8 Feb 2024 23:58:47 +0100 Subject: [PATCH] Updated the sample module config file with the new modules. --- misc/scripts_app/module_config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/scripts_app/module_config.py b/misc/scripts_app/module_config.py index 8ef55a89a..44ccdb267 100644 --- a/misc/scripts_app/module_config.py +++ b/misc/scripts_app/module_config.py @@ -38,6 +38,7 @@ slim_args = '' #slim_args += 'module_bmp_enabled=no ' #slim_args += 'module_broken_seals_module_enabled=no ' #slim_args += 'module_cscript_enabled=no ' +#slim_args += 'module_csg_enabled=no ' #slim_args += 'module_database_enabled=no ' #slim_args += 'module_database_sqlite_enabled=no ' #slim_args += 'module_dds_enabled=no ' @@ -45,6 +46,7 @@ slim_args = '' #slim_args += 'module_entity_spell_system_enabled=no ' #slim_args += 'module_fastnoise_enabled=no ' #slim_args += 'module_freetype_enabled=no ' +#slim_args += 'module_gdnative_enabled=no ' #slim_args += 'module_gdscript_enabled=no ' #slim_args += 'module_gridmap_enabled=no ' #slim_args += 'module_hdr_enabled=no ' @@ -58,6 +60,8 @@ slim_args = '' #slim_args += 'module_minimp3_enabled=no ' #slim_args += 'module_navigation_enabled=no ' #slim_args += 'module_navigation_dummy_enabled=no ' +#slim_args += 'module_navigation_geometry_parsers_enabled=no ' +#slim_args += 'module_navigation_mesh_generator_enabled=no ' #slim_args += 'module_network_synchronizer_enabled=no ' #slim_args += 'module_ogg_enabled=no ' #slim_args += 'module_opensimplex_enabled=no ' @@ -69,6 +73,7 @@ slim_args = '' #slim_args += 'module_regex_enabled=no ' #slim_args += 'module_skeleton_2d_enabled=no ' #slim_args += 'module_skeleton_3d_enabled=no ' +#slim_args += 'module_smtp_enabled=no ' #slim_args += 'module_squish_enabled=no ' #slim_args += 'module_stb_vorbis_enabled=no ' #slim_args += 'module_steering_ai_enabled=no '