Switch language

Default language

 
Random picture
gallery
 
   On 03/25/10 at 19h14 Quote      

Member

Group: Member

Signed up since: 03/13/10
Messages: 18
hello,
the wiki is not complete for clothes.xml, so I need some help:

I want that the shotgun is hold in the right hand (when facing to the right) and infront of the body, so drawing order should be:

1. right arm
2. weapon
3. body
4. left arm
I tried with:
Code TEXT :
<!-- ###### Shotgun ###### -->
<clothe name="weapon-shotgun">
	&complete_arm-right-righthanded;
	<c_member name="weapon"/>
	&feet;
	&complete_body-tail;
	&complete_face;
	<c_member name="hat"/>
	&complete_arm-left-righthanded;
</clothe>


but that doesn't work, what must be entered?

thanks



Edit by winworm On 03/25/10 at 19h14

pm    
   On 03/26/10 at 08h05 Quote      

Administrator

Group: WarMUX Team

Sex:
Signed up since: 08/11/09
Messages: 154
Place: France
You have to change clothe

pm yekcim@crocobox.org carreanthony@hotmail.com http://yeknan.free.fr    
   On 03/26/10 at 08h30 Quote      

Administrator

Group: WarMUX Team

Sex:
Signed up since: 08/11/09
Messages: 154
Place: France
in clothes.xml:

Code XML :
 
<clothe name="weapon-gun">
	&complete_arm-left-lefthanded;
	<c_member name="weapon"/>
	&feet;
	&complete_body-tail;
	&complete_face;
	<c_member name="belt"/>
	<c_member name="hat"/>
	&complete_arm-right-lefthanded;
</clothe>
 


Have to be replace by something like:
Code XML :
 
<clothe name="weapon-gun">
	&complete_arm-left-righthanded;
	&feet;
	&complete_body-tail;
	&complete_face;
	<c_member name="belt"/>
	<c_member name="hat"/>
        <c_member name="weapon"/>
	&complete_arm-right-righthanded;
</clothe>
 


pm yekcim@crocobox.org carreanthony@hotmail.com http://yeknan.free.fr    

 |  |

1 User online :: 0 Administrator, 0 Moderator, 0 Member and 1 Visitor
User online: No member online
Answer
You aren't allowed to write in this category