OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
212 stars 50 forks source link

WARNING: shader models/players/beret/skin1red in skin models/players/beret/head_red.skin not found #43

Closed suijingfeng closed 6 years ago

suijingfeng commented 6 years ago

issue1

but I notice that those files seems already existed in .openarena/baseoa/pak2-players.pk3 issue2

so what's the warning means, how to fix it?

leilei- commented 6 years ago

Less engine paranoia.

The skin's written like that to try and seek available filetypes automatically (TGA>JPG>PCX). It just can't find the one wihtout the extension and just harmlessly moves on to loading the tga instead.

I don't like the load of warnings either, but this is not a bug with the engine. It's just a bit too verbose. There will always be at least a warning with loading the loads of content out there and it's something you'll have to put up with and it's impossible to solve all the content warnings in the world without compromising something else.

I'd much rather spend time making new media that avoids unneccessary warnings than to maintain a mess I can't bear to look at anymore.