1. I see nothing Unreal inside
2. please stop adding "REQUEST" to the thread names
3. I think I will not support new Korean
UE2 games - these games are usually have too much changes made to the engine to support them (plus, such companies has no enough money to purchase UE3 which is
not too expensive now, so these games are usually poor, low quality!)
4. I dislike Korean, Chinese etc games which
has no English name - what should I write in umodel's code to distinguish the game? Something like
if (Game == GAME_ShuiHuQZhuan)
{
// code for some low-quality Asian game
...
}
or
if (Game == GAME_Unnamed_13)
{
....
}

Both variants are too ugly to add to the umodel's code.