Quote:
Originally Posted by KageToraUK
[Edit - I just tried it in the GEM Editor, and I noticed the Grosnians are all unarmed, whereas the Zorbians have weapons. I can't get the Grosnians to pick up modern weapons from the modern combat mod, either - and when I try to get the Zorbians to pick them up, the editor crashes. Any ideas here?]
|
I don't know...
But, in ...Grosnia 1992\resource\set\breed\single\rus...
you can modify the breed (file in .set).
And put the Zorbian's values :
Quote:
{breed
{behaviour soldier}
{skin "eng-smg"}
{portrait "rus_smg1"}
{icon "riflemans"}
{icon_priority 0}
{nationality rus}
{armors
{head helmet1_rus}
}
{perks
{"melee" expert
}
{"avoidance" master
}
{"pistol" expert
}
{"smg" expert
}
{"mgun" expert
}
{"rifle" expert
}
}
{inventory
{item "grenade f1"}
{item "bandage" 3}
{item "ak47"}
{item "m43 ammo" 200}
}
}
|