Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insprill/dv-multiplayer
A Derail Valley mod adding multiplayer to the game.
https://github.com/insprill/dv-multiplayer
csharp derailvalley unity
Last synced: 6 days ago
JSON representation
A Derail Valley mod adding multiplayer to the game.
- Host: GitHub
- URL: https://github.com/insprill/dv-multiplayer
- Owner: Insprill
- License: apache-2.0
- Created: 2023-07-16T00:59:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-18T06:46:46.000Z (5 months ago)
- Last Synced: 2025-01-01T00:59:59.742Z (8 days ago)
- Topics: csharp, derailvalley, unity
- Language: C#
- Homepage:
- Size: 15.8 MB
- Stars: 47
- Watchers: 14
- Forks: 22
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Apache 2.0 License][license-shield]][license-url]Table of Contents
## About The Project
Multiplayer is a Derail Valley mod that adds multiplayer to the game, allowing you to play with your friends.
It works by having one player host a game, and then other players can join that game.
## Roadmap
For a list of planned features, see the [project board][project-board-url].
The mod will be released on Nexus once it's ready.## Building
Before you can build Multiplayer, you'll need to build the Unity project.
To do this, open the `MultiplayerAssets` folder in Unity **2019.4.40f1**, then click on the `Multiplayer` > `Build Asset Bundle and Scripts ` menu item.Once the Unity project is compiled, the rest of the mod uses the same build system as Mapify which you can read about in the [Mapify building documentation][mapify-building-docs].
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are **greatly appreciated**!
If you're new to contributing to open-source projects, you can follow [this][contributing-quickstart-url] guide.## License
Code is distributed under the Apache 2.0 license.
See [LICENSE][license-url] for more information.[contributors-shield]: https://img.shields.io/github/contributors/Insprill/dv-multiplayer.svg?style=for-the-badge
[contributors-url]: https://github.com/Insprill/dv-multiplayer/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Insprill/dv-multiplayer.svg?style=for-the-badge
[forks-url]: https://github.com/Insprill/dv-multiplayer/network/members
[stars-shield]: https://img.shields.io/github/stars/Insprill/dv-multiplayer.svg?style=for-the-badge
[stars-url]: https://github.com/Insprill/dv-multiplayer/stargazers
[issues-shield]: https://img.shields.io/github/issues/Insprill/dv-multiplayer.svg?style=for-the-badge
[issues-url]: https://github.com/Insprill/dv-multiplayer/issues
[license-shield]: https://img.shields.io/github/license/Insprill/dv-multiplayer.svg?style=for-the-badge
[license-url]: https://github.com/Insprill/dv-multiplayer/blob/master/LICENSE
[altfuture-support-email-url]: mailto:[email protected]
[contributing-quickstart-url]: https://docs.github.com/en/get-started/quickstart/contributing-to-projects
[asset-studio-url]: https://github.com/Perfare/AssetStudio
[mapify-building-docs]: https://dv-mapify.readthedocs.io/en/latest/contributing/building/
[project-board-url]: https://github.com/users/Insprill/projects/8