df-structures
df-structures copied to clipboard
setup_character_info.skill_points_remaining value is always 10
https://github.com/DFHack/df-structures/blob/a04727cc4ec350399ce4d2ded4425f33c50cea50/df.viewscreen.xml#L2677
in my testing it is always 10 for some reason.
What OS and architecture (64/32-bit) are you using?
windows 11 x64
Which screen are you looking at? setup_character_info
is used both in the fortress (viewscreen_setupdwarfgamest
) and adventurer (viewscreen_setupadventurest
) screens. In fortress mode, it appears to be correct:
[lua]# ~scr.dwarf_info[0].skill_points_remaining
7
[lua]# ~scr.dwarf_info[1].skill_points_remaining
10
Maybe this field is just unused in adventure mode?
Windows 11 x64
On Mon, Jul 25, 2022, 10:20 PM Alan @.***> wrote:
What OS and architecture (64/32-bit) are you using?
— Reply to this email directly, view it on GitHub https://github.com/DFHack/df-structures/issues/469#issuecomment-1195015393, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJS2V4ZBUQPNAEYZ2PUIDFDVV5YQDANCNFSM54UEGZLQ . You are receiving this because you authored the thread.Message ID: @.***>
@lizelive you had already answered that question. My more recent question is: are you in fortress mode or adventure mode?