SlopCrewClient
FOR MOD AUTHORS USING SLOPCREW.API - A client that wraps SlopCrew's API
Date uploaded | 8 months ago |
Version | 0.0.4 |
Download link | cspotcode-SlopCrewClient-0.0.4.zip |
Downloads | 32509 |
Dependency string | cspotcode-SlopCrewClient-0.0.4 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
SlopCrewClient
FOR MOD AUTHORS USING SLOPCREW.API
For Bomb Rush Cyberfunk mod authors. It is a client that wraps SlopCrew's API and makes it easier to send and receive custom packets and custom character data. Use it to implement new game modes.
Even when not connected to SlopCrew, will silently skip sending packets and can still emit them locally. This means you can write networked logic that still behaves offline.
Take care to exclude SlopCrewClient DLLs from your mod. You can reference it like this in your .csproj
. The import bit is "Private" and "IncludeAssets".
<!-- Adjust path as necessary -->
<ProjectReference Include="./libs/SlopCrewClient/SlopCrewClient/SlopCrewClient.csproj" Private="false" IncludeAssets="compile" />
In lieu of docs, check the Example subdirectory.