Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Creature won't spawn?  (Read 1047 times)

vbam65

  • Bay Watcher
    • View Profile
Creature won't spawn?
« on: January 28, 2017, 09:00:35 pm »

Code: [Select]
[CREATURE:MOLDLING]
[DESCRIPTION:A lifeless gray blob of clay capable of imitatiing dwarves]
[NAME:moldling:moldlings:moldling]
[CASTE_NAME:moldling:moldlings:moldling]
[CREATURE_TILE:'m'][COLOR:0:0:1]
        [OUTSIDER_CONTROLLABLE]
[PETVALUE:60]
[PET_EXOTIC]
        [BIOME:ANY_TROPICAL]
        [BIOME:ANY_WETLAND]
[FREQUENCY:100]
[LARGE_ROAMING]
        [CAN_LEARN]
[EXTRAVISION][NOBREATHE][NOSTUN][NONAUSEA][NOEMOTION]
[NOBONES]
[NATURAL]
        [NO_DRINK]
        [NO_EAT]
[POPULATION_NUMBER:100:400]
[PREFSTRING:ability to imitate]
[BODY:BASIC_1PARTBODY_THOUGHT]
[TISSUE:CLAY]
[TISSUE_NAME:clay:NP]
[TISSUE_MATERIAL:INORGANIC:CLAY]
[TISSUE_MAT_STATE:SOLID]
[STRUCTURAL]
[RELATIVE_THICKNESS:1]
[CONNECTS]
[TISSUE_SHAPE:LAYER]
[TISSUE_LAYER:BY_CATEGORY:ALL:CLAY]
[CASTE:FEMALE]
[FEMALE]
[MULTIPLE_LITTER_RARE]
        [CAN_DO_INTERACTION:FACADE_F]
        [CDI:ADV_NAME:Transform]
        [CDI:USAGE_HINT:GREETING]
        [CDI:VERB:transform:transforms:NA]
        [CDI:TARGET:A:SELF_ONLY]
        [CDI:WAIT_PERIOD:5000]
[CASTE:MALE]
[MALE]
        [CAN_DO_INTERACTION:FACADE_M]
        [CDI:ADV_NAME:Transform]
        [CDI:USAGE_HINT:GREETING]
        [CDI:VERB:transform:transforms:NA]
        [CDI:TARGET:A:SELF_ONLY]
        [CDI:WAIT_PERIOD:5000]
[APPLY_CREATURE_VARIATION:STANDARD_WALK_CRAWL_GAITS:9000:8900:8825:8775:9500:9900] 1 kph
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:9000:8900:8825:8775:9500:9900] 1 kph
[BODY_SIZE:0:0:18000]
[ALL_ACTIVE]
[NO_SLEEP]
[NO_DIZZINESS]
[NO_FEVERS]
[CANNOT_JUMP]

For whatever reason,  this creature won't spawn anywhere.
Is there something wrong in the structure of this creature?
Logged

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: Creature won't spawn?
« Reply #1 on: January 28, 2017, 09:14:35 pm »

Is it in a file with [OBJECT:CREATURE] at the top?
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

vbam65

  • Bay Watcher
    • View Profile
Re: Creature won't spawn?
« Reply #2 on: January 28, 2017, 09:16:34 pm »

Is it in a file with [OBJECT:CREATURE] at the top?
Yep, it's in creature_standard
Logged

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: Creature won't spawn?
« Reply #3 on: January 28, 2017, 09:49:15 pm »

I see them on the Adventure Mode menu. Maybe you just haven't come across one yet?
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

vbam65

  • Bay Watcher
    • View Profile
Re: Creature won't spawn?
« Reply #4 on: January 28, 2017, 09:51:39 pm »

I see them on the Adventure Mode menu. Maybe you just haven't come across one yet?
The only reason you can get them from the adventure mode menu is because they have outsider_controllable
Logged

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: Creature won't spawn?
« Reply #5 on: January 28, 2017, 10:30:25 pm »

I gave them [COMMON_DOMESTIC] and [PET] and then I could see them on the embark menu. I really think the answer might be that you just haven't come across any yet. To spawn, they'd have to rolled instead of any other creature in their environment.
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

vbam65

  • Bay Watcher
    • View Profile
Re: Creature won't spawn?
« Reply #6 on: January 28, 2017, 10:49:13 pm »

I gave them [COMMON_DOMESTIC] and [PET] and then I could see them on the embark menu. I really think the answer might be that you just haven't come across any yet. To spawn, they'd have to rolled instead of any other creature in their environment.
Never mind, i finally found a wild Moldling, it's odd seeing them called "peasant(tame)", or simply dwarf, but it seems to be working so far.
Logged