Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: creature.txt question  (Read 745 times)

Drawde

  • Bay Watcher
    • View Profile
creature.txt question
« on: February 17, 2012, 07:04:15 pm »

Can you make your own creature.txt files, or are you limited to adding to the ones already there?
Logged

NecroRebel

  • Bay Watcher
    • View Profile
Re: creature.txt question
« Reply #1 on: February 17, 2012, 07:06:59 pm »

You can make your own. Just make sure the first line is identical to the file name (less the .txt part) and the third line says [OBJECT:CREATURE], and it should work. Oh, and also make sure you don't have any [CREATURE:blah] lines that duplicate another such line in any file, but that's simply standard procedure to avoid duplicate-raw bugs.
Logged
A Better Magma Pump Stack: For all your high-FPS surface-level magma installation needs!

Demonic Gophers

  • Bay Watcher
    • View Profile
    • The Tunnels
Re: creature.txt question
« Reply #2 on: February 17, 2012, 07:07:46 pm »

You can make new ones.  I tend to put my new creatures in creature_added.txt, or sometimes subdivide it further with creature_added_pet.txt, creature_added_monster.txt, and so forth.  Just make sure you get the proper header at the top of the text file.
Logged
*Digs tunnel under thread.*
I also answer to Gophers and DG.
Quote from: Shades of Gray
*Says something inspiring and quote worthy.*
Opinions are great, they're like onions with pi.

Drawde

  • Bay Watcher
    • View Profile
Re: creature.txt question
« Reply #3 on: February 17, 2012, 07:12:03 pm »

Thanks.  I should be able to figure this one out   :P
Logged

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: creature.txt question
« Reply #4 on: February 17, 2012, 07:15:38 pm »

like mentioned above make sure the file name and header match so a file named this:

creature_new.txt

would have this right at the top

Code: [Select]
creature_new

[OBJECT:CREATURE]
Logged