You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
"Thanks to:\r\nKillzXGaming for the C# BFRES loader\r\ngdkchan for Bn" +
"Txx\r\nEveryone from masterf0x/RedCarpet";
public IMenuExtension MenuExt => null;
public bool HasGameModule => true;
public IGameModule GetNewGameModule() => new OdysseyModule();
public IFileHander[] Handlers => null;
const int ReleaseIndex = 2;
public void CheckForUpdates()
{
#if DEBUG
return;
#endif
Task.Run(async () =>
{
var res = await GitHubUpdateCheck.CheckForUpdates("Exelix11", "OdysseyEditor");
if (res == null) return;
if (res.Index > ReleaseIndex)
{
if (MessageBox.Show("There is a new update for OdysseyEditor !\r\n\r\n" + res.Body + "\r\n\r\n Do you want to open the GitHub page ?", "", MessageBoxButtons.YesNo) == DialogResult.Yes)