WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General Authoring Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=20)
-   -   Some questions about Battle.net Launcher (commandline params, newspage on web) (https://www.wowinterface.com/forums/showthread.php?t=50693)

Bl4ckSh33p 12-08-14 12:45 PM

Some questions about Battle.net Launcher (commandline params, newspage on web)
 
Hi! I have a few questions about the battle.net Launcher and hope someone might know more about it.

I wondered if the "World of Warcraft Launcher.exe" is only available in old installations before the Battle.net Launcher was introduced or does every copy of WoW have this file in the game directory?
It would be great if some people could check and tell me so I know if it is reliable to use this file to launch the bnet launcher (used for my new WoW Launcher 2).

Does anyone know if the Battle.net launcher supports command line parameters to launch with a specific game or page (shop/news) open? Or can you start a scan&repair action for a game with them?

And finally, does anyone know if/how you can access the builtin newspage? The old launchers had a normal website which could be opened in any browser. But does anyone know the location/URL of the new newspage from b.net launcher?

regards,
Bl4ckSh33p

myrroddin 12-08-14 02:52 PM

If memory serves, it was just "Launcher.exe" before bnet. But it doesn't matter, since every installation of the game (legal ones, anyway) call it "World of Warcraft Launcher.exe" now. Don't make your program backwards compatible, as that creates headaches for you, users, and possibly would support private servers. You don't want any of those.

Phanx 12-08-14 03:05 PM

Quote:

Originally Posted by myrroddin (Post 302072)
If memory serves, it was just "Launcher.exe" before bnet.

It may have been just "Launcher.exe" at one point in the distant past, but it's been "World of Warcraft Launcher.exe" since at least Cataclysm.

Bl4ckSh33p 12-09-14 03:53 AM

Ok, thanks. Then I will execute the "World of Warcraft Launcher.exe" to launch the Battle.net Launcher with WoW open (since there seems to be no commandline params available or known, yet).

I just tried to launch WoW via WoW.exe and WoW-64.exe but it seems the Launcher is always run first. Does anyone know how to skip it to get into the game immediately?

Lombra 12-09-14 05:00 AM

You can in the Battle.net launcher specify application parameters for each game yes, if that's what you meant.

Bl4ckSh33p 12-09-14 06:41 AM

Yes, I know about this. But I wanted to know if someone knows a param to start the game without launching the battle.net launcher first. Clicking on WoW.exe opens the Launcher for me (after a while). :confused:

Seerah 12-09-14 08:37 PM

Unless there is some secret, hidden, unknown way, I don't think it is possible to run without the launcher anymore. (Even for Diablo, Hearthstone, etc.)

Phanx 12-09-14 09:39 PM

Quote:

Originally Posted by Seerah (Post 302163)
Unless there is some secret, hidden, unknown way, I don't think it is possible to run without the launcher anymore.

Sure there is. Just launch Wow-64.exe (or Wow.exe if you're on a 32-bit system) directly. I even have an Autohotkey script that launches WoW and logs me in. I generally don't use the Battle.net launcher, because I don't want to be logged into Battle.net chat when I'm not actually playing a game, and the only way to disable chat in the launcher is to use "offline mode" -- which also disables the one and only useful feature of the launcher, which is logging me into the game without making me type my password.

Seerah 12-09-14 09:44 PM

The last time I had tried that (without the Launcher already running) I ran into the same thing that Bl4ckSh33p just said was happening - the launcher would start up first.

Though now it does seem to be working for me. /shrug

Phanx 12-09-14 09:48 PM

Quote:

Originally Posted by Seerah (Post 302169)
The last time I had tried that (without the Launcher already running) I ran into the same thing that Bl4ckSh33p just said was happening - the launcher would start up first.

He said that happened when he opened the WoW-specific launcher (World of Warcraft Launcher.exe in the WoW program folder), not when opening Wow.exe directly.

The other option would be simply to delete the Battle.net launcher, though that's probably not a good option in a program you intend to distribute to the public.

Seerah 12-09-14 10:23 PM

I was going off of this:
Quote:

I just tried to launch WoW via WoW.exe and WoW-64.exe but it seems the Launcher is always run first. Does anyone know how to skip it to get into the game immediately?

Phanx 12-09-14 10:41 PM

Quote:

Originally Posted by Seerah (Post 302178)
I was going off of this:

Oh, I didn't see that, but I'm not sure why that would happen, either... I've never used the launcher regularly, even before they added the Battle.net launcher, and have only had the launcher pop up when there's an update to download. :confused:

10leej 12-09-14 11:46 PM

Yeah the launcher is needed to load the game as the new filesystem Blizzard uses has a dependency on it. (had to crack the code to figure out why mysef as the launcher doesn't run well in Wine)

TOM_RUS 12-11-14 08:33 AM

Quote:

Originally Posted by Bl4ckSh33p (Post 302124)
Yes, I know about this. But I wanted to know if someone knows a param to start the game without launching the battle.net launcher first. Clicking on WoW.exe opens the Launcher for me (after a while). :confused:

Ofc there's a way. How would battle.net app start the game then?
D3 uses "-launch" command line switch to skip battle.net app. Wow should skip it without any additional command line switches (still WoW probably supports "-launch" switch too).

There's also "-config" switch (this one seems to be quite new) for wow.exe that allows specify config file name that replaces settings from "wtf\config.wtf". This allows you to have one game installation with different settings (monitor, resolution etc). I don't see "-config" switch mentioned anywhere, so I leave it here.

Bl4ckSh33p 12-13-14 10:40 AM

Thanks. I tried -launch for WoW-64.exe but it seems it does not like it. :D
It launched a black screen and alt+tab or ctrl+alt+del did not work and it was stuck until I shut off my computer.

judge2020 08-23-17 01:33 PM

To add onto this thread, it is possible to launch through Bnet without having it open the battle.net gui.

You can create a shortcut and have the URL point to

battlenet://WoW

This works for all of the other bnet games as well:

Code:

battlenet://Hero
battlenet://WTCG
battlenet://S2
battlenet://D3
battlenet://WoW
battlenet://Pro

Pro - Overwatch
WTCG - hearthstone

So for example,


TomberWolf 08-30-17 04:30 AM

Does somebody know the battlenet:// link for Destiny 2?

p3lim 08-30-17 07:24 AM

Quote:

Originally Posted by TomberWolf (Post 324865)
Does somebody know the battlenet:// link for Destiny 2?

DST2 (source)

TomberWolf 08-30-17 12:57 PM

Quote:

Originally Posted by p3lim (Post 324872)
DST2 (source)

Thanks :-)


All times are GMT -6. The time now is 01:40 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI