Missed map objects [SOLVED]
When I convert a *.bsp file to a *.map file, some *.md3 files lack and I see in my Q3Radiant an orange box instead of a model.
There are no such *.md3 files in pak0.pk3 - pak8.pk3 files. As I can see, such models are in-built into a *.bsp file while compilation, and after compilation there is no more need in such *.md3 files.
My question: where or how can I get such *.md3 files to use them in my maps?
P.S. I've met such models in original Q3 maps and some custom maps. Thus, one can get them somehow.
what models as example?( names)
If after decompiling the map some objects/models are missing in the .map file, then most probably those were ASE models and unlikely to MD3 models which are the external files that map reads up from the pk3 ASE models are stored inside the map after the compiling process, so you cannot rip them off from the map.
Examples:
models/mapobjects/timdm5_wall1.md3
models/mapobjects/timdm5_ceiling2.md3
most likely what camel said the wall and ceiling is self explanatory, being ase models instead of brushes
These are packs of original q3models, that are/not included in pak0.pk3!
Examples:
models/mapobjects/timdm5_wall1.md3
models/mapobjects/timdm5_ceiling2.md3