Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hey all
Not sure if this is a problem with GZDoom or wadsmoosh, but when I run the PK3 with the latest version of GZDoom 4.3.3, the episode names in the menu are not showing up with BIGFONT, but a small and white font like in the options menu. Any way I could fix that?


Deleted 4 years ago

Got this solution from user 

TwelveEyes7 hours ago(edited)(+1)

Might want to add this to the MENUDEF file so the episode list will use BigFont instead of defaulting to SmallFont since the list overflows the default limit:


ListMenu "EpisodeMenu"

   Font "BigFont", "RED" 

  Linespacing 16

  StaticPatch 50, 2, "M_EPISOD"
    Position 30, 30
}

Thanks man!!!!! Works!