Code Monkey home page Code Monkey logo


Software Inc Multiplayer Mod

A multiplayer mod for the game "Software Inc"

Contents

Installation

Manual Installation (Windows/Contributors/Developers only)
  1. Head to the "Utilities" folder and run as administrator the batch file called "setSoftwareIncFolder.bat";
  2. It will ask you to copy and paste the game's directory installation path (usually something like "A:\SteamLibrary\steamapps\common\Software Inc", to find it quickly, right click on the game on Steam->Manage->Browse Local Files);
  3. The batch file will then execute the following batch command to set an Environment variable called softwareincfolder:
    setx softwareincfolder "%pathyoutcopypasted" /m
  4. All the references in the various projects inside the solution use the environment variable to point at the game root folder in order to avoid having to overwrite those references path at every push from a different person.
  5. There are also post-build events that automatically move the required DLL to the proper game's folders so everything you need to do is just build and play the game to see the mod!

To remove the environment variable use the following batch command in an administrator prompt window:

REG delete HKCU\Environment /F /V softwareincfolder

And then a full computer restart for the changes to take effect.

How it works

The multiplayer mod is based on the Peer To Peer system currently, with dedicated servers coming soon.

First, the client connects to the server and sends their "GameWorld", which is their company, their stocks, etc. Secondly, the client will recieve a collection of GameWorlds from the other clients and merges them with theirs, showing other players companies and their stocks etc. Lastly, any changes will be sent to the server to be sent to the other clients and vice versa.

Bug Reports and Feature Requests

Anyone can submit a bug report via the issues tab on GitHub, please provide as much infomation as possible. Same for feature requests.

Contributing

See CONTRIBUTING.md

Software Inc Multiplayer's Projects

website icon website

The Official SINC Multiplayer Website

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.