main.kart to bios.pk3

Turned main.kart into a .pk3, reorganized it, added new logo and extras
This commit is contained in:
VelocitOni 2023-08-20 01:46:53 -04:00
parent 7cdf8fbfdd
commit d103d44938
3 changed files with 3 additions and 3 deletions

View file

@ -1099,7 +1099,7 @@ static void ChangeDirForUrlHandler(void)
static boolean AddIWAD(void)
{
char * path = va(pandf,srb2path,"main.kart");
char * path = va(pandf,srb2path,"bios.pk3");
if (FIL_ReadFileOK(path))
{

View file

@ -1426,7 +1426,7 @@ void PT_FileFragment(void)
filename = va("%s", file->filename);
nameonly(filename);
if (!strcmp(filename, "main.kart")
if (!strcmp(filename, "bios.pk3")
|| !strcmp(filename, "gfx.pk3")
|| !strcmp(filename, "textures.pk3")
|| !strcmp(filename, "textures_general.pk3")

View file

@ -217,7 +217,7 @@ void __set_fpscr(long); // in libgcc / kernel's startup.s?
/** \brief WAD file to look for
*/
#define WADKEYWORD "main.kart"
#define WADKEYWORD "bios.pk3"
/** \brief holds wad path
*/
static char returnWadPath[256];