Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: What's wrong?  (Read 2542 times)

Kweri

  • Bay Watcher
    • View Profile
Re: What's wrong?
« Reply #15 on: June 01, 2011, 07:23:50 pm »

Awesome, got everything loaded up. Just need what you have in b_detail_plan_*.txt for the ALTERED_TISSUES.
« Last Edit: June 01, 2011, 07:31:06 pm by Kweri »
Logged

Necro910

  • Bay Watcher
  • Legendary Drunk +5
    • View Profile
Re: What's wrong?
« Reply #16 on: June 01, 2011, 07:33:44 pm »

It's in the post under the OP. I ran outta room so I used the second post of the thread.

Kweri

  • Bay Watcher
    • View Profile
Re: What's wrong?
« Reply #17 on: June 01, 2011, 07:59:31 pm »

Looks like we can get around the locally defined BLADEBONE issue!

http://df.magmawiki.com/index.php/Creature_token#U

USE_MATERIAL and USE_TISSUE instead of the ones with _TEMPLATE can take a locally defined creature material, woot.

I've cut the other errors down immensely. Just a bit more to go.
Logged

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: What's wrong?
« Reply #18 on: June 01, 2011, 08:03:24 pm »

The reason why the hive mind has a slasher body is because of the body being defined in the general section, not in specific castes. It needs to be separated from the hive mind caste itself, by using [SELECT_CASTE:SLASHER_FEMALE], [SELECT_ADDITIONAL_CASTE:SLASHER_MALE], so on and so forth.

However, you have defined the castes a bit lower than the body_detail, so you need to move it above the bodies.

For ease of caste selecting, just add [CASTE:XXXX] above the body details and replace the original caste tags with [SELECT_CASTE].

Next, add SELECT_CASTE to everything except the hive mind and add your body_details.
Code: [Select]
[CASTE:XXXX]

so on and so forth

[SELECT_CASTE:XXXX]
 [SELECT_ADDITIONAL_CASTE:XXXX]
 [SELECT_ADDITIONAL_CASTE:XXXXX]

[BODY:DEFORMED:2EYES:2EARS:NOSE:HUMANOID_JOINTS:NECK:SKULL:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE:BLADES]
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[BODY_DETAIL_PLAN:ALTERED_TISSUES]
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE]
[BODY_DETAIL_PLAN:HEAD_HAIR_TISSUE_LAYERS]

and

[SELECT_CASTE:ALL]

to proceed with other tags.

Remember to modify it properly so no other tags except the slasher body gets defined in the castes.
Logged
Thank you for all the fish. It was a good run.

Kweri

  • Bay Watcher
    • View Profile
Re: What's wrong?
« Reply #19 on: June 01, 2011, 08:49:49 pm »

Got it working with no errors - it's not quite pretty. It seemed to have an issue with both the tissue and the material being called BLADEBONE so I renamed the tissue to BLADEBONE_TISSUE. Lots of juggling around with caste stuff. I put mine in a seperate file, just copy/paste what you need. In code tags so you can select all. :)

Spoiler (click to show/hide)
Logged

Necro910

  • Bay Watcher
  • Legendary Drunk +5
    • View Profile
Re: What's wrong?
« Reply #20 on: June 01, 2011, 09:03:30 pm »

Huzzah! Huzzah!

Thank you. You will be immortalized in the credits  :D
Pages: 1 [2]