A question.
A question.
I read the FAQ and all, but I was wondering how can one make the skins of all enemy players the same? I mean, I want to see them all the same.Need a Mod or some Utility?
in cpma and osp mods you can also use "/enemymodel [modelname/color]"
from my cfg:
ie: /model sarge/blue; enemymodel keel/red" would make you a blue sarge and all the enemies red keels.
from my cfg:
Code: Select all
// Model settings //
seta model "sarge/blue"
seta team_headmodel "sarge/blue"
seta team_model "sarge/blue"
seta headmodel "sarge/blue"
seta enemyModel "keel/pm"
seta cg_enemyModel "keel/pm"
seta cm_playerCurveClip "1"
seta sex "One time at bandcamp..."
seta forceModel 1
seta cg_forcemodel 1
seta cg_forceEnemyModel 1
seta cg_enemyColors "0iii"
ie: /model sarge/blue; enemymodel keel/red" would make you a blue sarge and all the enemies red keels.
Last edited by menkent on Tue Nov 01, 2005 10:20 pm, edited 1 time in total.