Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 66 67 [68] 69 70 ... 222

Author Topic: Dwarf Therapist (Maintained Branch) v.37.0 | DF 42.06  (Read 968009 times)

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1005 on: July 23, 2014, 04:19:03 am »

Any chance of a Linux-native version?
What do you mean by linux native? http://dffd.wimbli.com/file.php?id=9003

Granite

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1006 on: July 23, 2014, 07:26:49 am »

Any chance of a Linux-native version?
What do you mean by linux native? http://dffd.wimbli.com/file.php?id=9003
With the version from that link, when I do
Code: [Select]
sudo ./DwarfTherapistI get this error:
Quote
DwarfTherapist: Syntax error: ")" unexpected

And doing
Code: [Select]
sudo bash DwarfTherapist gives me this:
Quote
DwarfTherapist: DwarfTherapist: cannot execute binary file

What am I doing wrong?
« Last Edit: July 23, 2014, 10:02:05 am by Granite »
Logged

lordvdr

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1007 on: July 23, 2014, 11:34:11 am »

Is it possible to create a column in grid view that includes the total assigned jobs?  I've combined the Labors and Roles views (with a couple skills to make up for missing roles) so I can assign labors based on their actual skill sets.  The only thing I feel I'm really lacking at this point is a total assigned jobs that lets me determine who I want to make Haulers.  I'm still using v.34.

Quick edit to indicate that I know you can group by total assigned labors, but I'd just like a sortable column.
Logged

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1008 on: July 23, 2014, 03:20:35 pm »

Dwarf Therapist 23.2 OSX - v40.04

And this is the ini. Soul offsets were missing, so I copied them from linux, all the other offset values were the same.

Spoiler: v0.40.04_osx.ini (click to show/hide)
« Last Edit: July 23, 2014, 04:04:58 pm by fricy »
Logged

LemonFrosted

  • Bay Watcher
  • I can't really make you love me
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1009 on: July 23, 2014, 04:27:37 pm »

Dwarf Therapist 23.2 OSX - v40.04

And this is the ini. Soul offsets were missing, so I copied them from linux, all the other offset values were the same.

Spoiler: v0.40.04_osx.ini (click to show/hide)
Yes! Thank you so much! Something to look forward to once my shift is over.
Logged

shaver

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1010 on: July 23, 2014, 06:51:13 pm »

Dwarf Therapist 23.2 OSX - v40.04

And this is the ini. Soul offsets were missing, so I copied them from linux, all the other offset values were the same.

Awesome! Thanks so much for doing that!

I submitted the custom-group stuff (including that setuid patch) as a pull request, so once Splinterz tells me all the ways I was dumb and I remedy them, that should be ready to go. https://github.com/splintermind/Dwarf-Therapist/pull/29

I'll try to take a look at the nickname-setting stuff tonight, not sure how far I'll get.
Logged

ExpHP

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1011 on: July 23, 2014, 07:55:03 pm »

With the version from that link, when I do
Code: [Select]
sudo ./DwarfTherapistI get this error:
Quote
DwarfTherapist: Syntax error: ")" unexpected

I get yet another error:
Code: [Select]
./DwarfTherapist: symbol lookup error: ./DwarfTherapist: undefined symbol: _ZN11QHeaderView10setVisibleEb

I'm currently in the middle of my own build, so we'll see how that works out.  I couldn't help but noticed that in addition to "Makefile" there is a "Makefile_Linux."  I'm not sure if that was there last time, and I'm not sure if it is necessary to point the make command specifically to it.  I haven't, and it's currently compiling the individual source files without error.

Edit: My build is up and running.  Need to gen a world to test it though :P (first time running DF2014!)

Edit 2: ...and I built the wrong branch! \o/  One more moment please...
« Last Edit: July 23, 2014, 08:25:08 pm by ExpHP »
Logged

Brightgalrs

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1012 on: July 23, 2014, 08:00:09 pm »

I'm getting a lot of "74.60%"s for my custom roles.
For example in my "Glazer" role I've added I have ash glaze set at 1.00 weight and the various crafts set at 0.50 weight. But it shows a dwarf with preference for ash glaze (and no other relevant preferences) and a dwarf with preference for rings (and no other relevent preferences) as the same 74.60%.

This happens for all custom roles. What am I missing?
Logged

thistleknot

  • Bay Watcher
  • Escaped Normalized Spreadsheet Berserker
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1013 on: July 23, 2014, 08:37:11 pm »

I recommend you upload your save and specify the version your playing

btw, that's probably due to them being a single match, preferences are pretty much binary, but group matches are treated as single match + (1/(# off matches -1))
« Last Edit: July 23, 2014, 08:56:45 pm by thistleknot »
Logged

ExpHP

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1014 on: July 23, 2014, 08:47:07 pm »

Alright, after checking out the right branch (:P), I've successfully built DwarfTherapist and can connect it to a running Dwarf Fortress v40.04.

I could try putting together a download myself (though it will be 64-bit, sorry). (decided to compile a 32-bit version as well)
« Last Edit: July 23, 2014, 09:26:48 pm by ExpHP »
Logged

Brightgalrs

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1015 on: July 23, 2014, 09:28:12 pm »

I recommend you upload your save and specify the version your playing

btw, that's probably due to them being a single match, preferences are pretty much binary, but group matches are treated as single match + (1/(# off matches -1))
I think I get it. It's still strange that two dwarfs, one with a more desirable preference (I assume that's what weight models), have the same %.
Logged

Agent_Irons

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1016 on: July 23, 2014, 11:36:58 pm »

Dwarf Therapist 23.2 OSX - v40.04

And this is the ini. Soul offsets were missing, so I copied them from linux, all the other offset values were the same.

Spoiler: v0.40.04_osx.ini (click to show/hide)

I can verify this works a treat under osx 10.9.4 Mavericks. Thank you, my first serious 40.04 fort was juuuust about to crumble under two dozen fisherdwarves with no way of sorting them out.
Logged

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1017 on: July 24, 2014, 02:12:48 am »

Dwarf Therapist 23.2 OSX - v40.04

And this is the ini. Soul offsets were missing, so I copied them from linux, all the other offset values were the same.

Spoiler: v0.40.04_osx.ini (click to show/hide)

I can verify this works a treat under osx 10.9.4 Mavericks. Thank you, my first serious 40.04 fort was juuuust about to crumble under two dozen fisherdwarves with no way of sorting them out.
oh, you've got those assholes too? :D

se5a

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.1 | DF 40.04
« Reply #1018 on: July 24, 2014, 02:13:17 pm »

DT crashing save:
https://www.dropbox.com/s/bgvelq88rptxrjz/region1.zip
you found a new (un)happiness thought, congratulations! one of your dwarves had 'suffered through his spouse's miscarriage recently'. this is fixed in the new version.
Thankyou! works great.
I ended up savescumming that fort after that though, due to a fallen beast after the tantrum spiral caused by military dwarfs apparently removing half their clothing before collecting and maybe even checking that parts of their set uniform exists.
Logged

Petra

  • Bay Watcher
  • Vortex of Doom
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.23.2 | DF 40.04
« Reply #1019 on: July 24, 2014, 04:46:33 pm »


Why doesn't the latest version link work? Did the dffd get taken down??
Logged
Pages: 1 ... 66 67 [68] 69 70 ... 222