BfmeFoundationProject.OnlineKit
1.7.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BfmeFoundationProject.OnlineKit --version 1.7.1
NuGet\Install-Package BfmeFoundationProject.OnlineKit -Version 1.7.1
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="BfmeFoundationProject.OnlineKit" Version="1.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BfmeFoundationProject.OnlineKit --version 1.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BfmeFoundationProject.OnlineKit, 1.7.1"
#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 BfmeFoundationProject.OnlineKit as a Cake Addin #addin nuget:?package=BfmeFoundationProject.OnlineKit&version=1.7.1 // Install BfmeFoundationProject.OnlineKit as a Cake Tool #tool nuget:?package=BfmeFoundationProject.OnlineKit&version=1.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BFME Online Kit
In this repository you will find everything you need to implement the Online Menu of BFME Competetive Arena into your own project.
WPF Implementation
- Add and reference
BfmeOnlineKit.dll
in your project - Reference the namespace in the desired XAML file (
xmlns:onlineKit="clr-namespace:BFMECompetetiveArena_OnlineKit;assembly=BfmeOnlineKit"
) - Add the
OnlineMenu
element to your design (<onlineKit:OnlineMenu x:Name="arena" AccessToken="{YOUR_APPLICATION_ACCESS_TOKEN}"/>
)
WinForms Implementation
- Add and reference
BfmeOnlineKitForms.dll
in your project, and make sure to - Place
BfmeOnlineKit.dll
in the same folder you placedBfmeOnlineKitForms.dll
! - Add the
OnlineMenu
control to your form- In newer versions of Visual Studio, you can't add custom controls to the toolbox from dlls, so you have to add it to the design manually by editing the
Designer.cs
file
- In newer versions of Visual Studio, you can't add custom controls to the toolbox from dlls, so you have to add it to the design manually by editing the
Usage
- Enter your applications access token in the
AccessToken
field - Load the Online Menu by calling the
Load()
function (can be awaited) - You can also unload the Online Menu by calling the
Unload()
function (can also be awaited)
Updates
- The Online Menu itself has an automatic update system, you don't have to worry about that as a developer
- The Online Kit (the dll's found in this repositiry) will only be updated very very rarely (if ever). Ensuring Online Kit is always up to date in your projects is your responsibility as a developer, but we will always try to reach out if an update is available!
- In the
UpdateBranch
field of the OnlineMenu element, you can specify which branch the Online Menu should pull it's updates from. This is curently not used, we only have the main branch, but might be used to deliver experimental versions of the Online Menu to users who opt in.
Access Tokens
- In order for your app to connect to our services and for the Online Menu to work, you have to specify a valid Access Token in the
AccessToken
field of the OnlineMenu element. - You can obtain an Access Token by sending us an email at
bfme109team@gmail.com
. In your email, please include the name of your application, the name and contact info of the developer (or someone from your team who we can contact), and all other information about your application you can provide (screenshots, github links, project website, or even a build of your app). Every serious request will be reviewed individualy by us, and if we approve your request, we will send a followup email containing your Access Token. One Access Token is only allowed to be used by one application! - Every Access Token is associated with one specific application, and can be revoked - without any notice or explanation - by us at any time.
- Sharing your Access Token with someone, or using an Access Token that is not for your application, will result in your Access Token being revoked.
Examples
You can find both a WPF and a WinForms example in this repository. Note: Neither example has a valid access token, so you won't be able to connect to the servers. This is normal.
Developed by: Gazdag Marcell (@marcellvokk)<br> Founder & Owner: Beterwell (@Beterwell)<br>Testing: Beterwell (@Beterwell), Yoshi (@y0shi8762), Necromancer (@necromancer393), CROAT (@CROAT#9413), x6tenceGB2 (@x6tencegb2), martinms600 (@martinms600), Tristan (@tristan_sc), Dunedain (@dunedain412), RANJEL (@ranjel), Fishy (@fishy_bfme), and others...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- No dependencies.
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 |
---|---|---|
1.9.0 | 80 | 11/6/2024 |
1.8.4 | 98 | 11/2/2024 |
1.8.3 | 80 | 11/2/2024 |
1.8.2 | 77 | 11/1/2024 |
1.8.1 | 79 | 10/23/2024 |
1.8.0 | 82 | 10/23/2024 |
1.7.9 | 97 | 10/20/2024 |
1.7.8 | 92 | 10/20/2024 |
1.7.7 | 96 | 10/20/2024 |
1.7.6 | 112 | 8/29/2024 |
1.7.5 | 243 | 8/10/2024 |
1.7.4 | 106 | 8/10/2024 |
1.7.3 | 116 | 8/10/2024 |
1.7.2 | 119 | 8/10/2024 |
1.7.1 | 118 | 8/10/2024 |