This is where he COOKS a mod.
Create Together is a Geometry Dash multiplayer live editing mod. It uses SteamP2P or ENet as its networking backend, depending on your choosing.
Note: this mod is currently incomplete and may cause issues. Yes I know this code is gross-looking, but feel free to contribute with a pr.
For more info, see the geode docs
This project requires steamworks sdk! Install and steam_api64.dllsteam_api64.lib into the lib/ folder!
EDIT: Not anymore
# Assuming you have the Geode CLI set up already
geode buildThis mod supports ENet for local testing and dedicated servers.
- Geode SDK Documentation
- Steamworks SDK Documentation
- Geode SDK Source Code
- Geode CLI
- Bindings
- Dev Tools
Subfolders should always be grouped together.
- Geode.hpp
- <Networking/*>
- <Types/*>
- <*.hpp>
- "*.hpp"
- Steamworks headers
- Single header libraries
- Flatbuffer headers
- Generated fb serialization headers
- using namespace geode::prelude;
