Blackmesa loading screen generator: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{CDA|CLoadingScreenGenerator|CBaseEntity|}}  
{{CDA|CLoadingScreenGenerator|CBaseEntity|}}  
{{ent not in fgd|nolink=1|because=you can use {{cmd|bm_generate_menu_images}} to generate loading screen images}}
{{ent not in fgd|nolink=1|because=you can use {{cmd|bm_generate_menu_images}} to generate loading screen images}}
{{this is a|point entity|name=blackmesa_loading_screen_generator|game=Black Mesa}} This is the entity that appears to make loading screens for multiplayer map (read more about the screens and how to use them [[Making_Loading_Screens_For_Multiplayer_Maps|here]]). It appears via {{command|bm_generate_menu_images}} console command, you also can spawn it via {{command|ent_create|blackmesa_loading_screen_generator}} to get the same results. Generation occurs immediately after the entity spawns. Doesn't provide any unique inputs and outputs.
{{this is a|logical entity|name=blackmesa_loading_screen_generator|game=Black Mesa}} This is the entity that appears to make loading screens for multiplayer map (read more about the screens and how to use them [[Making_Loading_Screens_For_Multiplayer_Maps|here]]). It appears via {{command|bm_generate_menu_images}} console command, you also can spawn it via {{command|ent_create|blackmesa_loading_screen_generator}} to get the same results. Generation occurs immediately after the entity spawns. Doesn't provide any unique inputs and outputs.

Latest revision as of 12:52, 26 May 2025

C++ Class hierarchy
CLoadingScreenGenerator
CBaseEntity
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map because you can use bm_generate_menu_images to generate loading screen images.

blackmesa_loading_screen_generator is a logical entity available in Black Mesa Black Mesa. This is the entity that appears to make loading screens for multiplayer map (read more about the screens and how to use them here). It appears via bm_generate_menu_images console command, you also can spawn it via ent_create blackmesa_loading_screen_generator to get the same results. Generation occurs immediately after the entity spawns. Doesn't provide any unique inputs and outputs.