TikoTako / GW2-MultiBox

Lightweight program that allow to open multiple instances of Guild Wars 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program Icon
GW2-MultiBox

GitHub Issues GitHub Issues GitHub Issues GitHub release GPLv3 License GPLv3 License
Simple program that open multiple "Guild Wars 2" clients.
Multibox is allowed as stated >HERE<
"Guild Wars 2" command line arguments can be found in the wiki >HERE<

Features

  • Start the game from any path.
  • Automatic find and kill the game mutex.
  • Forward the command line arguments to the game.
  • Simple setup for multiple settings by using windows shortcuts.

TODO

  • GUI mode.
  • Auto-Login.

Usage

Command line arguments:

  • -ShowDebugWindow Show the debug output in both Console and GUI mode.
  • -UseDebugClient Use the dummy client (i made it for fast testing).
  • -ConsoleMode Start in Console mode which accept these additional parameters:
    • -UseClientPath:"path" Path of the game exe.
    • -Params:"-param1 -param2" Command line arguments for the client.

Some examples:

GW2MB.exe -ShowDebugWindow
Open in GUI mode with the debug window.
GW2MB.exe -ConsoleMode -Params:"-nomusic -nosound -whatever"
Open in CONSOLE mode and forward the arguments to the game.
GW2MB.exe -ConsoleMode -UseClientPath:"g:\ames\topkek\gw2-64.exe"
Open in CONSOLE mode and use the specified path to open the game.
GW2MB.exe -ConsoleMode -ShowDebugWindow "
Open in CONSOLE mode and show the debug window.

NOTE:

Is possible to use all the arguments but-UseClientPath is ignored if -UseDebugClient is used.

Dependencies

This project utilize LoggerPro to log on file/console.

License

GW2-MultiBox (GW2MB) is licensed under the terms of the GNU General Public License v3.
DummyClient is licensed under the terms of the MIT License (is in the dpr code at beginning)

"Guild Wars 2" (c) 2023 ArenaNet, LLC. All rights reserved.

All trademarks are the property of their respective owners.

About

Lightweight program that allow to open multiple instances of Guild Wars 2

License:GNU General Public License v3.0


Languages

Language:Pascal 100.0%