Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Crypto137/Bifrost
A custom launcher for Marvel Heroes
https://github.com/Crypto137/Bifrost
csharp launcher marvel-heroes mmo mmorpg wpf
Last synced: 3 months ago
JSON representation
A custom launcher for Marvel Heroes
- Host: GitHub
- URL: https://github.com/Crypto137/Bifrost
- Owner: Crypto137
- License: mit
- Created: 2023-10-08T16:45:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-18T05:04:49.000Z (7 months ago)
- Last Synced: 2024-07-19T06:08:41.622Z (7 months ago)
- Topics: csharp, launcher, marvel-heroes, mmo, mmorpg, wpf
- Language: C#
- Homepage:
- Size: 442 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bifrost
Bifrost is a custom launcher for Marvel Heroes.
## Features
* Managing settings for connecting to different servers.
* Forcing custom resolution not available via in-game options, such as 4K or ultrawide.
* Skipping startup logo movies.
* Auto-login for playing on a local server.
* Client logging configuration.
* Game version detection.
## Installation
1. Install [.NET Desktop Runtime 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.33-windows-x64-installer) if you do not have it installed already.
2. Download the latest release [here](https://github.com/Crypto137/Bifrost/releases).
3. Copy Bifrost.exe to your Marvel Heroes installation directory.
4. Run Bifrost.exe.
**NOTE: Bifrost is an unsigned executable that starts another process. This may cause false positive detections from various antivirus and antimalware software. If this causes inconvenience, please feel free to build the source code yourself.**
## Additional Details
Bifrost consists of three main parts:
- `Bifrost.Launcher` - a backend library.
- `Bifrost.ConsoleApp` - a very simple example program that demonstrates how to use Bifrost.Launcher.
- `Bifrost.Wpf` - a WPF-based graphical interface that uses Bifrost.Launcher.
Bifrost.Launcher and Bifrost.ConsoleApp are cross-platform and should be able to target any .NET supported platform. Bifrost.Wpf relies on WPF and requires Windows or compatible environment.