ZeepSDK 2.0.0

dotnet add package ZeepSDK --version 2.0.0
NuGet\Install-Package ZeepSDK -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ZeepSDK" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZeepSDK --version 2.0.0
#r "nuget: ZeepSDK, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ZeepSDK as a Cake Addin
#addin nuget:?package=ZeepSDK&version=2.0.0

// Install ZeepSDK as a Cake Tool
#tool nuget:?package=ZeepSDK&version=2.0.0

ZeepSDK

The ZeepSDK is a community built SDK that aims to make it easier to develop custom plugins for Zeepkist. It does this by exposing APIs that hide the actual implementation that is required to achieve the desired functionality, making it easy to use for the developer.

Api documentation is available here: https://tnrd-org.github.io/ZeepSDK/api/index.html

Current features

Chat Api

The ChatApi allows you to interact with the chat. It gives you tools to easily send a chat message, or add a message to your local chat box.

Chat Commands Api

The ChatCommandsApi can be used to create local and remote chat commands. Local chat commands are for the local user, the person that is playing the game. Remote chat commands can be used by others in the same lobby, but only if you are currently the host. This could be useful for things like a vote skip. It comes with a couple of built in commands Local:

  • Help
    • Shows you the available local commands with a description
  • Clear
    • Clears the chat

Remote:

  • Help
    • Shows you the available remote commands with a description

Leaderboard Api

The LeaderboardApi allows you to implement your custom leaderboard page. This allows multiple developers to all add their own pages to the leaderboard. Good examples of this are the GTR Leaderboard and the COTD Leaderboard.

Level Editor Api

The LevelEditorApi contains a collection of functions and events that are related to the level editor and it's usage.

Currently there are two events:

  • EnteredTestMode
    • As the name suggests, this event fires off whenever the user enters the track testing mode
  • EnteredLevelEditor
    • As the name suggests, this event fires off when the user enters the level editor. This is either from the main menu or when exiting the test mode

There's functionality to block mouse input and/or keyboard input. This is useful for mods who display an overlay in the level editor.

Another cool feature is that there is functionality that allows you to create custom folders and items that will show up in the block gui!

Racing Api

The RacingApi currently contains a collection of events that are related to the player racing. Think of events like crossing the finish line, entering first/third person, or crashing.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 67 4/20/2024
1.29.3 65 4/9/2024
1.29.2 62 3/28/2024
1.29.1 58 3/26/2024
1.29.0 62 3/9/2024
1.28.0 62 3/9/2024
1.27.0 76 2/8/2024
1.26.0 123 11/15/2023
1.25.1 119 10/24/2023
1.25.0 88 10/24/2023
1.24.0 99 10/24/2023
1.22.0 107 10/8/2023
1.21.2 88 9/22/2023
1.21.1 79 9/22/2023
1.21.0 94 9/4/2023
1.20.0 87 9/1/2023
1.18.0 91 8/31/2023
1.17.0 114 8/25/2023
1.16.0 84 8/25/2023
1.15.0 84 8/25/2023
1.14.0 91 8/24/2023
1.13.0 90 8/17/2023
1.12.1 87 8/17/2023
1.11.1 85 8/17/2023
1.11.0 95 8/13/2023
1.10.1 103 7/23/2023
1.10.0 105 7/23/2023
1.9.1 104 7/14/2023
1.9.0 89 7/14/2023
1.8.1 97 7/14/2023
1.8.0 91 7/11/2023
1.7.5 97 7/11/2023
1.7.4 88 7/10/2023
1.7.3 86 7/10/2023
1.7.2 86 7/10/2023
1.7.1 87 7/10/2023
1.7.0 88 7/10/2023
1.6.0 90 7/8/2023
1.5.1 91 7/8/2023
1.5.0 98 7/5/2023
1.4.0 90 7/5/2023
1.3.0 87 6/27/2023
1.2.0 85 6/20/2023
1.1.1 89 6/15/2023
1.1.0 81 6/15/2023
1.0.1 87 6/13/2023
1.0.0 84 6/12/2023