Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing a bunch of fonts #4

Open
SaintWish opened this issue Feb 26, 2023 · 1 comment
Open

Missing a bunch of fonts #4

SaintWish opened this issue Feb 26, 2023 · 1 comment

Comments

@SaintWish
Copy link
Contributor

cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_Basic Text.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_Basic Text.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_ID Text.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_ID Text.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_Nrml.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_Nrml.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlS.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlS.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_Lrge.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_Lrge.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlU.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_LrgeU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_LrgeU.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlI.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlI.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_LrgeI.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_LrgeI.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlIU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlIU.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_LrgeIU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_LrgeIU.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlB.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlB.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_LrgeB.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_LrgeB.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlBU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlBU.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_LrgeBU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_LrgeBU.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlBI.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlBI.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_LrgeBI.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_LrgeBI.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_NrmlBIU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_NrmlBIU.tga
cl: FileSystem_LoadFileIntoBuffer: couldn't open file "gfx\vgui\fonts\1400_LrgeBIU.tga" for reading
Missing bitmap font: gfx\vgui\fonts\1400_LrgeBIU.tga

We can either remove the fonts missing from via textscheme files or somehow find replacement fonts.

@thesupersoup
Copy link
Contributor

Since it seems like they aren't really needed(?), at least not from a base "game runs without them" standpoint, I'm going to remove them, and we can add them back as they're called for or reused.

SaintWish pushed a commit that referenced this issue Jul 10, 2023
Resolves `assets` issue #4
Partially resolves `MasterSwordRebirth` issue
MSRevive/MasterSwordRebirth#186
Paired with MSRevive/MasterSwordRebirth#216

Removed unused textschemes and added `arrowlt` and `arrowrt` TGAs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants