Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Managing jobs through DFhack  (Read 3363 times)

Xolroc

  • Bay Watcher
    • View Profile
Managing jobs through DFhack
« on: June 11, 2013, 11:41:01 am »

For the bedroom design I'm using, I need to queue up 256 beds, 256 cabinets and 256 doors.  This takes a long time to do, even through the manager screen.  Is there a DFhack plugin that will automatically take care of this for me?  Apparently workflow can do it, but I can't figure out how.

Tangentially related: Every time I try to use quickfort with the buildingplan plugin, it somehow loses both quickfort mode and planning mode after the first few things get placed.  What am I doing wrong?  This script worked perfectly on another fort.
Logged

Sergarr

  • Bay Watcher
  • (9) airheaded baka (9)
    • View Profile
Re: Managing jobs through DFhack
« Reply #1 on: June 11, 2013, 01:43:55 pm »

As I understand, you should write in DFhack window:
workflow enable <=== enables the workflow plugin
workflow bed 256 0
workflow cabinet 256 0
etc. (syntax unchecked, may not actually work that way)

Then you simply put a job on repeat in your workshops.
Logged
._.

Xolroc

  • Bay Watcher
    • View Profile
Re: Managing jobs through DFhack
« Reply #2 on: June 11, 2013, 01:44:25 pm »

Ah, I hadn't realized you had to manually add a job.  Thanks!
Logged

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Managing jobs through DFhack
« Reply #3 on: June 11, 2013, 02:16:01 pm »

Tangentially related: Every time I try to use quickfort with the buildingplan plugin, it somehow loses both quickfort mode and planning mode after the first few things get placed.  What am I doing wrong?  This script worked perfectly on another fort.

Are you by any chance using a dfhack mouse plugin? I remember one of them having some issues with quickfort, but I can't recall the details.

Xolroc

  • Bay Watcher
    • View Profile
Re: Managing jobs through DFhack
« Reply #4 on: June 11, 2013, 02:38:14 pm »

I am, but I didn't have this problem before, using the exact same plugin and DFhack.  (both newest version)
I'll try disabling it anyway, and see how it works.
Logged

Xolroc

  • Bay Watcher
    • View Profile
Re: Managing jobs through DFhack
« Reply #5 on: June 11, 2013, 02:56:58 pm »

Disabling the mousequery plugin did not affect it.
Logged