Giter Site home page Giter Site logo

dropout's Introduction

Dropout - Abandoned

Work in Progress - It works on my PC but not for others; Modify the script and use at own risks

Jack-of-all-trade tools to stream Steam Big Picture on virtual monitor (using dummy plug) while make it possible to use PC at the same time.

Features:

  • Play game by streaming Steam Big Picture while still able to use PC at the same time.
  • Controller hotkey to toggle Steam Overlay.
  • Controller hotkey to reset Steam Controller (in case of controller disconnected/crash).
  • Controller hotkey to quickly close game.
  • Restore desktop icon and main taskbar even if the the display setting is changed.
  • Specify game to move to virtual monitor if the game is not launched in main monitor.
  • Exit Steam Big Picture and game through system tray menu.
  • Keep pesky unrelated program from interfering with gaming session.
  • Separate game audio from desktop audio! Play games without hearing unnecessary sound from PC.
  • Specify custom command for game like enabling borderless mode, moving game to correct monitor and so on.

dropout's People

Contributors

wanhuz avatar

Watchers

 avatar

dropout's Issues

Make the script generalize to user

As in #13, make Dropout is usable to all user instead of only, well, myself.

  • Make moving taskbar works for different setup
  • Make user are able to choose which monitor is the monitor the game is streaming
  • Create simple script to setup first-time configuration
  • Simple load/save config file
  • Finalize decision such as how long until it safe to save desktop icon
  • And more..

Implements execution of custom specific settings for game

Instead of AppList.txt only send games to the left screen, it should be able to execute different commands. This will solves games that has bugs like #22 , #19 , #5

Here's example of AppList.txt:

ChaosHeadNoAH.exe, "Sleep 5000, Send {f}"
Firis.exe, borderless
GenshinImpact.exe, manualdetect
PhantasyStarOnline.exe, manualdetect
Muv-Luv_Alternative16.exe, sendleft
muvluv16.exe, sendleft
Muv-Luv_PM.exe, sendleft

Make moving taskbar works for different setup

As of now, it only works for 2 physical monitor and 1 virtual monitor. 2 physical monitor are to the left of 1 virtual monitor.

The solution to this issue is to save profile of default taskbar location the first time the script is executed and restore profile after steam is launched.

Clean up code

Adding more features make the script super messy. There's also bad practice like using global variable and stuff that makes it hard to add more features.

  • Rework global variable
  • Separate function into library
  • Organize folder
  • Etc.

Improve game detection

Improve game detection by detecting whether an app has parent process of Steam Big Picture.
This should improve virtualization and reduce unexpected bugs.

Sending key to game does not work reliably

Some visual novels game like Chaos;Head or Demonbane requires sending key press like "F" key to make it goes full screen. This happens because the game itself does not have the option to automatically make the game fullscreen when it is launched.

Fix: Make a hotkey to toggle Windows on-screen keyboard so user can send key manually. It is not pretty, however, it is much better than relying on custom option as it is really buggy and prone to error.

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.