By the way, there are some GPL models here:
http://md2.sitters-electronics.nl/index.htmlNow let's begin the ghetto sk89q way of getting the models to work with Paintball:
(Note: you'll need my favorite editor for this:
SciTE)
1. Download the model zip you want and find it in the model#/ folder (check the textures)
2. Drag the .md2 file into SciTE (open it) and look for the texture name (i.e. auvbg.pcx)
3. Because, if I skimmed the specs for the .md2 format correctly, the texture name is stored in a fixed size field... so... add models/FOLDER/ to the beginning of texture name in SciTE (i.e. models/urban/auvbg.pcx) and then delete the NULs AFTER the texture string -- one NUL deleted for every one character you added (models/urban/ has 13 characters)
4. Convert one of the texture files (.png/.pcx/.bmp) to a .jpg file and put it in the same directory as the model.
5. Tada!