BfmeOnlineKitForms 1.6.2

dotnet add package BfmeOnlineKitForms --version 1.6.2
NuGet\Install-Package BfmeOnlineKitForms -Version 1.6.2
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="BfmeOnlineKitForms" Version="1.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BfmeOnlineKitForms --version 1.6.2
#r "nuget: BfmeOnlineKitForms, 1.6.2"
#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 BfmeOnlineKitForms as a Cake Addin
#addin nuget:?package=BfmeOnlineKitForms&version=1.6.2

// Install BfmeOnlineKitForms as a Cake Tool
#tool nuget:?package=BfmeOnlineKitForms&version=1.6.2

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 placed BfmeOnlineKitForms.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

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 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.

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.6.2 82 4/21/2024
1.6.1 76 4/21/2024
1.6.0 87 4/10/2024
1.5.1 97 4/6/2024
1.5.0 88 4/6/2024
1.4.7 92 3/31/2024
1.4.5 90 3/29/2024
1.4.4 95 3/6/2024
1.4.3 102 3/5/2024
1.4.2 97 3/5/2024
1.4.1 114 3/5/2024
1.4.0 84 2/25/2024
1.3.1 92 2/11/2024
1.3.0 103 2/11/2024