Bay 12 Games Forum

Please login or register.

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

Author Topic: Yet another Modding Assistance Call  (Read 1157 times)

Acanthus117

  • Bay Watcher
  • Angry Writer
    • View Profile
Yet another Modding Assistance Call
« on: April 07, 2010, 04:41:58 am »

I'm making a creature, and it doesn't work. Help?

Code: [Select]
[CREATURE:CAVE_LOBSTER_MAN]
[COPY_TAGS_FROM:LOBSTER_CAVE]
[APPLY_CREATURE_VARIATION:ANIMAL_PERSON]
[CV_REMOVE_TAG:AQUATIC]
[CV_ADD_TAG:AMPHIBIOUS]
[APPLY_CURRENT_CREATURE_VARIATION]
[GO_TO_TAG:BODY]
[CV_REMOVE_TAG:BODY]
[APPLY_CURRENT_CREATURE_VARIATION]
[BODY:HUMANOID:SHELL:TAIL:HEART:GUTS:ORGANS:NECK:SPINE:BRAIN:SKULL:MOUTH]
[GO_TO_END]
[SELECT_CASTE:MALE]
[CASTE_NAME:cave lobster man:cave lobster men:cave lobster man]
[SELECT_CASTE:FEMALE]
[CASTE_NAME:cave lobster woman:cave lobster women:cave lobster woman]
[GO_TO_START]
[NAME:cave lobster man:cave lobster men:cave lobster man]
[DESCRIPTION:A humanoid creature with the head of a cave lobster.  They live in colonies in watery regions far underground.]
[POPULATION_NUMBER:30:50]
[CLUSTER_NUMBER:5:10]
[MAXAGE:60:80]
[CREATURE_TILE:'l']
[COLOR:7:0:1]
[EXTRAVISION]
[CANNOT_UNDEAD]
Logged
Is apparently a Lizardman. ಠ_ಠ
YOU DOUBLE PENIS
"The pessimist is either always right or pleasantly surprised; he cherishes that which is good because he knows it cannot last."

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #1 on: April 07, 2010, 06:09:27 am »

What do you mean by "it doesn't work"?

Also, is it supposed to have no attacks?
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

Acanthus117

  • Bay Watcher
  • Angry Writer
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #2 on: April 07, 2010, 07:00:05 am »

In Arena mode, the name comes out as nothing. Oh, and I'll fix the attacks :X
Logged
Is apparently a Lizardman. ಠ_ಠ
YOU DOUBLE PENIS
"The pessimist is either always right or pleasantly surprised; he cherishes that which is good because he knows it cannot last."

tomas1297

  • Bay Watcher
  • Lack of originality.
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #3 on: April 07, 2010, 07:02:27 am »

[NAME:X:X-es:X-ish] ?

Edit:Didn't notice you put it in.Sorry. :X
Logged
There was a time when cocksuits would have offended me. It's kind of bad that the time has passed.

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #4 on: April 07, 2010, 07:40:41 am »

Tossed them into creature_subterranean for a quick test, and I didn't see anything wrong with the names. Once attacks are added, they should work like a charm.

Edit: You might want to give them 2EYES, though.
« Last Edit: April 07, 2010, 07:46:18 am by Knight Otu »
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Acanthus117

  • Bay Watcher
  • Angry Writer
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #5 on: April 07, 2010, 07:47:26 am »

Thanks! :D
Logged
Is apparently a Lizardman. ಠ_ಠ
YOU DOUBLE PENIS
"The pessimist is either always right or pleasantly surprised; he cherishes that which is good because he knows it cannot last."

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #6 on: April 07, 2010, 07:49:30 am »

Oh hoh! I tossed them into my creature file just now, and NOW they appear as nothing! I guess creatures that are variants need to be in the same file as the base creature.
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Acanthus117

  • Bay Watcher
  • Angry Writer
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #7 on: April 07, 2010, 07:54:51 am »

Okay, so what do I do?
Logged
Is apparently a Lizardman. ಠ_ಠ
YOU DOUBLE PENIS
"The pessimist is either always right or pleasantly surprised; he cherishes that which is good because he knows it cannot last."

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #8 on: April 07, 2010, 08:00:22 am »

Just paste your lobster men on the end of creature_subterranean. That's where the cave lobster already resides.
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Acanthus117

  • Bay Watcher
  • Angry Writer
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #9 on: April 07, 2010, 08:03:46 am »

I did that. That's where I put the thing in the first place. I'll just give them attacks, and see if that fixes anything.
Logged
Is apparently a Lizardman. ಠ_ಠ
YOU DOUBLE PENIS
"The pessimist is either always right or pleasantly surprised; he cherishes that which is good because he knows it cannot last."

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #10 on: April 07, 2010, 08:09:11 am »

That's odd. Did you try putting them into a separate file?
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Acanthus117

  • Bay Watcher
  • Angry Writer
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #11 on: April 07, 2010, 08:10:55 am »

I gave them attacks, and now, all their attacks pass through one another... maybe I should try another animal.
Logged
Is apparently a Lizardman. ಠ_ಠ
YOU DOUBLE PENIS
"The pessimist is either always right or pleasantly surprised; he cherishes that which is good because he knows it cannot last."

Dasleah

  • Bay Watcher
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #12 on: April 07, 2010, 08:12:28 am »

They don't have to be in the same file, just in a file that comes after the base creature's file in alphabetical order. So if the base creature is in creature_a, you just need it to be in creature_b or later.

Tell us what your errorlog.txt says about them, if anything.
Logged
Pokethulhu Orange: UPDATE 25
The Roguelike Development Megathread.

As well, all the posts i've seen you make are flame posts, barely if at all constructive.

JoRo

  • Bay Watcher
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #13 on: April 07, 2010, 03:45:42 pm »

I had creatures named 'nothing' in arena mode when they had no [CASTE_NAME] but since you have that, maybe it's conflicting somehow with the [CASTE_NAME] already in the cave lobster raw?

Edit: never mind, batmen have the same set up and work fine with their caste names.
Logged
You have been struck down.
The giant cave spider spits out your head.

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Yet another Modding Assistance Call
« Reply #14 on: April 07, 2010, 03:51:27 pm »

Wait what? I copied these tags and it works. Are you sure you have no other errors in errorlog.txt?
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository
Pages: [1] 2