hi,
How can i use the function COM_LoadPackFile?
I made a Language menu
here is a small part
case 0:
COM_LoadPackFile ("PAKeng");
M_Menu_Main_f();
break;
case 1:
COM_LoadPackFile ("PAKdt");
M_Menu_Main_f();
break;
I removed my singleplayer.lmp from PAK0
and added it to PAKeng and PAKdt with different languages.
The Game starts with the language menu.
If I choose a language it should load the pak file and
go to main menu but
says singleplayer.lmp not found.
i think it doesn´t load the pak file but i don´t know why.