Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 72 73 [74] 75 76 ... 124

Author Topic: Dwarf Therapist (LATEST 0.5.7 7/13/10 see first post)  (Read 620573 times)

Nicxvan

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1095 on: May 16, 2010, 10:30:00 pm »

Malicus you rock works for me so far.
Logged

HeliumFreak

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1096 on: May 17, 2010, 12:43:54 am »

I believe that I've found what v0.31.04.ini should be created with to get DT to work with 31.04:

Spoiler (click to show/hide)

I reckomend changing this
Code: [Select]
strength                = 0x04f0
agility                 = 0x04f4
toughness               = 0x04f8

with this
Code: [Select]
strength                = 0x464
agility                 = 0x480
toughness               = 0x49C
Logged

chmod

  • Bay Watcher
  • I get by with a little help from my friends
    • View Profile
    • UDP Viper
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1097 on: May 17, 2010, 12:23:20 pm »

For some reason, the forums haven't sent me an email saying there were responses here for over a week. Sorry for not responding to those.

I've been digging into the dwarf structures quite a bit lately and also experimenting with doing the whole grid as a graphics system vs a native table to allow for a bit more freedom in drawing (this would help with letting users choose how they want column headers displayed)

I also now have a linux box up and running (Ubuntu 10.4 64bit) so should be able to try to keep the linux build going as well. Thanks for those updated memory layouts guys, I'll test those and get a patch release up ASAP.
Logged

Nicxvan

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1098 on: May 17, 2010, 06:01:58 pm »

chmod the latest version does not display the custom names in alphabetical order, it makes it difficult to find specific dwarves.
Logged

The Architect

  • Bay Watcher
  • Breeding supercows. What I've been doing on DF.
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1099 on: May 17, 2010, 06:15:17 pm »

Is there a way to get it to display a current dwarf's Job Title? IE, custom job title "Carpenter_1"?

I would like to be able to recognize my dwarves without editing all of their names to jobs.
Logged
Dwarf Fortress: where blunders never cease.
The sigs topic:
Oh man, this is truly sigworthy...
Oh man. This is truly sig-worthy.

chmod

  • Bay Watcher
  • I get by with a little help from my friends
    • View Profile
    • UDP Viper
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1100 on: May 17, 2010, 06:17:44 pm »

chmod the latest version does not display the custom names in alphabetical order, it makes it difficult to find specific dwarves.
Can you give some more detail on this? Please file a bug if it persists

Is there a way to get it to display a current dwarf's Job Title? IE, custom job title "Carpenter_1"?

I would like to be able to recognize my dwarves without editing all of their names to jobs.
You can group by profession. Do you mean not show names, only custom profs? If so please file a ticket. I tend to quickly lose track of requests in forum posts.
Logged

userjjb

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1101 on: May 18, 2010, 02:30:13 am »

I believe that I've found what v0.31.04.ini should be created with to get DT to work with 31.04:

Spoiler (click to show/hide)

I reckomend changing this
Code: [Select]
strength                = 0x04f0
agility                 = 0x04f4
toughness               = 0x04f8

with this
Code: [Select]
strength                = 0x464
agility                 = 0x480
toughness               = 0x49C

Neither of these offsets work. Both give values in the thousands for the physical attributes. Anyone have the correct ones, or am I doing something wrong?
Logged

Malicus

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1102 on: May 18, 2010, 05:34:39 am »

Neither of these offsets work. Both give values in the thousands for the physical attributes. Anyone have the correct ones, or am I doing something wrong?

Dwarf Therapist misreads the physical attributes in 31.03, too, with the offsets that were provided with DT.  As such, I think it's safe to say that that part of DT is not properly working with 31.x (or perhaps hasn't even been worked on) yet and can be disregarded for now.
Logged

DFAddict

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1103 on: May 18, 2010, 07:36:26 am »

Thanks Malicus. I can't play DF w/o DT these days. Good work.
Logged

Malicus

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1104 on: May 18, 2010, 03:37:48 pm »

Thanks Malicus. I can't play DF w/o DT these days. Good work.

This is exactly why I took initiative for once in my life.
Logged

Nicxvan

  • Escaped Lunatic
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1105 on: May 18, 2010, 10:20:45 pm »

chmod the latest version does not display the custom names in alphabetical order, it makes it difficult to find specific dwarves.
Can you give some more detail on this? Please file a bug if it persists



What I mean is that in the previous version if you named a dorf Armor and his name was kelthud and you named a second dorf Carpenter and his name was ashmut then the order of the list would be
Armor Kelthud
Carpenter Ashmut

However in the latest version it would be
Carpenter Ashmut
Armor Kelthud

This makes it really difficult to find all of one profession eg if you have 6 miners and 4 masons they won't be grouped together.
Logged

Ilmoran

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.1 4/24/10 see first post)
« Reply #1106 on: May 18, 2010, 10:30:15 pm »

chmod the latest version does not display the custom names in alphabetical order, it makes it difficult to find specific dwarves.
Can you give some more detail on this? Please file a bug if it persists



What I mean is that in the previous version if you named a dorf Armor and his name was kelthud and you named a second dorf Carpenter and his name was ashmut then the order of the list would be
Armor Kelthud
Carpenter Ashmut

However in the latest version it would be
Carpenter Ashmut
Armor Kelthud

This makes it really difficult to find all of one profession eg if you have 6 miners and 4 masons they won't be grouped together.

Why not give them a custom profession instead of a custom name?  Then they will all be grouped together when you use the group by profession filter.
Logged

chmod

  • Bay Watcher
  • I get by with a little help from my friends
    • View Profile
    • UDP Viper
Re: Dwarf Therapist (LATEST 0.5.2 5/18/10 see first post)
« Reply #1107 on: May 18, 2010, 10:50:32 pm »

BUMP.

0.5.2 is out with support for 0.31.04 and a few bug fixes.

See first post or my sig for links.

CHANGELOG
« Last Edit: May 18, 2010, 10:56:49 pm by chmod »
Logged

userjjb

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.2 5/18/10 see first post)
« Reply #1108 on: May 18, 2010, 11:22:57 pm »

New version works great! Many thanks :) Can't imagine playing DF without this tool.
Logged

Ubern00b

  • Bay Watcher
    • View Profile
Re: Dwarf Therapist (LATEST 0.5.2 5/18/10 see first post)
« Reply #1109 on: May 19, 2010, 04:46:53 am »

RAWR! Still cant set labours requiring tools through DT  :'(
Logged
Quote from: Canuhearme(Facepunch Studios)
Isn't Dwarf Fortress just a game of delayed free-fall into a hideously painful and frighteningly horrific death?
Pages: 1 ... 72 73 [74] 75 76 ... 124