Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 108 109 [110] 111 112 ... 222

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

feelotraveller

  • Bay Watcher
  • (y-sqrt{|x|})^2+x^2=1
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1635 on: September 19, 2014, 08:35:13 am »

ugh. it's the 64-bit bug.

That can be fixed on my end by a quick donation of let's say 1000 urists...  ;)

Thanks for the reply and the work of DT.  I was assuming it was a memory layout problem but dropping the new layouts into 25.0 worked (although without the improvements) - at least for now. 
Logged

thistleknot

  • Bay Watcher
  • Escaped Normalized Spreadsheet Berserker
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1636 on: September 19, 2014, 09:33:38 pm »

feelotraveller

you were asking how the %'s are derived, here's a spreadsheet breakdown of stransform.

STransform is applied to Traits and Attributes as is.

Preferences use a form of Rank-ECDF on the non 0 values.  (Basically a list is generated of non 0 values, and fed into a matrix that derives preferences).  These non 0 values are mapped to 50% to 100% by taking minmax and dividing by /2 and adding .5 (transforms 0 to 100% to 50% to 100%).  0's are back end adjusted to ~<50%.

Skills uses a minmax transform in a similar fashion as Preferences uses RankECDF, aka the conversion to 50% to 100%, it also prunes 0's.   0's are back end adjusted to ~<50%. 
Spoiler (click to show/hide)

So far it's just transforming a single dwarf's attributes to %'s, but in actuality, this transform is ran on the entire population of dwarf's at once as one single input matrix (per aspect... i.e. only one aspect is transformed at a time, such as attributes, preferences, skills, traits).

https://docs.google.com/spreadsheets/d/1wahKS61zx5wtO_dgCcp9nOKYnDqO2ZbF9dJab0IchWQ/edit?usp=sharing

if you want edit access, pm me.  I don't want people to be able to change stuff with just a link just in case the spreadsheet gets messed up.

