(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:
Quake 3 menu logo changing
-
- Posts: 304
- Joined: Fri Aug 08, 2003 7:00 am
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
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
-It is not the fall that kills you. It's the sudden stop at the end. (Douglas Adams)-
[url=http://www.violationentertainment.com/misc/ccm]-An eyeful a day is bloody fantastic!-[/url]
[url=http://www.violationentertainment.com/misc/ccm]-An eyeful a day is bloody fantastic!-[/url]
That's the right answer!
Thank you very much for this! :icon25: