Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How to add dwarves?  (Read 655 times)

Asin

  • Bay Watcher
  • A short and sturdy creature fond of modding.
    • View Profile
How to add dwarves?
« on: October 05, 2016, 08:59:39 pm »

Just as the title says, how do I add more dwarves to the starting group? I'd wanna see myself start with 10 or 15 dwarves.

Evans

  • Bay Watcher
    • View Profile
Re: How to add dwarves?
« Reply #1 on: October 06, 2016, 04:58:16 am »

two ways with dfhack:

dwarves.rb - type "dwarves #" at the embark selector/map before you embark. It will raise your starting dwarves to the number you entered.

create-unit after embark:

create-unit -race DWARF -caste FEMALE -civId \\LOCAL -groupId \\LOCAL -name MOUNTAIN

All the parameters are required, might cause problems if you omit one of them.
Logged
getlost.lua # How to get rid of tavern guests
function getlost ()
   local unit = dfhack.gui.getSelectedUnit (true)
   unit.flags1.forest = true
end
getlost ()

Asin

  • Bay Watcher
  • A short and sturdy creature fond of modding.
    • View Profile
Re: How to add dwarves?
« Reply #2 on: October 06, 2016, 07:34:25 am »

Anyway with vanilla or no?

vjmdhzgr

  • Bay Watcher
  • Hehehe
    • View Profile
Re: How to add dwarves?
« Reply #3 on: October 06, 2016, 08:19:14 am »

Anyway with vanilla or no?
No. The only embark setting you can really modify is the amount of points you can start with in the advanced world generation.
Logged
Its a feature. Impregnating booze is a planned tech tree for dwarves and this is a sneak peek at it.
Unless you're past reproductive age. Then you're pretty much an extension of your kids' genitalia

Asin

  • Bay Watcher
  • A short and sturdy creature fond of modding.
    • View Profile
Re: How to add dwarves?
« Reply #4 on: October 06, 2016, 08:31:11 am »

Okay.