-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add character class and level to character selection dropdown #125
Comments
We can consider this, it doesn't seem too unreasonable. |
Thank you. :) |
With the build "Character Edit" this is done ! |
Right. I'll document and close |
Dropdown should read as follow, to remain consistent with the multiplayer display of character names: The current challenge implementing this solution is that since we don't necessarily load all characters when first opening the vault, the current dropdown is simply populated by reading the character's folder name on the disk, and not by the game data. See |
That mean we have to accept to read all characters data to achieve this. |
Or only do that when we have the character data loaded. Either refresh the dropdown on character load or implement a different dropdown population logic when pre-loading all characters. |
Hello.
Could you add more character related information to the list, when I choose my character inventory? I mean, it only shows my character names, but would be nice to see the character level and class name.
Thanks for your work. :)
The text was updated successfully, but these errors were encountered: