Coder Social home page Coder Social logo

ilyaki / splitscreen Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 4.0 75 KB

Stardew Valley mod that enables split screen multiplayer with multiple controllers/keyboards/mice.

Home Page: https://www.nexusmods.com/stardewvalley/mods/2139

License: GNU General Public License v3.0

C# 100.00%

splitscreen's Introduction

SplitScreen

Stardew Valley mod that enables split screen multiplayer with multiple controllers, keyboards or mice.

Mod works by running multiple instances of StardewModdingAPI.exe, SplitScreen allows input to be received and used by inactive windows. Also creates "virtual/fake" mouse for each instance

Use with WindowResize mod to resize windows smaller: https://www.nexusmods.com/stardewvalley/mods/2266

(All these overwrites are made with https://github.com/pardeike/Harmony)

BREAKDOWN OF MOD:

  • Game1.game1.InactiveSleepTime = 0 : no fps throttling when window inactive
  • XNA Keyboard/GamePad/Mouse.GetState is overwritten to pass only one device in
  • XNA SetMouse is also overwritten to set a fake mouse (Stardew Valley sets the mouse when using a gamepad to mimick the mouse cursor moving)
  • Raw input for keyboard is determined using library: https://www.codeproject.com/Articles/17123/Using-Raw-Input-from-C-to-handle-multiple-keyboard
  • Mouse is also overwritten by mouse obtained from a slightly modified (I removed a Console.WriteLine) RawInputSharp: http://jstookey.com/arcade/rawmouse/
  • The OS mouse is locked in place by System.Windows.Forms.Cursor.Clip and an embedded autohotkey script (see MouseDisabler)

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.