Need Help Fixing Origin Of V_model
l0tus
Join Date: 2004-09-07 Member: 31492Members
<div class="IPBDescription">missing polies when looking down</div> i've got <a href='http://home.cablelynx.com/~lynnpa/v_sg.rar' target='_blank'>this</a> shotgun model that i'm rather fond of, but when you look down, you can see the "end" of the model's left arm. seems like pulling it back a little on·screen would fix this. anyway, i obviously know nothing about MS3D, or i wouldn't ask for help with this. i tried fixing this once on my own, and ended up causing even more problems. if you could effectively explain how to do this without putting yourself out, that would be just as appreciated...
Comments
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
! C:\v_sg.rar: CRC failed in v_sg.mdl. The file is corrupt
! C:\v_sg.rar: Unexpected end of archive
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd--> <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
<b>edit</b>: tested; DL works now.
<!--emo&:D--><img src='http://www.natural-selection.org/forums/html//emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->
then add the
$origin x x x to the qc file just before the reload animation cmd's i think...
then recompile ftw <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
Just add
$origin X Y Z
to the .qc, so it slightly look like
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->$modelname "v_hmg_hv.mdl"
$cd ".\"
$cdtexture ".\"
$scale 1.0
$cliptotextures
$origin 0 3 3<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->