Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: By Scott! I've got it!  (Read 1104 times)

Vorthon

  • Bay Watcher
  • Now with 50% more pointless rambling!
    • View Profile
By Scott! I've got it!
« on: March 19, 2010, 08:01:19 pm »

I guess I should explain...

     I'm fairly new to DF, yet I've already created a mid-sized mod, and I found a something that works for extending worldgen length without increasing megabeast size in the raws or cave size in the parameters. (Or at least maximize the number of ages crammed into a single run. Best one to date: 18 cycles of alternating between age of legends/ age of heroes)

     Essentially, I've added powers which are capable of reproducing, and  aligned each with a sphere that makes sense for their habitat (I've got a desert variety which is aligned with minerals, an ocean variety which is aligned with water, etc.). Here's the code (They use some custom body templates):

Code: [Select]
[CREATURE:SCREAMER_DESERT]
[NAME:desert screamer:desert screamers:desert screamer]
[TILE:'S'][COLOR:4:0:1]
[MODVALUE:10]
[LIKES_FIGHTING][BUILDINGDESTROYER:2]
[GLOWTILE:'"'][GLOWCOLOR:4:0:0]
[LARGE_ROAMING][POWER][CANOPENDOORS]
[EXTRACT:desert screamer venom:7:0:1]
[EXTRACT_VALUE:100]
[EXTRACT_PARALYZE]
[NATURAL][PET_EXOTIC][FANCIFUL]
[PARALYZEIMMUNE][FREQUENCY:5]
[CAN_SPEAK][SLOW_LEARNER]
[GENPOWER:4]
[BLOODTYPE:C]
[TRAINABLE]
[POPULATION_NUMBER:2:3]
[CLUSTER_NUMBER:1:1]
[PETVALUE:2500]
[GRASSTRAMPLE:10]
[LARGE_PREDATOR][SAVAGE]
[CARNIVORE]
[FLIER]
[NOPAIN][EXTRAVISION][NOSTUN]
[BUILDINGDESTROYER:1]
[NOFEAR][NATURAL]
[PREFSTRING:fearsome calls]
[PREFSTRING:aerial divebombing of prey]
[PREFSTRING:faintly glowing eyes]
[BODY:HUMANOID_LEGLESS:4EYES:HEART:GUTS:ORGANS:MOUTH:MANDIBLES:BRAIN:TAIL:TAIL_STINGER:SPINE:4WINGS:3FINGERS]
[SIZE:16]
[MAXAGE:2000:3000]
[ATTACK:MAIN:BYTOKEN:TAIL_STINGER:sting:stings:1:6:PIERCE][SPECIALATTACK_INJECT_EXTRACT:50:100]
[ATTACK:MAIN:BYTYPE:MOUTH:bite:bites:1:3:GORE][ATTACKFLAG_CANLATCH]
[ATTACK:MAIN:BYTOKEN:MANDIBLES:bite:bites:1:3:PIERCE][ATTACKFLAG_CANLATCH]
[ATTACK:MAIN:BYTYPE:GRASP:punch:punches:1:2:BLUDGEON][ATTACKFLAG_WITH]
[FAT:1]
[NOCTURNAL]
[EQUIPS]
[LAYERING:100]
[NO_DRINK]
[SPHERE:MINERALS]
[SPHERE:CHAOS]
[BIOME:DESERT_BADLAND]
[BIOME:DESERT_ROCK]
[BIOME:DESERT_SAND]
[STANDARD_FLESH]
[HOMEOTHERM:10067]


[CREATURE:SCREAMER_JUNGLE]
[NAME:jungle screamer:jungle screamers:jungle screamer]
[TILE:'S'][COLOR:2:0:1]
[LIKES_FIGHTING][BUILDINGDESTROYER:2]
[MODVALUE:10]
[GLOWTILE:'"'][GLOWCOLOR:4:0:0]
[LARGE_ROAMING][POWER][CANOPENDOORS]
[EXTRACT:jungle screamer venom:7:0:1]
[EXTRACT_VALUE:100]
[EXTRACT_PARALYZE]
[NATURAL][PET_EXOTIC]
[PARALYZEIMMUNE][FREQUENCY:5]
[CAN_SPEAK][SLOW_LEARNER]
[GENPOWER:4][FANCIFUL]
[BLOODTYPE:C]
[TRAINABLE]
[POPULATION_NUMBER:2:3]
[CLUSTER_NUMBER:1:1]
[PETVALUE:2500]
[GRASSTRAMPLE:10]
[LARGE_PREDATOR][SAVAGE]
[CARNIVORE]
[NOPAIN][EXTRAVISION][NOSTUN]
[BUILDINGDESTROYER:1]
[NOFEAR][NATURAL]
[PREFSTRING:fearsome calls]
[PREFSTRING:ambushing of prey]
[PREFSTRING:faintly glowing eyes]
[BODY:HUMANOID_LEGLESS:4EYES:HEART:GUTS:ORGANS:MOUTH:MANDIBLES:BRAIN:TAIL:TAIL_STINGER:SPINE:3BASIC_3PARTLEGS:3FINGERS]
[SIZE:16]
[MAXAGE:2000:3000]
[ATTACK:MAIN:BYTOKEN:TAIL_STINGER:sting:stings:1:6:PIERCE][SPECIALATTACK_INJECT_EXTRACT:50:100]
[ATTACK:MAIN:BYTYPE:MOUTH:bite:bites:1:3:GORE][ATTACKFLAG_CANLATCH]
[ATTACK:MAIN:BYTOKEN:MANDIBLES:bite:bites:1:3:PIERCE][ATTACKFLAG_CANLATCH]
[ATTACK:MAIN:BYTYPE:GRASP:punch:punches:1:2:BLUDGEON][ATTACKFLAG_WITH]
[FAT:1]
[SPEED:500]
[NOCTURNAL]
[EQUIPS]
[NO_DRINK]
[SPHERE:MUCK]
[SPHERE:CHAOS]
[BIOME:ANY_TROPICAL_FOREST]
[STANDARD_FLESH]
[HOMEOTHERM:10067]
[LAYERING:100]
[SWIMS_INNATE][SWIM_SPEED:2500]

