Giter VIP home page Giter VIP logo

steamoffline's Introduction

SteamOffline

SteamOffline sets loginuser.vdf to offline mode and read only, so the Steam client automatically starts in offline mode.

OfflinePatch:

The OfflinePatch is a very aggressive method, but the safest. It blocks your Steam and all it's executeables by the firewall for further support.

Download

The download can be found on the Release page.

Usage

  • install a second Steam client - Recommend using Steam Beta if you want to use second account
  • login and install games you want to run offline
  • close Steam
  • Make sure "WantsOfflineMode" is in the Steam/config/loginusers.vdf If not go in offline mode once (Steam > Go offline), restart and close Steam.
  • place the SteamOffline.exe and OfflinePatch.exe into your new Steam folder
  • run SteamOffline.exe or OfflinePatch.exe if you want to Steam to be blocked by your firewall
  • you can keep using steam.exe or SteamOffline.exe. SteamOffline.exe just makes sure that the loginuser.vdf is still in read only and has the correct parameters.

To revert the changes use following .bat file inside the Steam folder:

@ setlocal enableextensions 
@ cd /d "%~dp0"
if exist steam.exe (
for /R %%f in (*.exe) do (
  netsh advfirewall firewall delete rule name="Blocked: %%f" dir=out program="%%f" action=block
  netsh advfirewall firewall delete rule name="Blocked: %%f" dir=in program="%%f" action=block
)
attrib -r "config/loginusers.vdf"
)

steamoffline's People

Contributors

devostated avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.