While preparing some various aspects of my mod, I ran across quite a severe difficulty? for me anyway. I found that the sprites containing the game title in Half-Life would need to be larger if I wanted my mod?s title image to fit onto it. I also learned that the maximum size a sprite can be is 256x256, and since the size of Valve?s existing title sprites (which is combined into two of the many HUD sprites) is already to maximum size, I cannot expand it any to fit my title.
However, I?ve found out that in Opposing Force, they actually have a separate sprite just for the bottom half of the title, so it says ?HALF-LIFE? with ?OPPOSING FORCE? under it. This is exactly what I need. So the problem now is, it would probably require coding to be able to use a second sprite, unless that kind of information is defined somewhere else. Does anyone know how I could go about this?