Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Bugfix help  (Read 625 times)

Thuellai

  • Bay Watcher
  • Nobody's business but the Turks
    • View Profile
Bugfix help
« on: June 28, 2013, 04:30:13 am »

Okay, so I'm using Modest Bodies, because I like how it affects wrestling and creature bodies and makes creature structure a bit more accurate.

Of course, it removes the definitions for HUMANOID_JOINTS, which spams your error log with 'Body Token Recognized But Could Not Connect: HUMANOID_JOINTS'

To fix this, I created a [SMALL], [INTERNAL], [DEFAULT_RELSIZE:1] body part inside HUMANOID_JOINTS, hoping that would give it a nice invisible body part to hook into that region and shut it up.

...It has not, but it HAS changed the error to 'No tissue thickness', which is a new problem, or as I like to call it, progress.

Here's the text of the new error, using just one creature as an example

Code: [Select]
*** Error(s) finalizing the creature BIRD_BLUEJAY
BIRD_BLUEJAY:FEMALE:vestigal joint: No tissue thickness
BIRD_BLUEJAY:MALE:vestigal joint: No tissue thickness

Here's the body part as-is

Code: [Select]
[BP:DUMMY:vestigal joint:STP][INTERNAL][SMALL]
[DEFAULT_RELSIZE:1]
Logged
When you're following an angel, does it mean you have to throw your body off a building?

"So kids, what story do you want me to read to you tonight?"
"Oooh!  Oooh!  Goldibeard and the The Rotting Corpses!"
~LegacyCWAL

scamtank

  • Bay Watcher
    • View Profile
Re: Bugfix help
« Reply #1 on: June 28, 2013, 06:55:19 am »

Add [CATEGORY:JOINT] to the bodypart. Now the tissue layer arrangements in b_detail_plan_default.txt can see it as one.
Logged

Thuellai

  • Bay Watcher
  • Nobody's business but the Turks
    • View Profile
Re: Bugfix help
« Reply #2 on: June 28, 2013, 07:06:15 am »

Add [CATEGORY:JOINT] to the bodypart. Now the tissue layer arrangements in b_detail_plan_default.txt can see it as one.

...well that worked, and now I feel dumb.

How did it not occur to me to make sure my vestigal, template-appeasing joint was...  a joint?

Damn it, brain, you're supposed to be on top of this sort of basic logic.
Logged
When you're following an angel, does it mean you have to throw your body off a building?

"So kids, what story do you want me to read to you tonight?"
"Oooh!  Oooh!  Goldibeard and the The Rotting Corpses!"
~LegacyCWAL