Jump to content

Recommended Posts

Posted (edited)

Hey guys i want to know how i can make breastplate/gaiters into full armor for example doom tunic/stockings into one armor like dark crystal robe. Can anyone explain me? I rly want to learn this.

Edited by Reindos
Posted (edited)

In armorgrp set the "body_part" from:

-21: breastplate / chest / upper body

and
-22: gaiters / legs / lower body
into:
-8: full armor

Don't forget that in this case m[0] is for upper body MESH and m[1] is for lower body MESH; same as t[0] is for upper body TEXTURE and t[1] is for lower body TEXTURE. Of course don't forget to change now the (...)_cntm from 1 to 2 and (...)_cntt from 1 to 2 - otherwise You will get critical error.

Rest is the server side - it's been a while since I worked with server side, but as I remember You need to set "body_part" into "full" or "full_armor" - someone correct me with this one. I don't have any server files at my HDD at the moment so I can't check it.

GL 

Edited by aVVe
Posted (edited)

In armorgrp set the "body_part" from:

-21: breastplate / chest / upper body

and

-22: gaiters / legs / lower body

into:

-8: full armor

 

Don't forget that in this case m[0] is for upper body MESH and m[1] is for lower body MESH; same as t[0] is for upper body TEXTURE and t[1] is for lower body TEXTURE. Of course don't forget to change now the (...)_cntm from 1 to 2 and (...)_cntt from 1 to 2 - otherwise You will get critical error.

I dont get it i open the armor.grp with FileEditor but i cant see the lines body_part the 21/22 lines on the codes. I want to change doom tunic/stockings into one part armor in the client not in the server is that possible? Or its possible only with server files?

Edited by Reindos
Posted
 

I want to change doom tunic/stockings into one part armor in the client not in the server is that possible?

Here is the god damn recipe:

In armorgrp set the "body_part" from:

-21: breastplate / chest / upper body

and
-22: gaiters / legs / lower body
into:
-8: full armor

Don't forget that in this case m[0] is for upper body MESH and m[1] is for lower body MESH; same as t[0] is for upper body TEXTURE and t[1] is for lower body TEXTURE. Of course don't forget to change now the (...)_cntm from 1 to 2 and (...)_cntt from 1 to 2 - otherwise You will get critical error.

Posted (edited)

 

 
 

Here is the god damn recipe:

 

I dont get it i open the armor.grp with FileEditor but i cant see the lines body_part the 21/22 lines on the codes. I want to change doom tunic/stockings into one part armor in the client not in the server is that possible? Or its possible only with server files?

 

 

did you learn that??? Maybe you can write it with some more desire?? I wtore that i dont see the line you say so maybe you make better guide?

Edited by Reindos

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...