Since I started testing
my mod, I seem to have found that there are maps that contain no classes named 'info_alien_intermission', 'info_human_intermission', and 'info_player_intermission'. For example, Karith doesnt seem to have them and there is no way to see whats in the .map file as there isnt one in the pk3 file.
Now I find myself asking for assistance again as I have no idea where these values are loaded by the server on a normal map and how they are created (for reference).
Can someone tell me where in the code the server does this? What I want is to add it to the map during runtime (via g_admin_specint(), G_LayoutSetIntermission(), and G_LayoutLoad()) if it doesnt already have it.
BTW, my patch can be
downloaded here.
Any help offered would be very much appreciated. Thanks.