model help needed


(Rogue38) #1

im building a map for et and am in need of some pro help. i got some models that i would like to use from blackrayne, the model folder i have put into my mapobjects folder that all works, when i right click in 2d i can find the model etc but when i insert it i get a black and red model saying that image missing, the models come with the jpeg to wrap the model it also comes with a .qc file that seems to relate to quake and i dont think radient is understanding it as both version i have 1.4 and 21.5 wont work with it they say

taken from the log files

1.4 says
vfsExtractRelativePath: C:/Program Files/Wolfenstein - Enemy Territory/etmain/models/br_minicooper/br_cooper5.md3
cleaned path: c:/program files/wolfenstein - enemy territory/etmain/models/br_minicooper/br_cooper5.md3
Matching against c:/program files/wolfenstein - enemy territory//etmain
vfsExtractRelativePath: failed
trying with a short version
vfsExtractRelativePath: C:/Program Files/Wolfenstein - Enemy Territory/etmain/models/br_minicooper/br_cooper5.md3
cleaned path: c:/progra~1/wolfen~1/etmain/models/br_min~1/brf718~1.md3
Matching against c:/program files/wolfenstein - enemy territory//etmain
vfsExtractRelativePath: failed
WARNING: could not extract the relative path, using full path instead

1.5 says
Loaded Model: “models/mapobjects/vehicles/br_cooper1.md3”
Texture load failed: “models/mapobjects/br_minicooper/br_cooperwindow”
Texture load failed: “models/mapobjects/br_minicooper/br_coopertire”
Texture load failed: “models/mapobjects/br_minicooper/br_cooper1”
Loaded Model: “models/br_minicooper/br_cooper5.md3”
Texture load failed: “models/mapobjects/br_minicooper/br_cooper5”
map load timer: 0.77 second(s) elapsed
— LoadMapFile —
C:/Program Files/Wolfenstein - Enemy Territory/etmain/maps/test7.map
643 primitive
22 entities
Loaded Model: “models/br_minicooper/br_cooper3.md3”
Texture load failed: “models/mapobjects/br_minicooper/br_cooper3”
entityCreate -class misc_model

and this is what the qc file says
// Quake III Arena MD3 control file, generated by MilkShape 3D
//
$model “models/mapobjects/br_minicooper/br_cooper3.md3”
// reference frame
//$frames -1 -1
// frame 1-30
$frames 1 30
$flags 0
$numskins 0

// you can have one or no parent tag

// tags

// meshes (surfaces)
$mesh “br_cooperwindow”
$skin “models/mapobjects/br_minicooper/br_cooperwindow.tga”
$flags 0

$mesh “br_coopertire”
$skin “models/mapobjects/br_minicooper/br_coopertire.jpg”
$flags 0

$mesh “br_cooper3”
$skin “models/mapobjects/br_minicooper/br_cooper3.jpg”
$flags 0

so i gather this isnt the right information that i need and thats where the problem is i need help with getting the right information and putting the info in the right place