Hello I have been MIA for a while now but I have recently updated Rencorner to Scripts 4.7.4. I found that server would crash in ms_ai due to a bad map export. Get_GDI_Soldier_Name() : Get_Nod_Soldier_Name() fail to find map spawner preset. Fixing that will then later crash server if someone join's server in bandtest.dll. if anyone wants to take a look. Always crashes on C&C_Glacier_Flying. Thank You!
added
void Spawn_Object(GameObject *obj)
{
// Prevent server from crashing if Get_GDI_Soldier_Name() : Get_Nod_Soldier_Name() fail to find spawner preset. Bad Map most likely cause.
if (strcmp(teamSpawnPreset,"none") == 0) {
M_Console_Input("msg ms_ai FATAL error teamSpawnPreset = none");
return;
}
C&C_Glacier_Flying.mix
ms_ai.cpp