Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Editing Civlization Level Training  (Read 725 times)

Encrtia

  • Bay Watcher
    • View Profile
Editing Civlization Level Training
« on: January 16, 2018, 01:35:15 pm »

Is it possible (& if so, how) to edit the Civilization-Level for a creature (say, Giant Monarch Butterflies) from whatever it is in your current Fortress-Mode game (A few facts in this case) to Domesticated?
Logged
~When death smiles at you, just smile one back.

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: Editing Civlization Level Training
« Reply #1 on: January 17, 2018, 04:54:26 am »

try addin COMMON_DOMESTIC to the creature in the raws; dont forget to update the ones in data/save too.
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Encrtia

  • Bay Watcher
    • View Profile
Re: Editing Civlization Level Training
« Reply #2 on: January 22, 2018, 12:51:14 pm »

Sadly, it didn't work, thanks for the suggestion.
I also tried copy & pasting a whole creature section from "creature_subterranean" to "creature_domestic", to no avail. I was definitely editing the right stuff though, as I was able to get (for this example) giant cave spiders to be trainable.

Clearly its a lot more complicated than I initially thought, so I reckon best let it slide. Thanks anyway.
Logged
~When death smiles at you, just smile one back.

Warlord255

  • Bay Watcher
  • Master Building Designer
    • View Profile
Re: Editing Civlization Level Training
« Reply #3 on: February 10, 2018, 10:26:49 am »

Theres' a new set of tags that govern this as of 0.44. Check your file_changes.txt for more details.

Here's a working example from one of my latest experiments with the new tags, which seems to work quite well:

[ANIMAL]
      [ANIMAL_TOKEN:CAMEL_1_HUMP]
      [ANIMAL_ALWAYS_MOUNT]
      [ANIMAL_ALWAYS_WAGON_PULLER]
      [ANIMAL_ALWAYS_PACK_ANIMAL]
   [ANIMAL]
      [ANIMAL_TOKEN:CAMEL_2_HUMP]
      [ANIMAL_ALWAYS_MOUNT]
      [ANIMAL_ALWAYS_WAGON_PULLER]
      [ANIMAL_ALWAYS_PACK_ANIMAL]
   [ANIMAL_TOKEN:MULE]
      [ANIMAL_ALWAYS_PACK_ANIMAL]
   [ANIMAL]
      [ANIMAL_TOKEN:DESERT_TORTOISE]
      [ANIMAL_ALWAYS_PET]
   [ANIMAL]
      [ANIMAL_TOKEN:SHEEP]
      [ANIMAL_ALWAYS_PET]
   [ANIMAL]
      [ANIMAL_TOKEN:JACKAL]
      [ANIMAL_ALWAYS_PET]
      [ANIMAL_ALWAYS_SIEGER]

These tags override creature tokens, but only for getting access to the animal. Jackals, in this example, lack [TRAINABLE_WAR], and so need to be adjusted to fulfill that role.

Logged
DF Vanilla-Spice Revised: Better balance, more !!fun!!
http://www.bay12forums.com/smf/index.php?topic=173907.msg7968772#msg7968772

LeadfootSlim on Steam, LeadfootSlim#1851 on Discord. Hit me up!

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Editing Civlization Level Training
« Reply #4 on: February 10, 2018, 10:10:58 pm »

sounds like he's asking for in game, best bet would be DFHackery
Logged