Page 1 of 1

Quake 3 menu logo changing

Posted: Sat Nov 19, 2005 1:31 pm
by jpexs
(my English is not the best)

Hallo, could you please help me ?!
I want to create Quake 3 conversion and I want to modify Quake 3 logo which is displayed on the top of the main menu.
Where can I change it? I know, it must be md3 model. I have watched into pak0.pk3 file, but i haven't found anything.
I am not asking how to edit md3 - i can this. Only the question is - where the logo model is. :icon26:

Posted: Sat Nov 19, 2005 3:57 pm
by corncobman
The main menu banner model is located in models/mapobjects/banner/banner5.md3

There are two things you can do.

1) Create a new banner model and change the entry in ui_menu.c in the q3_ui folder in the source to point to the new model

OR

2) Just create a new banner model (with the same name and folder structure as the old one) and put it in a .pk3 file in your mod folder and name it something that is alphabetically after pak8

That's the right answer!

Posted: Sat Nov 19, 2005 6:17 pm
by jpexs
Thank you very much for this! :icon25: