Code Monkey home page Code Monkey logo

enhanced_steam_standalone's Introduction

*/!\ DO NOT INSTALL ANY VERSION OF ENHANCED STEAM STANDALONE FROM UNKNOWN SOURCES /!*

Enhanced Steam Standalone

Enhanced Steam Standalone, a standalone version of the Enhanced Steam plugin for various browsers (Chrome*, Firefox, Opera), that works with any html-css-and-js-aware http client (including the Steam client).

Installation

For now, the installation requires several steps, with a lot of manual work:

  1. Clone this repository.
  2. Start "start-stop.bat" as Administrator (it can be automatic; and you can also set the correct ES icon).
  3. Browse Steam with new features.

OR

  1. Clone this repository.
  2. Edit your hosts file to resolve store.steampowered.com and steamcommunity.com locally (use two different IPs, like 127.0.0.200 and 127.0.0.201; as it is needed for HTTPS). You can also append the hosts file from this repository to yours.
  3. Launch Enhanced Steam.exe
  4. Browse Steam with new features.

Note: If you modify the local IP addresses in the hosts file, please modify them in the rinetd\rinetd.conf file also.

Principle

This project creates a local proxy that injects some javascript into the Steam store and community pages, so they will be enhanced. Here is how it processes, step by step:

  1. The DNS records for the store and the community are spoofed, thanks to the hosts file.
  2. The browser then targets localhost for both domains.
  3. On the local host, the nginx proxy server is running, and therefore, ready to proxy the Steam store and community.
  4. On that same local host, rinetd is running and ready to proxy any other TCP streams that would be needed (such as HTTPS).
  5. When connected to the proxi-ed steam pages, the nginx daemon queries the DNS (a real one, not the hosts file), to get the IP addresses of the called domain. Then it forwards the request.
  6. When the page is returned, it perfoms the code injection, and serves the content to the client.

What else you can do

With that principle in mind, and using this software, you can do the following things:

  • Use Enhanced Steam with any browser you want, transparently.
  • Serve Enhanced Steam for a whole network (a LAN for example)

FixMe

  • [IMPORTANT] The nginx sub_filter can only work with uncompressed streams, and that can be problematic, since it will cause an important waste of bandwith for Steam/Valve if this software is used too broadly.
  • [TRIVIAL] The current link in the error page (50x.html) always redirects to the test for the store. It should depend on the host.

License

This project uses open source code from nginx, rinetd, and Enhanced Steam, and their contributors.

Todo

  • The TCP proxy uses IP addresses for the redirection. It would be better to use domains instead (eg. store.steampowered.com and steamcommunity.com)
  • Improve the content of the error page, with better "is online" testing; and why not with js.
  • Better launch application

Credit

Enhanced Steam Standalone is based on an idea (proxy/injection) and "implementation" of 7heo, and uses the Enhanced Steam javascript plugin from jshackles and Enhanced Steam contributors. All this repository's content has been released under GPL v2, unless noted otherwise (for other software such as nginx and rinetd).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.