Code Monkey home page Code Monkey logo

arkshot-moreplayers's Introduction

Arkshot-MorePlayers

Allows more than 4 players to join an instance of Arkshot (Steam ID 468800). Requires BepinEx and Arkshot-MultiplayerSync, and must be installed on the host and any clients that join after the 4th.

Installation

Prerequisites

BepInEx

Requires the 32-bit / x86 version of BepinEx. The plugin was developed with 5.4.21, so if in doubt use that. Further instructions can be found here. Once installed, run then close the game, and modify BepInEx/config/BepInEx.cfg so that [Preloader.Entrypoint], found at the bottom of the file, reads

[Preloader.Entrypoint]

## The local filename of the assembly to target.
# Setting type: String
# Default value: UnityEngine.dll
Assembly = Assembly-CSharp.dll

## The name of the type in the entrypoint assembly to search for the entrypoint method.
# Setting type: String
# Default value: Application
Type = MonoBehaviour

## The name of the method in the specified entrypoint assembly and type to hook and load Chainloader from.
# Setting type: String
# Default value: .cctor
Method = .cctor

Arkshot-MultiplayerSync

MultiplayerSync must be installed in Arkshot/BepInEx/plugins, or the plugin will not load.

Plugin

Download the latest dll and put it in Arkshot/BepInEx/plugins. After an initial run, the config file should be accessible in Arkshot/BepInEx/config. The value MaxPlayerCount is only relevant on the host, and can be changed to any value. Arkshot uses photon for its networking, and I do not know which tier it uses (though I would imagine it's the free one). This may limit the max number of players per room, but even the free tier allows 16 which I would argue is more than enough.

arkshot-moreplayers's People

Contributors

hypersycos 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.