RadiantConnect 9.5.4

dotnet add package RadiantConnect --version 9.5.4
                    
NuGet\Install-Package RadiantConnect -Version 9.5.4
                    
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="RadiantConnect" Version="9.5.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RadiantConnect" Version="9.5.4" />
                    
Directory.Packages.props
<PackageReference Include="RadiantConnect" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RadiantConnect --version 9.5.4
                    
#r "nuget: RadiantConnect, 9.5.4"
                    
#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.
#addin nuget:?package=RadiantConnect&version=9.5.4
                    
Install RadiantConnect as a Cake Addin
#tool nuget:?package=RadiantConnect&version=9.5.4
                    
Install RadiantConnect as a Cake Tool

RadiantConnect

RadiantConnect is a powerful .NET library designed for seamless integration with Valorant's internal and external APIs and systems, users can hook game events, access XMPP systems, and authenticate all within the library.

With the addition of MITM-based XMPP integration, users can authenticate and interact with messaging and presence services effectively without hassle.

For a complete and detailed guide on all features, check out the official documentation:

RadiantConnect Documentation

C# Support Server GitHub Nuget All Releases Build


Features

Basic API Usage

RadiantConnect provides several useful methods to interact with Valorant's player data. Learn more about how to use the following APIs:

  • PVP Methods
    • GetMatchHistory
    • GetUserRank
    • And much much more.

Create Your Own API Endpoints

RadiantConnect allows you to build your own API calls if RadiantConnect doesn't support it, using the built in ValorantNet library handles all authentication for you.

Authentication Features

RadiantConnect supports a variety of authentication methods to simplify user logins. Find out how to implement the following authentication methods:

Valorant Socket Support

RadiantConnect supports various socket integrations for enhanced communication with the game. Learn more about the integration options:

Client Events

RadiantConnect provides hooks for a variety of in-game events. Learn more about these events and how to use them:

  • In-Game Events
    • OnBuyMenuOpened
    • OnBuyMenuClosed
  • Match Events
    • Match_Started
    • OnMapLoaded
  • Menu Events
    • OnBattlePassView
    • OnAgentsView
    • OnCareerView
    • OnPlayScreen
    • OnEsportView
    • OnCollectionView
    • OnStoreView
    • OnPremierView
  • Pre-Game Events
    • OnPreGamePlayerLoaded
    • OnPreGameMatchLoaded
    • OnAgentLockedIn
    • OnAgentSelected
  • Queue Events
    • OnQueueChanged
    • OnEnteredQueue
    • OnLeftQueue
    • OnCustomGameLobbyCreated
    • OnTravelToMenu
    • OnMatchFound
  • Round Events
    • OnRoundStarted
    • OnRoundEnded
  • Vote Events
    • OnVoteDeclared
    • OnVoteInvoked
    • OnSurrenderCalled
    • OnTimeoutCalled
    • OnRemakeCalled

Need Support?

If you have any questions, issues, or need assistance, feel free to join our Discord community. We're here to help!

Join our Discord Community

You can also check out our FAQ or Submit an Issue.


Credits

Huge Credits molenzwiebel for his Deceive code, helping make MITM Connection

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows 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.

- Modified some error returns for RemoteXMPP clients
- Added 3 optional cookies for SSIDReAuth to improve re-auth success rate (tdid, csid, clid).