All Projects → Skippeh → Oxide.GettingOverItMP

Skippeh / Oxide.GettingOverItMP

Licence: MIT license
A multiplayer mod for the game Getting Over It with Bennett Foddy, powered by the Oxide modding framework

Programming Languages

C#
18002 projects
typescript
32286 projects

Projects that are alternatives of or similar to Oxide.GettingOverItMP

HLADM
Half-Life: Alyx: Deathmatch
Stars: ✭ 24 (-27.27%)
Mutual labels:  modding, multiplayer
OnsetLuaScripts
Example Lua scripts for Onset for you to learn from.
Stars: ✭ 57 (+72.73%)
Mutual labels:  modding, multiplayer
Framework
Advanced modding framework for multiplayer modifications
Stars: ✭ 21 (-36.36%)
Mutual labels:  modding, multiplayer
XLMultiplayer
Skater XL Multiplayer mod by silentbaws
Stars: ✭ 29 (-12.12%)
Mutual labels:  modding, multiplayer
m2sdk
Software Development Kit for the Steam version of Mafia2.
Stars: ✭ 19 (-42.42%)
Mutual labels:  modding, multiplayer
MafiaMP
Multiplayer experience for Mafia: Definitive Edition
Stars: ✭ 31 (-6.06%)
Mutual labels:  modding, multiplayer
MPPatch
Patch for Civilization V to allow modded multiplayer. Currently under development.
Stars: ✭ 31 (-6.06%)
Mutual labels:  modding, multiplayer
FishFight
Tactical 2D shooter in fishy pixels style. Made with Rust-lang and Macroquad 🦀🌶
Stars: ✭ 631 (+1812.12%)
Mutual labels:  modding, multiplayer
Quickbeam
Halo memory editor
Stars: ✭ 13 (-60.61%)
Mutual labels:  modding
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-24.24%)
Mutual labels:  multiplayer
libloadorder
A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games.
Stars: ✭ 23 (-30.3%)
Mutual labels:  modding
HeroesArena
A turn-based arena multiplayer role-playing game
Stars: ✭ 16 (-51.52%)
Mutual labels:  multiplayer
Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (+15.15%)
Mutual labels:  multiplayer
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-30.3%)
Mutual labels:  multiplayer
botw-editor
The Legend of Zelda: Breath of the Wild - Editor
Stars: ✭ 27 (-18.18%)
Mutual labels:  modding
tamcolors
tamcolors is a terminal game library which supports multiplayer and audio. tamcolors gives a buffer which lets the user set the character, foreground color and background color which can draw at a stable FPS of 25 on all supported console.
Stars: ✭ 24 (-27.27%)
Mutual labels:  multiplayer
hacked
Graphical editor for System Shock 1 (1994 and compatible)
Stars: ✭ 69 (+109.09%)
Mutual labels:  modding
backgammony
A backgammon client with multiplayer support
Stars: ✭ 37 (+12.12%)
Mutual labels:  multiplayer
libgens-sonicglvl
Level Editor for the PC version of Sonic Generations
Stars: ✭ 39 (+18.18%)
Mutual labels:  modding
level10
Phoenix LiveView multiplayer card game
Stars: ✭ 51 (+54.55%)
Mutual labels:  multiplayer

Oxide Mod License Build Status

A complete rewrite of the popular, original Oxide API and Lua plugin framework. Previously only available for the legacy Rust game, Oxide now supports numerous games. Oxide's focus is on modularity and extensibility. The core is highly abstracted and loosely coupled, and could be used to mod any game that uses the .NET Framework.

Support for each game and plugin language is added via extensions. When loading, Oxide scans the binary folder for DLL extensions with the format Oxide.*.dll.

This readme is not accurate at the moment, instructions probably won't work.

Bundled Extensions

  • Oxide.GettingOverIt - Provides support for the Getting Over It game
  • Oxide.GettingOverIt.Multiplayer - Provides multiplayer support for the Getting Over It game

Open Source

Oxide is free, open source software distributed under the MIT License. We accept and encourage contributions from our community, and sometimes give cookies in return.

Compiling Source

While we recommend using one of the official release builds, you can compile your own builds if you'd like. Keep in mind that only official builds are supported by the Oxide team and community. Good luck!

  1. Download a Git client such as GitHub Desktop or SourceTree.

  2. Clone the repo https://github.com/OxideMod/Oxide.Rust.git (recommended) or download and extract the latest zip archive.

  3. Download and install Visual Studio 2017 (community is free, but any edition will work) if you do not have it installed already.

  4. Update or install PowerShell 5.x (if it isn't already) for use with the game file downloading and patching process.

  5. Open the Oxide.sln solution file in Visual Studio 2017.

  6. Build the solution. If you get errors, you're likely not using the latest Visual Studio 2017; which is required as Oxide uses some C# 6.0 features.

  7. Copy the files from the Bundles directory for your game of choice to your server installation, then just start the server!

7a. Alternately, create a .deploy file under the desired game extension directory (ie. Games/Oxide.Rust) with a path to automatically deploy to.

Getting Help

Contributing

  • Got an idea or suggestion? Use the community forums to share and discuss it.
  • Troubleshoot issues you run into on the community forums so everyone can help and reference it later.
  • File detailed issues on GitHub (version number, what you did, and actual vs expected outcomes).
  • Want Oxide and plugins for your favorite game? Hook us up and we'll see what we can do!

Reporting Security Issues

Please disclose security issues responsibly by emailing [email protected] with a full description. We'll work on releasing an updated version as quickly as possible. Please do not email non-security issues; use the forums or issue tracker instead.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].