[CREATURE:SCREAMER_OCEAN]
[NAME:ocean screamer:ocean screamers:ocean screamer]
[TILE:'S'][COLOR:5:0:1]
[MODVALUE:10]
[LIKES_FIGHTING][BUILDINGDESTROYER:2]
[GLOWTILE:'"'][GLOWCOLOR:4:0:0]
[LARGE_ROAMING][POWER][CANOPENDOORS]
[EXTRACT:ocean screamer venom:7:0:1]
[EXTRACT_VALUE:100]
[EXTRACT_PARALYZE]
[NATURAL][PET_EXOTIC][FANCIFUL]
[PARALYZEIMMUNE][FREQUENCY:5]
[CAN_SPEAK][SLOW_LEARNER]
[GENPOWER:4]
[BLOODTYPE:C]
[TRAINABLE]
[POPULATION_NUMBER:2:3]
[CLUSTER_NUMBER:1:1]
[PETVALUE:2500]
[GRASSTRAMPLE:10]
[LARGE_PREDATOR][SAVAGE]
[CARNIVORE]
[NOPAIN][EXTRAVISION][NOSTUN]
[BUILDINGDESTROYER:1]
[NOFEAR][NATURAL]
[PREFSTRING:fearsome calls]
[PREFSTRING:ambushing of prey]
[PREFSTRING:faintly glowing eyes]
[BODY:HUMANOID_LEGLESS:4EYES:HEART:GUTS:ORGANS:MOUTH:MANDIBLES:BRAIN:TAIL:TAIL_STINGER:SPINE:SIX_TENTACLES:3FINGERS]
[SIZE:16]
[MAXAGE:2000:3000]
[ATTACK:MAIN:BYTOKEN:TAIL_STINGER:sting:stings:1:6:PIERCE][SPECIALATTACK_INJECT_EXTRACT:50:100]
[ATTACK:MAIN:BYTYPE:MOUTH:bite:bites:1:3:GORE][ATTACKFLAG_CANLATCH]
[ATTACK:MAIN:BYTOKEN:MANDIBLES:bite:bites:1:3:PIERCE][ATTACKFLAG_CANLATCH]
[ATTACK:MAIN:BYTYPE:GRASP:punch:punches:1:2:BLUDGEON][ATTACKFLAG_WITH]
[ATTACK:MAIN:BYTOKEN:RUTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH]
[ATTACK:MAIN:BYTOKEN:LUTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH]
[ATTACK:MAIN:BYTOKEN:RMTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH]
[ATTACK:MAIN:BYTOKEN:LMTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH]
[ATTACK:MAIN:BYTOKEN:RLTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH]
[ATTACK:MAIN:BYTOKEN:LLTC:stab:stabs:1:3:PIERCE][ATTACKFLAG_WITH]
[FAT:1]
[SPEED:1500]
[NOCTURNAL]
[EQUIPS]
[NO_DRINK]
[BIOME:OCEAN_TROPICAL]
[BIOME:RIVER_TROPICAL_FRESHWATER]
[BIOME:RIVER_TROPICAL_BRACKISHWATER]
[BIOME:RIVER_TROPICAL_SALTWATER]
[BIOME:LAKE_TROPICAL_FRESHWATER]
[BIOME:LAKE_TROPICAL_BRACKISHWATER]
[BIOME:LAKE_TROPICAL_SALTWATER]
[STANDARD_FLESH]
[HOMEOTHERM:10067]
[LAYERING:100]
[SPHERE:WATER]
[SPHERE:CHAOS]
[SWIMS_INNATE][SWIM_SPEED:500]

   I've also added an "advanced" civ, which use laser weapons (modded crossbows :P), and they're pretty tough, even unarmed.