One final note:
I forgot to mention.  The aspects are combined using a weighted average setup (that's what all the weights inside DT amount to).  Then the output is converted to a raw %.  That raw % generally varies between 20 to 80% for the population, and to help a player see the #'s a little better, they are rescaled around their min, median, and max; representing 0%, 50%, and 100% (what you see inside DT for role %'s).
« Last Edit: September 19, 2014, 09:58:17 pm by thistleknot »
Logged

aTinTeardrop

  • Guest
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1637 on: September 20, 2014, 06:17:33 am »

A question/request:

I would like to remove the tooltip pop up altogether and instead have all the info contained in it displayed in a docked windowed to the right or whatever might be possible. I haven't found a way to do this, and had no luck searching this thread.

My problem is I can't read the grid when the tooltip keeps blocking it, and I spend a alot more time reading the grid than the tooltip.

Edit: Using DT 25.0.0 for DF 40.11, r3
« Last Edit: September 20, 2014, 06:38:53 am by aTinTeardrop »
Logged

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1638 on: September 20, 2014, 06:33:12 am »

A question/request:

I would like to remove the tooltip pop up altogether and instead have all the info contained in it displayed in a docked windowed to the right or whatever might be possible. I haven't found a way to do this, and had no luck searching this thread.

My problem is I can't read the grid when the tooltip keeps blocking it, and I spend a alot more time reading the grid than the tooltip.
yeah that's a good idea, i started considering something similar when i was adding the kill lists.

perhaps to start i could add another tab to the dwarf details dock (or a new dock?), and dump the current tooltip info there as a kind of overview/summary. with an option to hide the tooltips you'd have what you're asking for.

the space is limited on the dock as well, so i'm open to suggestions.
« Last Edit: September 20, 2014, 06:35:05 am by splinterz »
Logged

int_ua

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1639 on: September 20, 2014, 06:34:28 am »

Latest version doesn't make /usr/bin/dwarftherapist executable on Linux.

[Linux amd64 deb] Dwarf Therapist 26.0 | 0.40.13 http://dffd.wimbli.com/file.php?id=9894

UPD: needs
Code: [Select]
# chmod +x /usr/bin/dwarftherapist
« Last Edit: November 18, 2014, 04:55:50 pm by int_ua »
Logged

Hello71

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1640 on: September 20, 2014, 06:53:58 am »

Latest version doesn't make /usr/bin/dwarftherapist executable on Linux.

[Linux amd64 deb] Dwarf Therapist 26.0 | 0.40.13 http://dffd.wimbli.com/file.php?id=9747

this one I can finally blame on splinterz :P

c0421c0dba983324b727a564d907bd6c8b580c44 made dist/dwarftherapist +x and deleted chmod in dwarftherapist.pro
903e626d27177d221734524a9393a02106aab52f reverted the permission change but did not add back the chmod.
Logged

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1641 on: September 20, 2014, 07:54:58 am »

Latest version doesn't make /usr/bin/dwarftherapist executable on Linux.

[Linux amd64 deb] Dwarf Therapist 26.0 | 0.40.13 http://dffd.wimbli.com/file.php?id=9747

this one I can finally blame on splinterz :P

c0421c0dba983324b727a564d907bd6c8b580c44 made dist/dwarftherapist +x and deleted chmod in dwarftherapist.pro
903e626d27177d221734524a9393a02106aab52f reverted the permission change but did not add back the chmod.
yeah my bad, although completely unintentional. i didn't even notice the change (since i didn't touch it), nor do i have an idea why it happened in the first place. i'll have to check the git docs.

int_ua

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1642 on: September 20, 2014, 08:19:23 am »

AFAIU, it's also partially qmake thing. INSTALL_FILE vs INSTALL_... something.
Logged

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1643 on: September 20, 2014, 08:36:38 am »

AFAIU, it's also partially qmake thing. INSTALL_FILE vs INSTALL_... something.
i've reverted those permission changes, but i think it's something with windows permissions and git.

the first couple tries it just would not take the filemode changes, failing to commit or showing the wrong permissions again. finally performing all the changes and committing through the shell worked, although then it still complained about uncommitted changes to the filemode after the commit.

on a side note, if you'd like me to start adding your packages to the releases let me know.

aTinTeardrop

  • Guest
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1644 on: September 20, 2014, 10:14:12 am »

A question/request:

I would like to remove the tooltip pop up altogether and instead have all the info contained in it displayed in a docked windowed to the right or whatever might be possible. I haven't found a way to do this, and had no luck searching this thread.

My problem is I can't read the grid when the tooltip keeps blocking it, and I spend a alot more time reading the grid than the tooltip.
yeah that's a good idea, i started considering something similar when i was adding the kill lists.

perhaps to start i could add another tab to the dwarf details dock (or a new dock?), and dump the current tooltip info there as a kind of overview/summary. with an option to hide the tooltips you'd have what you're asking for.

the space is limited on the dock as well, so i'm open to suggestions.

Personally, I only use the pending changes dock atm (not sure if that might change), so I wouldn't mind having one more dock with all the tooltip info. But maybe that's just me, ofc.
Logged

int_ua

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1645 on: September 20, 2014, 05:00:47 pm »

on a side note, if you'd like me to start adding your packages to the releases let me know.
Not until they are packaged with debuild.
Logged

Hello71

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1646 on: September 20, 2014, 05:02:36 pm »

on a side note, if you'd like me to start adding your packages to the releases let me know.
Not until they are packaged with debuild.
we do have that stuff in the tree, you know.
Logged

int_ua

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1647 on: September 21, 2014, 02:45:40 am »

Not until they are packaged with debuild.
we do have that stuff in the tree, you know.
I've tried it, it failed in my case and I don't have time to dig it, unfortunately. Maybe someday...
Note to self: send further updates by email/PM.
Logged

Borge

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1648 on: September 21, 2014, 03:01:12 am »

Dwarf Therapist won't work for me, it just crashes when i try to connect it to Dwarf Fortress. Nothing i can seem to do to fix it. Running Windows 7 64-bit.
Logged

ptb_ptb

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.26.0 | DF 40.13
« Reply #1649 on: September 21, 2014, 03:24:00 am »

What about skills like 'Swim' and 'Climb'? Is there a way to show them in a grid or sort by them?
Logged
()==[:::::::::::::>
Pages: 1 ... 108 109 [110] 111 112 ... 222