All Projects → cakeMP → cakeMP

cakeMP / cakeMP

Licence: GPL-3.0 license
An experimental GTA 5 multiplayer mod.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to cakeMP

RageMP.Net
RAGE Multiplayer .NET Core Wrapper
Stars: ✭ 21 (-46.15%)
Mutual labels:  multiplayer, gta5
GTA5-NativeTrainer
GTA5 Epic最新版修改器(汉化版)
Stars: ✭ 21 (-46.15%)
Mutual labels:  gta5, scripthookv
backgammony
A backgammon client with multiplayer support
Stars: ✭ 37 (-5.13%)
Mutual labels:  multiplayer
nakama-defold
Defold client for Nakama server.
Stars: ✭ 58 (+48.72%)
Mutual labels:  multiplayer
LandOfTheRair
Land of the Rair is a full-blown MORPG styled like the MUDs of olde, featuring hours upon hours of gameplay.
Stars: ✭ 20 (-48.72%)
Mutual labels:  multiplayer
unity-webgl-multiplayer
Unity WebGL basic multiplayer demo using WebSockets
Stars: ✭ 43 (+10.26%)
Mutual labels:  multiplayer
software-inc-multiplayer
A multiplayer mod for Software Inc written in C# for Unity.
Stars: ✭ 17 (-56.41%)
Mutual labels:  multiplayer
Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (-2.56%)
Mutual labels:  multiplayer
voxelsrv
Voxel browser game inspired by Minecraft
Stars: ✭ 49 (+25.64%)
Mutual labels:  multiplayer
LixD
Lix: Lemmings-like game with puzzles, editor, multiplayer
Stars: ✭ 80 (+105.13%)
Mutual labels:  multiplayer
thundernetes
Thundernetes makes it easy to run your game servers on Kubernetes
Stars: ✭ 215 (+451.28%)
Mutual labels:  multiplayer
godothub client
GodotHub Client Class, Multiplayer and network messaging for Godot
Stars: ✭ 16 (-58.97%)
Mutual labels:  multiplayer
voxelfield
Server authoritative multiplayer shooter game with fully destructible terrain
Stars: ✭ 20 (-48.72%)
Mutual labels:  multiplayer
llapi-example
LLAPI Networking sample (Top Down Shooter)
Stars: ✭ 26 (-33.33%)
Mutual labels:  multiplayer
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-41.03%)
Mutual labels:  multiplayer
HLADM
Half-Life: Alyx: Deathmatch
Stars: ✭ 24 (-38.46%)
Mutual labels:  multiplayer
OSIS
Entity Component System with network support (for haxe)
Stars: ✭ 40 (+2.56%)
Mutual labels:  multiplayer
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+76.92%)
Mutual labels:  multiplayer
FiveMultiplayer
www.five-multiplayer.net/
Stars: ✭ 25 (-35.9%)
Mutual labels:  multiplayer
com.unity.multiplayer.samples.coop
A small-scale cooperative game sample built on the new, Unity networking framework to teach developers about creating a similar multiplayer game.
Stars: ✭ 794 (+1935.9%)
Mutual labels:  multiplayer

CakeMP

CakeMP was a GTA 5 multiplayer mod. It originally started as a rewrite for a different multiplayer mod, but forked out into its own open source variation instead. Older names include: Strawberry Pie & quinMP.

There is currently no publicly available download, but you are free to clone this repository and build it yourself.

Features

As this project had only been in development for a few weeks, there isn't very much to it right now. These are the features that are currently implemented:

  • Cross-platform dedicated server.
  • Client.
  • Player movement synchronization.
  • Fast entity streaming.
  • A simple chat.
  • Rockstar-like user interface.

Running

CakeMP currently works as a .asi mod, and depends on ScriptHookV. So to run this mod, you will need to have the ASI loader as dinput8.dll, ScriptHookV itself as ScriptHookV.dll, and the mod's ASI file all in the GTA 5 game folder. This has been tested on the Steam build as well as the Warehouse build.

It will generate a logfile which you can see the mod's events in, in case something breaks. It will also attempt to load a .ini file for reading your nickname and quick-connect server. (F3 connects to this, and F4 disconnects.) It's not required however, and you can still connect to any server by using the in-game menu.

The server shouldn't require any special configuration at this point in time.

Building

Building the client is done using Visual Studio 2017.

Building the server can be done on Linux using make, or on Windows with Visual Studio. This is handled via cmake. On Linux you will need to have the ENet library installed (eg. on Debian, the package is libenet-dev), and on Windows you will need to locate the library manually.

Contributing

Whether this mod will have its development continued is questionable, so feel free to fork this repository and improve on the project.

License

CakeMP, a multiplayer mod for GTA5.
Copyright (C) 2017 github.com/cakeMP

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
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].