Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 38 39 [40] 41 42 ... 87

Author Topic: Dwarf Therapist v42.1.5 | DF 50.12  (Read 399379 times)

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #585 on: October 16, 2018, 02:15:38 pm »

You cannot modify the default grids directly. You have to copy them, then you can modify the copy.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #586 on: November 01, 2018, 04:12:59 am »

For users of Linux distribution that restrict debugging (ptrace_scope set to 1), I wrote a script that install the second solution from this post in your DF directory. I tested it on my machine and couple of virtual machine, but more testing would be welcome. It is supposed to add a set_ptracer_any.so file in your DF directory and patch df and dfhack (if present) launchers (after making backups).

To use it, pass the path to DF directory as an argument, or nothing to get a graphical file selection dialog.

It requires gcc and optionally zenity (for graphical selection of DF install directory).
Logged

thistleknot

  • Bay Watcher
  • Escaped Normalized Spreadsheet Berserker
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #587 on: November 10, 2018, 09:25:34 am »

I saved the output of my msys session for anyone that wants to walkthrough parts of the process to build/run dt in windows

Spoiler (click to show/hide)

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #588 on: November 10, 2018, 09:47:37 am »

I don't have mingw-w64-x86_64-extra-cmake-modules installed, I don't think it is required.

It is funny to see you struggling with bash, but I am not sure it useful for other. I you want nano, it is in the repository, use pacman to install it, not yum.

As I said earlier, msys2 is nice if you used to the linux way, but it can be very difficult otherwise.
Logged

Lolor31

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #589 on: November 20, 2018, 07:36:30 am »

Hi, I am receiving this message every time I tried using DT

"I am sorry but I dont know how to talk to this version of dwarf fortress
checksum: 0x5b410314"


I'm using DF 0.44.12 legacy 32 and DT v41.0.3 win32
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #590 on: November 20, 2018, 08:49:23 am »

The legacy version is not supported, you need the SDL version.
Logged

Death Dragon

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #591 on: December 28, 2018, 10:47:24 am »

Would it be possible to assign dwarves to burrows through Dwarf Therapist or would that be too much work to implement for what it's worth?
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #592 on: December 28, 2018, 02:13:33 pm »

I think it would requires resizing vectors (maybe more, I am not an expert on burrow internals), so it would be at least as difficult as assigning tavern keepers/performers/scholars/....
Logged

TV4Fun

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #593 on: January 04, 2019, 10:00:11 pm »

How hard would it be to add the ability to assign work animals from DT? This would save a few minutes when having to assign a bunch of war or hunting dogs.
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #594 on: January 05, 2019, 09:25:39 am »

I don't know how that part work. I am not sure how to make a nice UI for it either.
Logged

falcn

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #595 on: January 07, 2019, 06:42:08 am »

Dwarf Therapist:
 - included a shell script that fixes Dwarf Therapist not saving config between runs. (run TherapistSaveConfigFix.command once if you experience this problem)

This is still happening? I thought it was fixed in v40.0.0 (see issue).
I've redownloaded DT from github releases, deleted ~/.config and this is what I got
Code: [Select]
-rw-r--r--  1 root   staff  243 Jan  7 13:29 Dwarf Therapist.iniSo it can't save anything there. Directory is owned by the user.

Interestingly, after applying -rw-rw-rw DT successfully drops user id to the current user on the next run.
Code: [Select]
-rw-rw-rw-  1 falcn  staff  5693 Jan  7 13:34 Dwarf Therapist.iniLooks like config file creation is different from config file saving, and you've fixed only the latter one.

There is also a minor issue with DT redownloading memory layouts on each reconnect (it probably can't save them as well but I don't know where it keeps them), and DT requesting update to 41.0.3 which doesn't exist for Mac OS.
« Last Edit: January 07, 2019, 06:56:45 am by falcn »
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #596 on: January 07, 2019, 07:21:55 am »

I can't test and debug on macOS myself. I re-opened the issue, maybe someone will be able to fix it.

The location for downloaded files should be somewhere in ~/Library/Application Support/. "File → Open data directory" should open the file explorer at the correct location.
Logged

falcn

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #597 on: January 07, 2019, 07:40:16 am »

The location for downloaded files should be somewhere in ~/Library/Application Support/. "File → Open data directory" should open the file explorer at the correct location.
All files and folders in data directory have correct rights, so
Quote
redownloading memory layouts on each reconnect (it probably can't save them as well but I don't know where it keeps them), and DT requesting update to 41.0.3 which doesn't exist for Mac OS
is one issue, not two. Disabling "Check for updates" prevent this from happening.
Logged

falcn

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #598 on: January 08, 2019, 09:59:35 pm »

Wiki says
Quote
Military tactics is a military skill. Along with leader and organizer skills, it affects battles, giving the side with the better tactician a greater chance of victory.
Military tactics determines a squad's success chance in mission battles. The squad member with the highest skill in military tactics is used. The skill skews rolls in battles in opposition to the opponent's tactician skills.
Military tactics is an available skill at embark. When assigning squad members, military tactician appears as a relevant skill for squad-leading nobles/appointments.
Looks like DT currently doesn't have this skill in Military/Other skills/Social.

Dfhack's in-game labor manager shows it.
« Last Edit: January 08, 2019, 10:05:16 pm by falcn »
Logged

Clément

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist v41.0.3 | DF 44.12
« Reply #599 on: January 09, 2019, 04:54:33 am »

Where should it be added exactly? If you have ideas for a corresponding role, it is welcome too (I added it to the todo list here).
Logged
Pages: 1 ... 38 39 [40] 41 42 ... 87