-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# Bifrost | ||
A custom launcher for Marvel Heroes | ||
|
||
Bifrost is a custom launcher for Marvel Heroes. It 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. | ||
|
||
<img src="./Bifrost.Wpf/Screenshot.png" title="" alt="Screenshot" data-align="center"> | ||
|
||
## Features | ||
|
||
* Game version detection. | ||
|
||
* Gazillion launcher / Steam bypass. | ||
|
||
* Connection to different servers without modifying ClientConfig.xml. | ||
|
||
* Various logging options for development. | ||
|
||
* Advanced options that expose some hidden client functionality. | ||
|
||
## Installation | ||
|
||
1. Make sure you have [.NET Runtime 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) installed. | ||
|
||
2. Extract Bifrost.Wpf.exe and other files to your Marvel Heroes installation directory (the one that has Data and UnrealEngine3 folders). | ||
|
||
3. Run Bifrost.Wpf.exe. | ||
|
||
## Requirements | ||
|
||
Bifrost.Launcher and Bifrost.Console are cross-platform and should be buildable on any .NET supported platforms. Bifrost.Wpf relies on WPF and requires Windows or compatible environment. |