Skip to content
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

in-game skills/augs screens could show overviews #871

Open
Die4Ever opened this issue Jul 25, 2024 · 0 comments
Open

in-game skills/augs screens could show overviews #871

Die4Ever opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement Enhance existing feature, or small new feature, the line can be blurry

Comments

@Die4Ever
Copy link
Owner

when PersonaScreenSkills is created, inside function CreateSkillsList(), it does

	// Select the first skill
	SelectSkillButton(skillButton);

if we remove that, and then we can set the right side text to whatever we want, like an overview of all skill strengths

just call Clear, SetTitle, and SetText on var PersonaInfoWindow winInfo;

a similar thing can maybe be done for PersonaScreenAugmentations, the Augmentation class calls UpdateInfo in a similar way

@Die4Ever Die4Ever added the enhancement Enhance existing feature, or small new feature, the line can be blurry label Jul 25, 2024
@Die4Ever Die4Ever added this to the v4.0 moddability? milestone Jul 25, 2024
@Die4Ever Die4Ever changed the title skills/augs screens could show overviews in-game skills/augs screens could show overviews Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance existing feature, or small new feature, the line can be blurry
Projects
None yet
Development

No branches or pull requests

1 participant