Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Use WebStart param -- turns out this still works, no nxl!
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholastay committed Apr 17, 2017
1 parent 083829c commit 7d3dfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ A sort-of replacement for GameLauncher.exe. (GMS MapleStory)

## Caveats

* Must have Nexon Launcher open and logged in to any account (doesn't have to be the one used with Xenon) - highprio right now, trying to get it fixed without this.
* Cannot patch the game at the moment (highly doubt this will be implemented, just too much work - go use Nexon Launcher tbh. Xenon really is designed to be used to just quickly switch accounts like last time)


Expand Down
4 changes: 2 additions & 2 deletions Xenon/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public MainWindow()
MaplePath = Path.Combine(AppDirectory, "MapleStory.exe");
#endif

checkNexonLauncher();
//checkNexonLauncher();
checkIfMapleExists();

var httpHandler = new HttpClientHandler()
Expand Down Expand Up @@ -259,7 +259,7 @@ private void launchGame()
ProcessStartInfo startInfo = new ProcessStartInfo()
{
FileName = MaplePath,
Arguments = $"-nxl {mapleLaunchToken}",
Arguments = $"WebStart {mapleLaunchToken}",
WorkingDirectory = AppDirectory
};

Expand Down

0 comments on commit 7d3dfb0

Please sign in to comment.