I mean, the idea is to update the vanilla game, not add items.
An example for you, when the game drops an armour item or you buy one, as in this one [t:template,n:bd_ra_bl_m_g_c_fin] it will load the original GPG template and texture for it every time. To get around that you would need to overwrite the original Logic.dsres and Objects.dsres files, that's not a good idea as GPG themselves recommends making a new texture and template instead of changing the original ones.
Whether you like it or not, you have to make a mod and change the templates original name and the armor_style = 025; line or your all new fancy Michelangelo texture will not get used....ever.
[t:template,n:bd_ra_bl_m_g_c_fin] change this line
{
doc = "Night Leather";
specializes = base_body_armor_leather;
[common]
{
pcontent_special_type = rare, unique;
screen_name = "Night Leather";
}
[defend]
{ armor_style = 025; change this line
armor_type = a2;
f defense = 44.000000;
I'll take a look at your other problem later, I'm going out shopping now, Oooooooh, I could get this Chinese Wuhan virus thingie, they'd better keep their distance or they'll get my cattle prod up their ass.
An example for you, when the game drops an armour item or you buy one, as in this one [t:template,n:bd_ra_bl_m_g_c_fin] it will load the original GPG template and texture for it every time. To get around that you would need to overwrite the original Logic.dsres and Objects.dsres files, that's not a good idea as GPG themselves recommends making a new texture and template instead of changing the original ones.
Whether you like it or not, you have to make a mod and change the templates original name and the armor_style = 025; line or your all new fancy Michelangelo texture will not get used....ever.
[t:template,n:bd_ra_bl_m_g_c_fin] change this line
{
doc = "Night Leather";
specializes = base_body_armor_leather;
[common]
{
pcontent_special_type = rare, unique;
screen_name = "Night Leather";
}
[defend]
{
armor_style = 025; change this line
armor_type = a2;
f defense = 44.000000;
I'll take a look at your other problem later, I'm going out shopping now, Oooooooh, I could get this Chinese Wuhan virus thingie, they'd better keep their distance or they'll get my cattle prod up their ass.