Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 104 105 [106] 107 108 ... 372

Author Topic: [MODDING] CREATURE & ENTITY QUESTIONS THREAD  (Read 684048 times)

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1575 on: February 17, 2016, 08:04:54 pm »

Possibly. If it or any other symbol tags have the same mistake.

Strange that the symbol would cause the name glitch, but there's probably been weirder bugs.
Logged

SwedishLemon

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1576 on: February 17, 2016, 10:02:31 pm »

Oh god, I was going to make a race of super fast humanoid creatures and then I realized I have no idea what all the numbers on the GAIT speed mean. Can anyone give me an explanation?
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1577 on: February 17, 2016, 10:03:43 pm »

the raws tell you what they mean... objects/examples and notes

SwedishLemon

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1578 on: February 17, 2016, 10:13:59 pm »

the raws tell you what they mean... objects/examples and notes
well how was i supposed to know that. half of toady's notes are hidden in the creature raws themselves and another half are in places they should have actually been placed in.
Logged

SwedishLemon

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1579 on: February 18, 2016, 12:01:02 am »

"Her left wing's skin is white."

I'm trying to give this species two wings with white feathers. Anyone know what I'm doing wrong?

Quote
Spoiler (click to show/hide)
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1580 on: February 18, 2016, 12:05:58 am »

Anything in your errorlog?

You didn't add the feather tissue to the creature.
Logged

sv-esk

  • Bay Watcher
  • sorry for my bad english
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1581 on: February 18, 2016, 12:29:05 am »

Also WING is category, not RWING and LWING
And  [RELSIZE:BY_CATEGORY:WING:1000] should be after [BODY_DETAIL_PLAN:HUMANOID_RELSIZES] since HUMANOID_RELSIZES includes its own wing relsize override.
Logged

Droggarth

  • Bay Watcher
  • Ischrotaur Axe Lord [SUPERNATURAL][STRANGE_MOODS]
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1582 on: February 18, 2016, 01:36:09 am »

Handedness can be adjusted in DFHack quite easily with you.body.weapon_bp. weapon_bp refers to a body part index. For humanoids, that would be 10 for right hand and 11 for left hand IIRC (at the very least, right hand == left hand-1)

Nice! Thanks for the info! *impatiently waits DFhack to update*

Oh god, I was going to make a race of super fast humanoid creatures and then I realized I have no idea what all the numbers on the GAIT speed mean. Can anyone give me an explanation?

http://dwarffortresswiki.org/index.php/DF2014:Gait ..I used that to understand the gaits (that and I examined the raws to see what number is where) and made my Dingoths bit faster from elves. As my Dingoth Warrioress would say: "I won't have some tiny wooden gear using elvish tree-huggers outperform me with their speed! I'm also a huntress damnit!"

EDIT:

Decided to make a standalone demon version of me dingoth race and called it 'drogoth' it's body size is currently at 94,500 and should be a lot tougher than a hydra going by the raws. He/she doesn't get dizzy or stunned and does not need to sleep, drink and eat (also has the POWER tag, I'll see what that will actually do) plus many other cheaty tags. I basically created a persona I can force my rage and hate and wrath unto others in the game! I used DFtool during character creation to switch my Dingoth to Drogoth as I want no NPC to spawn as it except myself.
« Last Edit: February 18, 2016, 01:22:38 pm by Droggarth »
Logged
"I'll make my own way." - Max Rockatansky

SwedishLemon

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1583 on: February 18, 2016, 09:03:48 pm »

Anything in your errorlog?

You didn't add the feather tissue to the creature.
uh, really new to tissue and bodypart modding. How exactly would I do that?
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1584 on: February 18, 2016, 09:17:47 pm »

Like adding a material.

[USE_TISSUE_TEMPLATE:FEATHER:FEATHER_TEMPLATE]

Put it right under [USE_MATERIAL_TEMPLATE:FEATHER:FEATHER_TEMPLATE]
Logged

SwedishLemon

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1585 on: February 18, 2016, 09:51:28 pm »

Like adding a material.

[USE_TISSUE_TEMPLATE:FEATHER:FEATHER_TEMPLATE]

Put it right under [USE_MATERIAL_TEMPLATE:FEATHER:FEATHER_TEMPLATE]
It worked, but it seemingly only applies to their left wings. No right wing feathers...

How would I look at the error log?
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1586 on: February 18, 2016, 10:01:37 pm »

It's in the main folder, where you would run the game from.

It's called errorlog.txt

Might be because this doesn't have TLCM_NOUN to give it a proper description?
Code: [Select]
      [SET_TL_GROUP:BY_CATEGORY:ALL:FEATHER]
       [PLUS_TL_GROUP:BY_CATEGORY:WING:FEATHER]
         [TL_COLOR_MODIFIER:WHITE:1]

Not entirely certain.
Logged

Dirst

  • Bay Watcher
  • [EASILY_DISTRA
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1587 on: February 18, 2016, 10:07:41 pm »

It's in the main folder, where you would run the game from.

It's called errorlog.txt

Might be because this doesn't have TLCM_NOUN to give it a proper description?
Code: [Select]
      [SET_TL_GROUP:BY_CATEGORY:ALL:FEATHER]
       [PLUS_TL_GROUP:BY_CATEGORY:WING:FEATHER]
         [TL_COLOR_MODIFIER:WHITE:1]

Not entirely certain.
Yes, that is the problem. Add [TLCM_NOUN:wings:PLURAL] and it will describe them as "white wings" rather than picking the first (or last, I forget which) bodypart affected.
Logged
Just got back, updating:
(0.42 & 0.43) The Earth Strikes Back! v2.15 - Pay attention...  It's a mine!  It's-a not yours!
(0.42 & 0.43) Appearance Tweaks v1.03 - Tease those hippies about their pointy ears.
(0.42 & 0.43) Accessibility Utility v1.04 - Console tools to navigate the map

Droggarth

  • Bay Watcher
  • Ischrotaur Axe Lord [SUPERNATURAL][STRANGE_MOODS]
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1588 on: February 19, 2016, 05:17:55 pm »

Woah... I just found out that my Drogoth demon who's about at body size 120,600 now and can fall from tall trees without breaking anything in the body and also see in the dark/caves. The point I'm getting at is.. uhh, what just made me able to travel on mountains exactly? :o

Is it because I'm slightly larger than a tiger man? Or has it got something to do with this: [LOW_LIGHT_VISION:10000] or somehow with this:

Spoiler (click to show/hide)
[/s]

EDIT: Bleh, just one glitched area in the map but still I'd like to walk on mountains.
« Last Edit: February 19, 2016, 05:22:41 pm by Droggarth »
Logged
"I'll make my own way." - Max Rockatansky

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #1589 on: February 19, 2016, 05:47:36 pm »

The only way I know of to travel on a mountain is if there is a Hillocks or some other form of site overlapping the mountainous area.
Logged
Pages: 1 ... 104 105 [106] 107 108 ... 372