A Quake client-side mod for adding a N64/2021 HUD layout to the game. This layout isn't exactly the same as the 2021 rerelease, but it's close. I used a little artistic license in this mod.
Because this is a client-side mod, it means you can use it alongside other QuakeC mods (progs.dat) w/out issue.
Simply copy the csprogs.dat file into your id1 or other mod folder.
cl_teams 1- change scoreboard to teamplay mode (default0)cl_grenades 1- will show grenades you possess on the HUD (default0, only works with Scarlet mod)cl_weapons 1- will show weapons you possess on the HUD (default0)cl_hudtest 1- display all icons on the HUD for testing purposes (default0)
My understanding is this mod will work on both QS and FTE engines, but if there is an issue the solution would involve swapping out qsextensions.qc w/ fteextensions.qc and recompiling the code.
- Original code by ClanRing
