Skip to content

Conversation

ifeldshteyn
Copy link
Contributor

Add a way to show total # of secrets and allow for centering of the HUD data.

image image

writeKeyValue_Bool(settings, "autoNextMission", s_gameSettings.df_autoEndMission);
writeKeyValue_Bool(settings, "showKeyUsed", s_gameSettings.df_showKeyUsed);
writeKeyValue_Bool(settings, "showKeyColors", s_gameSettings.df_showKeyColors);
writeKeyValue_Bool(settings, "centerHudPos", s_gameSettings.df_centerHudPosition);
Copy link
Contributor

@jerethk jerethk Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ifeldshteyn @luciusDXL I wonder if, rather than an endless proliferation of new settings (which could overwhelm players), it would be smarter to group them together.

For example, any future logic-related enhancements I add, I will roll into the custom logics setting so that they all enable or disable together. I don't consider it likely that the majority of people will want to have ultra granular control over such things.

Perhaps "show secret count" could be rolled into "show secret found message", and renamed as "show secrets found" or something like that.

Likewise, "show key used" and "show key colours" I think could be rolled into a single setting.
Alternatively, roll all your automap related changes (door colours, secrets, unvisited areas etc.) into a single new setting called "enhanced automap" or similar.
That would be my recommendation going forward

What do you guys think.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I definitely agree with this idea. But that can be done as separate PRs.

</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{31CD2991-9EF0-4AA9-AEEB-BA1194D2DAB4}</ProjectGuid>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be excluded.

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be excluded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants