Skip to content

feat: add valve-internal-enabler plugin#78

Merged
shdwmtr merged 2 commits intoSteamClientHomebrew:mainfrom
veygax:main
Oct 5, 2025
Merged

feat: add valve-internal-enabler plugin#78
shdwmtr merged 2 commits intoSteamClientHomebrew:mainfrom
veygax:main

Conversation

@veygax
Copy link
Copy Markdown
Contributor

@veygax veygax commented Sep 28, 2025

this plugin enables the "Valve Internal" menu within Steam

image

@shdwmtr
Copy link
Copy Markdown
Member

shdwmtr commented Sep 28, 2025

    modules.get("34792").rV.m_Settings.bIsValveEmail = true;
    modules.get("72476").TS.DEV_MODE = true;

These references would break between updates. Sift through the modules manually and check for patterns to find the right module.

@veygax
Copy link
Copy Markdown
Contributor Author

veygax commented Sep 29, 2025

    modules.get("34792").rV.m_Settings.bIsValveEmail = true;
    modules.get("72476").TS.DEV_MODE = true;

These references would break between updates. Sift through the modules manually and check for patterns to find the right module.

fixed, thanks!

@shdwmtr
Copy link
Copy Markdown
Member

shdwmtr commented Sep 29, 2025

I just need one person to test this and leave there test notes here before I can merge.

@luthor112
Copy link
Copy Markdown
Contributor

Checked, works on Stable and Beta.

@veygax
Copy link
Copy Markdown
Contributor Author

veygax commented Oct 4, 2025

huh, not my extension, dwmx

@shdwmtr
Copy link
Copy Markdown
Member

shdwmtr commented Oct 4, 2025

Yeah don't worry about that, just checkout your plugin build. make sure it works as expected.

@veygax
Copy link
Copy Markdown
Contributor Author

veygax commented Oct 5, 2025

i can confirm its fully functional

@shdwmtr shdwmtr merged commit e95d5d9 into SteamClientHomebrew:main Oct 5, 2025
19 of 20 checks passed
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.

3 participants