DirtDiglett / Pressure-for-Steam

A skin to improve the visual aesthetics of Steam
Other
514 stars 117 forks source link

Steam Beta Client Major Update #484

Open FlamingFox911 opened 6 years ago

FlamingFox911 commented 6 years ago

What is says on the tin. With the recent major update to chat client, this broke some key UI features.

I no longer have the time to do further updates with this project.

EDIT: Just did some quick research, if these updates continue, its entirely possible we will see the cessation of skinning.

Js41637 commented 6 years ago

I will be updating pressure for steam to get some basic functionality back, I already have it mostly usable

image

But yeah the new chat/friends stuff can't be styled

FlamingFox911 commented 6 years ago

Thanks, Js. Much appreciated. Finding it hard to find time nowadays.

FURTEK-SV commented 6 years ago

It can be styled and rewritten but now it'll have to be through CSS and JS so it's getting pretty complicated in that regard.

Js41637 commented 6 years ago

Yeah I know how it works but I highly doubt it can be edited, the files are stored in the Steam Client but I think when you start the client the bootstrap will overwrite them as they can be updated independently of the main client over the network. Basically, they cannot be edited.

FURTEK-SV commented 6 years ago

Is it possible to use an injection method to rewrite on the fly or is injecting into the clients bootstrap too risky and at the possibility to cause major issues with the functionality?