Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cut corpse player problem
Author Message
xtronchox
Apprentice
*

Posts: 24
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2020
Reputation: 0



Post: #1
cut corpse player problem
Hi.

I have a problem cutting the players' bodies, the legs, arms and torso appear, but the head doesn't ... Is it encoded? Or can I access those resources in a file?

Thank you !
06-20-2020 01:53 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: cut corpse player problem
When you cut corpses, it will create all resource items that is set on CHARDEF

So you must check if RESOURCES line is set correctly on these CHARDEFs like c_man, c_woman, c_elf_male, c_elf_female, c_gargoyle_male, c_gargoyle_female

Code:
[CHARDEF 0190]
DEFNAME=c_man
...
RESOURCES=i_flesh_head_2, i_flesh_torso, i_flesh_right_arm, i_flesh_left_arm, i_flesh_left_leg, i_flesh_right_leg
06-21-2020 07:30 AM
Find all posts by this user Like Post Quote this message in a reply
xtronchox
Apprentice
*

Posts: 24
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2020
Reputation: 0



Post: #3
RE: cut corpse player problem
(06-21-2020 07:30 AM)Coruja Wrote:  When you cut corpses, it will create all resource items that is set on CHARDEF

So you must check if RESOURCES line is set correctly on these CHARDEFs like c_man, c_woman, c_elf_male, c_elf_female, c_gargoyle_male, c_gargoyle_female

Code:
[CHARDEF 0190]
DEFNAME=c_man
...
RESOURCES=i_flesh_head_2, i_flesh_torso, i_flesh_right_arm, i_flesh_left_arm, i_flesh_left_leg, i_flesh_right_leg

thanks!!! I don't know how I didn't see it XD
06-21-2020 09:56 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)