cRPG

cRPG => General Discussion => Topic started by: kinngrimm on January 23, 2012, 11:19:06 am

Title: key to lazzieness or: how to start warband launcher directly
Post by: kinngrimm on January 23, 2012, 11:19:06 am
kinngrimm: chadz / cmp, is there a way to start the launcher without getting the first window but going directly to original warband launcher?
Ozin_: yes
Ozin_: make a .bat file, enter this line only
Ozin_: Modules\cRPG_dev\WSE\WSELoader.exe -p "C:\Program Files (x86)\Steam\steamapps\common\mountblade warband\mb_warband.exe"
Ozin_: place it inside the warband directory, make a shortcut on your desktop
Ozin_: ah, and change the module from cRPG_dev obviously
kinngrimm: Ozin you are a lifesafer thanks a lot

EDIT: this way there is no automatic update

EDIT2: it was also mentioned with "-a" instead of "-p" as above, you will make auto updates without getting the first screen
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: Byrdi on January 23, 2012, 06:04:01 pm
For nubs: https://rapidshare.com/files/615918639/cRPG.bat

EDIT: nice of you to post this, kinngrimm  :D
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: kinngrimm on January 23, 2012, 06:57:17 pm
For nubs: https://rapidshare.com/files/615918639/cRPG.bat

EDIT: nice of you to post this, kinngrimm  :D
slacker need to unite
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: Meow on January 23, 2012, 07:45:41 pm
I just got a shortcut to my WSELauncher.exe in /Modules/cRPG/WSE/ on my desktop and double click that.
Am i a noob now? =(
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: Glyph on January 23, 2012, 08:10:44 pm
I just got a shortcut to my WSELauncher.exe in /Modules/cRPG/WSE/ on my desktop and double click that.
Am i a noob now? =(
you already were Meow :D
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: kinngrimm on January 24, 2012, 08:12:55 pm
it was also mentioned with "-a" instead of "-p" as above, you will make auto updates without getting the first screen
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: kinngrimm on September 10, 2012, 01:02:35 pm
i was wondering if i can include in that bat file also a way to give the M&B process high priority(i try to get rid of the loading focus switches of other programs while in midfight)

i found a line in the internet for a bat file, but the call of the program is done quite differently
Quote
%windir%\system32\cmd.exe /c "start /high C:\Program Files\Team Mediaportal\MediaPortal\Mediaporta­ l.exe"
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: [ptx] on September 10, 2012, 01:21:35 pm
i was wondering if i can include in that bat file also a way to give the M&B process high priority(i try to get rid of the loading focus switches of other programs while in midfight)

i found a line in the internet for a bat file, but the call of the program is done quite differently

Code: [Select]
%windir%\system32\cmd.exe /c "start /high C:\Program Files (x86)\Steam\steamapps\common\mountblade warband\Modules\cRPG_dev\WSE\WSELoader.exe -p \"C:\Program Files (x86)\Steam\steamapps\common\mountblade warband\mb_warband.exe\"" This should work, i guess, if i escaped the quotes correctly. Not that it will really be needed when the new client comes out, i guess.
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: dorvalis on September 10, 2012, 03:12:48 pm
do what i do - start launcher, launch game, make coffee, get back, ready to play  :D :D
Title: Re: key to lazzieness or: how to start warband launcher directly
Post by: matt2507 on September 10, 2012, 03:23:38 pm
for not beta clients, do not write:

Modules\cRPG_dev\WSE\WSELoader.exe -p "C:\Program Files (x86)\Steam\steamapps\common\mountblade warband\mb_warband.exe"

but:

Modules\cRPG\WSE\WSELoader.exe -p "C:\Program Files (x86)\Steam\steamapps\common\mountblade warband\mb_warband.exe"

otherwise wse will not run