Hi,
does any1 know how one could rescale weaponmodels in the source?
I searched around in cg_weapons and cg_ents and managed to rescale other models but not weapons.
I tried sumptin like this in CG_AddPlayerWeapon/cg_weapons.c
VectorScale( gun.axis[0], 2 , gun.axis[0]);
VectorScale( gun.axis[1], 2 , gun.axis[1]);
VectorScale( gun.axis[2], 2 , gun.axis[2]);
but it didnt work.
-thx