Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 156 157 [158] 159 160 ... 222

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

Mu.

  • Bay Watcher
  • Too insane
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.34.0 | DF 42.04
« Reply #2355 on: December 29, 2015, 07:31:30 am »

I've released a new version for 42.04. Using this version for earlier DF versions may cause issues, so I'd advise against that for now. If anything explodes please let me know and/or post a save.

Cheers splinterz.
Logged

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.33.0 | DF 42.04
« Reply #2356 on: December 29, 2015, 08:02:11 am »

I've released a new version for 42.04. Using this version for earlier DF versions may cause issues, so I'd advise against that for now. If anything explodes please let me know and/or post a save.
Thx Splinterz!

[OSX]Dwarf Therapist 34.0 for 0.42.04

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.33.0 | DF 42.04
« Reply #2357 on: December 29, 2015, 10:33:55 am »

I've released a new version for 42.04. Using this version for earlier DF versions may cause issues, so I'd advise against that for now. If anything explodes please let me know and/or post a save.
Thx Splinterz!

[OSX]Dwarf Therapist 34.0 for 0.42.04
That layout is missing addresses and may cause crashes. The updated lua script is here.

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.33.0 | DF 42.04
« Reply #2358 on: December 29, 2015, 12:16:13 pm »

/snip
That layout is missing addresses and may cause crashes. The updated lua script is here.
That's problematic: the layout exported with the new script (latest dev version dfhack, compiled with 3571978) crashes upon startup after reading cur_year. Lethosor's earlier layout loads with the same DT build.
Spoiler: dt log (click to show/hide)
Crashlog is on pastebin, I sent a pull with the layout in question.

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.33.0 | DF 42.04
« Reply #2359 on: December 29, 2015, 12:27:11 pm »

/snip
That layout is missing addresses and may cause crashes. The updated lua script is here.
That's problematic: the layout exported with the new script (latest dev version dfhack, compiled with 3571978) crashes upon startup after reading cur_year. Lethosor's earlier layout loads with the same DT build.
Spoiler: dt log (click to show/hide)
Crashlog is on pastebin, I sent a pull with the layout in question.
Then the issue is with the newly added addresses for occupations, activities and squads. Can you post the DT log running it with the -debug flag?

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.33.0 | DF 42.04
« Reply #2360 on: December 29, 2015, 12:45:34 pm »

Then the issue is with the newly added addresses for occupations, activities and squads. Can you post the DT log running it with the -debug flag?
Note: -debug flag still doesn't work on osx. I turned on debugging by editing line 147 in dwarftherapist.cpp. Let me know if it's problematic for some reason.

Spoiler: Log: (click to show/hide)

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.33.0 | DF 42.04
« Reply #2361 on: December 29, 2015, 01:31:11 pm »

Then the issue is with the newly added addresses for occupations, activities and squads. Can you post the DT log running it with the -debug flag?
This causes the crash in line 370:
Code: [Select]
participants=0x002c
« Last Edit: December 29, 2015, 01:53:07 pm by fricy »
Logged

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
Re: Dwarf Therapist (Maintained Branch) v.34.0 | DF 42.04
« Reply #2362 on: December 30, 2015, 08:41:13 pm »

In response to somebody's comment about Therapist's ability to identify a dwarf's highest mood skill, I decided to take a look at its logic and it turns out to be slightly incorrect - the game itself only considers the level of the skill (not the progress toward the next level), and if the highest level encountered comprises multiple skills, it will randomly select one of them when the mood actually begins.
Logged
P.S. If you don't get this note, let me know and I'll write you another.
It's amazing how dwarves can make a stack of bones completely waterproof and magmaproof.
It's amazing how they can make an entire floodgate out of the bones of 2 cats.

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.34.0 | DF 42.04
« Reply #2363 on: December 31, 2015, 04:57:16 am »

In response to somebody's comment about Therapist's ability to identify a dwarf's highest mood skill, I decided to take a look at its logic and it turns out to be slightly incorrect - the game itself only considers the level of the skill (not the progress toward the next level), and if the highest level encountered comprises multiple skills, it will randomly select one of them when the mood actually begins.
Ok, that shouldn't be too hard to adjust, thanks for the info!

Thormgrim

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.34.0 | DF 42.04
« Reply #2364 on: January 01, 2016, 06:04:05 pm »

ptw
Logged

gchristopher

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.34.0 | DF 42.04
« Reply #2365 on: January 01, 2016, 09:36:27 pm »

In response to somebody's comment about Therapist's ability to identify a dwarf's highest mood skill, I decided to take a look at its logic and it turns out to be slightly incorrect - the game itself only considers the level of the skill (not the progress toward the next level), and if the highest level encountered comprises multiple skills, it will randomly select one of them when the mood actually begins.
Thanks! I've been wondering about that detail.
Logged

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: Dwarf Therapist (Maintained Branch) v.34.0 | DF 42.04
« Reply #2366 on: January 02, 2016, 12:06:52 pm »

Thank you Splinterz :)
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

splinterz

  • Bay Watcher
    • View Profile
    • Dwarf Therapist Branch
Re: Dwarf Therapist (Maintained Branch) v.35.0 | DF 42.04
« Reply #2367 on: January 04, 2016, 10:44:38 am »

Version 35.0.0 has been released.

This should fix many problems with jobs, activities and squad orders not showing correctly, and I strongly recommend you upgrade if possible, as the last version has some major issues with them.

A big thanks to Fricy for testing and reporting many of these issues.

  • toggling labors at a group/set level works properly with filters
  • when right clicking and toggling a set of labors, all selected units are affected
  • added support for multiple moodable skills
  • replaced the text for group by and filter with icons and tooltips
  • added icons to more of the right-click context menus
  • changed the filter label and dropdown to a single widget
  • added a scroll area to the option's tooltip tab to reduce the overall height of the options window
  • moved all the 'cheating' options to their own section in the general options tab
  • fixed many issues with jobs, activities and squad orders not displaying correctly
  • fixed labor/flag toggling when selecting all with CTRL-A when both a group and filter are active
  • fixed flag columns incorrectly toggling labors when clicking the group row's cells
  • fixed the right click squad menu on non-squads groups
  • fixed how moodable skills are determined (raw base level, not inc. xp to next level)
  • fixed some knowledge descriptions
  • OSX fix for crashing on first read (Numerius)

As always if you notice issues please let me know and/or send me your save.
« Last Edit: January 04, 2016, 10:49:28 am by splinterz »
Logged

Button

  • Bay Watcher
  • Plants Specialist
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.35.0 | DF 42.04
« Reply #2368 on: January 04, 2016, 01:47:35 pm »

Should 35.0.0 work with 0.42.03, or is it 42.04-only?

Thank you for all your hard work, Splinterz!
Logged
I used to work on Modest Mod and Plant Fixes.

Always assume I'm not seriously back

Cleuseau

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist (Maintained Branch) v.35.0 | DF 42.04
« Reply #2369 on: January 04, 2016, 01:52:44 pm »

Does anyone have an issue were DT is all pink and does not allow changes?

edit: either the new version fixed it or disabling DFHack fixed it.  Thanks all.

Like this:

« Last Edit: January 04, 2016, 02:02:01 pm by Cleuseau »
Logged
Pages: 1 ... 156 157 [158] 159 160 ... 222