(They're about 8 feet tall)

   One example (I forgot to take screenshots, and I've since deleted the file): I was testing a "feral" version (live in caves instead of towns, don't use advance equipment) in adventure mode, and I got shot with the most powerful laser weapon I modded in, and it scorched the creature's lower body, and burnt one of his kidneys to a crisp, and he just kept going, none the worse for wear (if you don't count the heavy bleeding, that is. He shook that off no problem, though.)
Logged

Lofn

  • Bay Watcher
  • There was a hole.
    • View Profile
    • Tumblr
Re: By Scott! I've got it!
« Reply #1 on: March 20, 2010, 04:21:26 am »

I don't mean to be rude, but I don't quite know why you've started this thread.
Logged
Also known as Zuhayr.

Kamudo

  • Bay Watcher
  • [SO_FLY]
    • View Profile
Re: By Scott! I've got it!
« Reply #2 on: March 20, 2010, 04:26:38 am »

I think they're just excited that they've made an awesome mod.

I don't fully understand it, but whatever he's done looks pretty cool from my perspective.
Logged
Lisidadil - A story of one of my first forts.

The continual tale of survival in a harsh land of hate, Fun, betrayal, love, and maybe a random elf or two... If we're unlucky.

buckets

  • Bay Watcher
    • View Profile
Re: By Scott! I've got it!
« Reply #3 on: March 20, 2010, 04:53:48 am »

It kinda looks like two different mods... ???
Logged

Vorthon

  • Bay Watcher
  • Now with 50% more pointless rambling!
    • View Profile
Re: By Scott! I've got it!
« Reply #4 on: March 20, 2010, 08:41:44 am »

I probably should have mentioned that the civ I added in addition to the 'screamers' have a tendency to end up in duels with the 'screamers' in worldgen history, which is one of the factors that increases the number of ages in a single run.
Logged

buckets

  • Bay Watcher
    • View Profile
Re: By Scott! I've got it!
« Reply #5 on: March 20, 2010, 08:18:51 pm »

I probably should have mentioned that the civ I added in addition to the 'screamers' have a tendency to end up in duels with the 'screamers' in worldgen history, which is one of the factors that increases the number of ages in a single run.

Can you explain your mod again? Everyones a little lost :(
Logged

RavingManiac

  • Bay Watcher
    • View Profile
Re: By Scott! I've got it!
« Reply #6 on: March 21, 2010, 02:07:49 am »

He created megabeasts which reproduce, as well as an advanced civilization using laser weaponry.
Logged
Thief:"Quiet kitty, Qui-"
Cat:"THIEF! Protect the hoard from the skulking filth!"
The resulting party killed 20 dwarves, crippled 2 more and the remaining 9 managed to get along and have a nice party.

buckets

  • Bay Watcher
    • View Profile
Re: By Scott! I've got it!
« Reply #7 on: March 21, 2010, 05:46:00 am »

Oh, awesome.
Logged

Vorthon

  • Bay Watcher
  • Now with 50% more pointless rambling!
    • View Profile
Re: By Scott! I've got it!
« Reply #8 on: March 21, 2010, 12:47:25 pm »

I was wondering: In DF2010, will be able to make custom buildings/rename existing ones? Because if it is possible, It'd really help with this mod (which I will eventually release in it's entirety), especially if I could design custom ones (I'm thinking a building that's essentially a fusion reactor[takes in material as fuel, and outputs energy and different materials, so it kinda doubles as a smelter-type building as well], so my advanced civ doesn't have to rely on water wheels or windmills for power).
Logged

Lancensis

  • Bay Watcher
    • View Profile
Re: By Scott! I've got it!
« Reply #9 on: March 21, 2010, 02:37:05 pm »

You can create new buildings yeah. They can be set to require power or magma, but I'm not sure if they can generate either.
Logged

Zaranthan

  • Bay Watcher
  • Plump Helmet Smelter
    • View Profile
Re: By Scott! I've got it!
« Reply #10 on: March 21, 2010, 03:35:42 pm »

You can't get much more advanced than perpetual motion. Personally, I find that design #3 strikes me as quite sleek and futuristic. It's even shaped like the engines from Star Trek.
Logged
Quote from: Howard, Nerf This, by Scott D. Ferguson
Villains sleep with hookers, heroes sleep with destiny.

Lancensis

  • Bay Watcher
    • View Profile
Re: By Scott! I've got it!
« Reply #11 on: March 21, 2010, 03:52:19 pm »

And you could claim it was causing the hydrogen in the water to undergo fusion.
Logged

Spectre

  • Bay Watcher
    • View Profile
Re: By Scott! I've got it!
« Reply #12 on: March 22, 2010, 01:57:40 pm »

You have [BUILDINGDESTROYER:2] and [BUILDINGDESTROYER:1] in the Desert Screamer.
Logged