Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Several questions  (Read 405 times)

hughesdylan

  • Bay Watcher
    • View Profile
Several questions
« on: April 01, 2010, 06:47:36 pm »

Alright, im a modding vet, but id like to knock out a few problems asap with your help.

1. What controls creature speed now? I miss my terrifying zombies of doom that ran 10X faster than dwarfs. :( Also, my orcs need a major slowdown to balance their toughness out.

2. Help with reactions:
Help me fix this one, and i think i can figure out the rest

Code: [Select]
[REACTION:MAKE_AMALGAM]
[NAME:make ore amalgam]
[SMELTER]
[REAGENT:5:STONE:NO_SUBTYPE:STONE:NO_MATGLOSS]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:AMALGAM]

Ive changed this to the new version here:

Code: [Select]
[REACTION:MAKE_AMALGAM]
[NAME:make ore amalgam]
[BUILDING:SMELTER:NONE]
[REAGENT:5:STONE:NO_SUBTYPE:STONE:NO_MATGLOSS]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:AMALGAM]
[SKILL:SMELT]

but i cant seem to figure out how the new REAGENT and PRODUCT tags are constructed.

3. How is litter size now controlled? I want my orcs breeding hundreds at a time like the old days >.>. They used to swarm into the map by the legion, and i liked it that way dammit! I also make the dwarfs less tough, but have more babies to compensate. Anyway, ideas?

I have others, but these are the most important. The reaction one especially.

Logged