Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 160 161 [162] 163 164 ... 365

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

scourge728

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2415 on: January 15, 2017, 02:58:56 pm »

So I fiddled with the mod for a bit and now the error log is this
Spoiler (click to show/hide)

Iota

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2416 on: January 15, 2017, 03:27:00 pm »

I've tried to make an adventure mode only creature but it doesn't show up in the race selection. Does anyone know what I'm doing wrong?

Here is the creature raw:
Spoiler (click to show/hide)

and the raw for my custom interaction:
Spoiler (click to show/hide)


Edit:typo
« Last Edit: January 15, 2017, 04:48:58 pm by Iota »
Logged

Iota

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2418 on: January 15, 2017, 04:31:22 pm »

Nope, doesn't work in arena either.
Logged

Asin

  • Bay Watcher
  • A short and sturdy creature fond of modding.
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2419 on: January 15, 2017, 05:57:05 pm »

Your creature doesn't need OUTSIDER_CONTROLLABLE or
LOCAL_POPS_CONTROLLABLE. Those are entity tags.

Nahere

  • Bay Watcher
    • View Profile
Logged

Iota

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2422 on: January 15, 2017, 06:18:21 pm »

Quote
Your creature doesn't need OUTSIDER_CONTROLLABLE or
LOCAL_POPS_CONTROLLABLE. Those are entity tags.

Thanks for the suggestion I tried it but it didn't work. I poked around the wiki and it seems to think that these were changed to creature tags in 0.42.
Logged

Iota

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2423 on: January 15, 2017, 06:20:10 pm »

I called my creature file aa_starspawn and my interaction file aa_starspawn_interactions.
Logged

scourge728

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2424 on: January 15, 2017, 06:27:47 pm »

that would be the problem, well that and the lack of a starting line it should be called creature_starspawn and interaction_starspawn and those need to go in their respective files at the very top of the file

Iota

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2425 on: January 15, 2017, 06:39:10 pm »

Quote
that would be the problem, well that and the lack of a starting line it should be called creature_starspawn and interaction_starspawn and those need to go in their respective files at the very top of the file

Ok, I made both those changes and generated a new world to test but they still didn't show up in adventure or arena.
Logged

Eric Blank

  • Bay Watcher
  • *Remain calm*
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2426 on: January 15, 2017, 06:43:13 pm »

Make sure the files start with their name at the top (no .text extension) and below that [OBJECT:CREATURE/INTERACTION]. If the file doesn't have a proper header the game will ignore it.
Logged
I make Spellcrafts!
I have no idea where anything is. I have no idea what anything does. This is not merely a madhouse designed by a madman, but a madhouse designed by many madmen, each with an intense hatred for the previous madman's unique flavour of madness.

Iota

  • Bay Watcher
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2427 on: January 15, 2017, 06:56:08 pm »

Thank you Eric/scourge! Those changes fixed it.
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2428 on: January 15, 2017, 08:44:04 pm »

Your creature doesn't need OUTSIDER_CONTROLLABLE or
LOCAL_POPS_CONTROLLABLE. Those are entity tags.
Not since 0.42:
http://dwarffortresswiki.org/index.php/DF2014:Creature_token#OUTSIDER_CONTROLLABLE
http://dwarffortresswiki.org/index.php/DF2014:Creature_token#LOCAL_POPS_CONTROLLABLE

Those tags have always been creature tokens, never entity tokens. 0.42 added the tokens in the first place.

Asin

  • Bay Watcher
  • A short and sturdy creature fond of modding.
    • View Profile
Re: [MODDING] CREATURE & ENTITY QUESTIONS THREAD
« Reply #2429 on: January 16, 2017, 07:51:36 am »

Your creature doesn't need OUTSIDER_CONTROLLABLE or
LOCAL_POPS_CONTROLLABLE. Those are entity tags.
Not since 0.42:
http://dwarffortresswiki.org/index.php/DF2014:Creature_token#OUTSIDER_CONTROLLABLE
http://dwarffortresswiki.org/index.php/DF2014:Creature_token#LOCAL_POPS_CONTROLLABLE

Those tags have always been creature tokens, never entity tokens. 0.42 added the tokens in the first place.

Oh. Must have mixed them up with some entity tags.
Pages: 1 ... 160 161 [162] 163 164 ... 365