These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE General Discussion

 
  • Topic is locked indefinitely.
 

How to run a client without launcher?

Author
Kron Skir
Rapid Withdrawal
Pen Is Out
#1 - 2016-09-21 06:09:55 UTC
Hi everybody! Is there any way of launching the game without this annoying launcher?! I was ok then I need it to update the game and then can use client directly.

I can say why I dont like this launcher:
- it is very slow
- it is very slow, really i dont understand what is it doing while loading, but it takes more time to start launcher then to start client directly! It really amazing!
Also have no idea what are the pros to run the game only from launcher. So bad! So bad!
Shae Tadaruwa
Science and Trade Institute
Caldari State
#2 - 2016-09-21 06:28:50 UTC
Not since yesterday. No.

Launcher is the only way.

Dracvlad - "...Your intel is free intel, all you do is pay for it..." && "...If you warp on the same path as a cloaked ship, you'll make a bookmark at exactly the same spot as the cloaky camper..."

Chribba
Otherworld Enterprises
Otherworld Empire
#3 - 2016-09-21 11:52:59 UTC
Shae Tadaruwa wrote:
Launcher is the only way.
Not entirely true. It's fairly easy to code your own "launcher".

I have so I can just double-click a shortcut and it starts up and puts me into the character select directly.

/c

★★★ Secure 3rd party service ★★★

Visit my in-game channel 'Holy Veldspar'

Twitter @ChribbaVeldspar

Elenahina
Federal Navy Academy
Gallente Federation
#4 - 2016-09-21 12:17:17 UTC
Chribba wrote:
Shae Tadaruwa wrote:
Launcher is the only way.
Not entirely true. It's fairly easy to code your own "launcher".

I have so I can just double-click a shortcut and it starts up and puts me into the character select directly.

/c


Yes, but everyone knows you have voodoo black magic powers, Chribba. I'm pretty sure it's from too much exposure to all that Veldspar.




Please don't melt my brain.

Eve is like an addiction; you can't quit it until it quits you. Also, iderno

Don Pera Saissore
#5 - 2016-09-21 12:18:31 UTC
Chribba wrote:
Shae Tadaruwa wrote:
Launcher is the only way.
Not entirely true. It's fairly easy to code your own "launcher".

I have so I can just double-click a shortcut and it starts up and puts me into the character select directly.

/c


Would you mind sharing it with the rest of us peasants so we can play the game.
Lucas Kell
Solitude Trading
S.N.O.T.
#6 - 2016-09-21 12:32:50 UTC
Stop being naughty Chribba!

The Indecisive Noob - EVE fan blog.

Wholesale Trading - The new bulk trading mailing list.

Chribba
Otherworld Enterprises
Otherworld Empire
#7 - 2016-09-21 12:45:41 UTC  |  Edited by: Chribba
Well I won't give you all my exact files but here's the how-to's if you want to write your own

1. You start by making a POST request to the following URL
https://login.eveonline.com/Account/LogOn?ReturnUrl=%2foauth%2fauthorize%2f%3fclient_id%3deveLauncherTQ%26lang%3den%26response_type%3dtoken%26redirect_uri%3dhttps%3a%2f%2flogin.eveonline.com%2flauncher%3fclient_id%3deveLauncherTQ%26scope%3deveClientToken%2520user&client_id=eveLauncherTQ&lang=en&response_type=token&redirect_uri=https://login.eveonline.com/launcher?client_id=eveLauncherTQ&scope=eveClientToken%20user

the body of the request should be
UserName=your_username&Password=url_encoded_password


2. assuming you've logged on from the computer before you will get the following http 301
https://login.eveonline.com/launcher?client_id=eveLauncherTQ#access_token=bunch_of_random_characters_here&token_type=Bearer&expires_in=43200

The bunch_of_random_characters_here is the token you will need to use in the next step. If you haven't logged on from the computer you will instead be redirected to "type in your character on this account" so might be wise to have used the launcher for the account once before.

3. Make a request to
https://login.eveonline.com//launcher/token?accesstoken=token_key_picked_up_in_the_previous_request
From this request you get another 301 to
https://login.eveonline.com/launcher?client_id=eveLauncherTQ#access_token=more_random_characters&token_type=Client&expires_in=600
You now have the token to launch the client

4. Launch
C:\ProgramData\CCP\EVE\SharedCache\tq\bin\exefile.exe  /noconsole /server:tranquility /ssoToken=token_from_step_3 /settingsprofile=YourProfileIfYouHaveMadeOne ""


/c

★★★ Secure 3rd party service ★★★

Visit my in-game channel 'Holy Veldspar'

Twitter @ChribbaVeldspar

Lucas Kell
Solitude Trading
S.N.O.T.
#8 - 2016-09-21 13:04:52 UTC
Now you've done it. CCP are gonna be le mad.

The Indecisive Noob - EVE fan blog.

Wholesale Trading - The new bulk trading mailing list.

Chribba
Otherworld Enterprises
Otherworld Empire
#9 - 2016-09-21 13:08:44 UTC
I actually had this info OK'ed years ago and it wasn't any secrets, of course they give no promises or support that the flow will work on 3rd party launchers, and you'd ofc still need the official launcher to patch up, and expect little help if someone steals your powershell script with your user/pw hard-coded in plain-text lol

/c

★★★ Secure 3rd party service ★★★

Visit my in-game channel 'Holy Veldspar'

Twitter @ChribbaVeldspar

Jonah Gravenstein
Machiavellian Space Bastards
#10 - 2016-09-21 15:33:08 UTC
Elenahina wrote:
Chribba wrote:
Shae Tadaruwa wrote:
Launcher is the only way.
Not entirely true. It's fairly easy to code your own "launcher".

I have so I can just double-click a shortcut and it starts up and puts me into the character select directly.

/c


Yes, but everyone knows you have voodoo black magic powers, Chribba. I'm pretty sure it's from too much exposure to all that Veldspar.




Please don't melt my brain.
Chribba right now

In the beginning there was nothing, which exploded.

New Player FAQ

Feyd's Survival Pack

Kron Skir
Rapid Withdrawal
Pen Is Out
#11 - 2016-09-22 05:29:13 UTC
Thanks Chribba!

Still have no idea whats the point of running client from the launcher only... but its offtopic, nvm.
Lucas Kell
Solitude Trading
S.N.O.T.
#12 - 2016-09-22 07:31:16 UTC
Chribba wrote:
I actually had this info OK'ed years ago and it wasn't any secrets, of course they give no promises or support that the flow will work on 3rd party launchers, and you'd ofc still need the official launcher to patch up, and expect little help if someone steals your powershell script with your user/pw hard-coded in plain-text lol

/c
That's what PS secure strings are for :D

Personally the new launcher seems to work well enough for me, and I like that you can run all of your accounts then close a couple then click run all and it runs just the missing ones. Nice touch.

The Indecisive Noob - EVE fan blog.

Wholesale Trading - The new bulk trading mailing list.

Sir Constantin
#13 - 2016-09-22 18:02:00 UTC  |  Edited by: Sir Constantin
A little more help would be nice for those who don't know how to code. Sad

Running the 1 step using Windows Powershell ISE I got "Status 200, StatusDescription : OK" and a bunch of stuff but didn't return any token.

Then looking at that script:on the topic below, I think I need to add a lot more parameters to it.
https://forums.eveonline.com/default.aspx?g=posts&m=5483560#post5483560

LE:
Used the browser and it worked.
Cade Windstalker
#14 - 2016-09-22 20:05:31 UTC
Kron Skir wrote:
Hi everybody! Is there any way of launching the game without this annoying launcher?! I was ok then I need it to update the game and then can use client directly.

I can say why I dont like this launcher:
- it is very slow
- it is very slow, really i dont understand what is it doing while loading, but it takes more time to start launcher then to start client directly! It really amazing!
Also have no idea what are the pros to run the game only from launcher. So bad! So bad!


Among other things the launcher is making sure that your client is in one piece and doesn't need an update. I believe it also runs some security checks and does other fun things like run 2FA if you have it enabled.

You can use Chribba's psudo-launcher trick, but if it breaks something CCP are probably gonna ¯\_(ツ)_/¯ and suggest you use the official launcher next time.

All of that said if the launcher is being that slow for you I think there's something wrong. It's very fast for me most of the time and previously when people have had issues with the launcher taking a while to come up CCP have requested logs and other information to improve it and then helped sort out and trouble shoot the user's issue. If your launcher is taking more than *at most* 10 seconds when there's nothing to update then something is screwball.
Kron Skir
Rapid Withdrawal
Pen Is Out
#15 - 2016-09-22 21:10:01 UTC
Well... maybe somebody don't understand but its more like im tired of the updates which "knows" what is better for me.

Lucas, that is great that launcher works great for you. That is really great! The problem is why there is no choice right now? Why i have the only option. That is the point. I have nothing personal about running the game from the launcher... its up to you. It is just why i can't do it my way.

Cade, yes i used the launcher to update my client. After it i can use the client directly without using launcher until a new update released. Thats how i used it and i was ok with it. Yes right now i'm using the Chribba's launch trick. And just again... running the client from launcher takes more time for me than to run it directly. You can say, smth like: "im ok with it, its very good for me, there are no issues". Ok, im good with it and i dont want to argue with you. The only problem i have - there were two options to run the game before a new update:
1. Run the game from the launcher
2. Run the game from the client
Everybody can decide what option is better for him (or her). And right now its like... "i know what is best for u". End of story.
KaarBaak
Squirrel Team
#16 - 2016-09-23 19:06:21 UTC
Kron Skir wrote:
Well... maybe somebody don't understand but its more like im tired of the updates which "knows" what is better for me.

Lucas, that is great that launcher works great for you. That is really great! The problem is why there is no choice right now? Why i have the only option. That is the point. I have nothing personal about running the game from the launcher... its up to you. It is just why i can't do it my way.

Cade, yes i used the launcher to update my client. After it i can use the client directly without using launcher until a new update released. Thats how i used it and i was ok with it. Yes right now i'm using the Chribba's launch trick. And just again... running the client from launcher takes more time for me than to run it directly. You can say, smth like: "im ok with it, its very good for me, there are no issues". Ok, im good with it and i dont want to argue with you. The only problem i have - there were two options to run the game before a new update:
1. Run the game from the launcher
2. Run the game from the client
Everybody can decide what option is better for him (or her). And right now its like... "i know what is best for u". End of story.


It's a cold hard fact of life: things change. Sometimes for the better. Sometimes for worse. Most of the time you cannot control the change. But you CAN control how you react to change. Adapt, improvise and overcome...or Sisyphus the heck out of it.

Dum Spiro Spero

Elenahina
Federal Navy Academy
Gallente Federation
#17 - 2016-09-24 04:11:25 UTC
Kron Skir wrote:
Well... maybe somebody don't understand but its more like im tired of the updates which "knows" what is better for me.

Lucas, that is great that launcher works great for you. That is really great! The problem is why there is no choice right now? Why i have the only option. That is the point. I have nothing personal about running the game from the launcher... its up to you. It is just why i can't do it my way.

Cade, yes i used the launcher to update my client. After it i can use the client directly without using launcher until a new update released. Thats how i used it and i was ok with it. Yes right now i'm using the Chribba's launch trick. And just again... running the client from launcher takes more time for me than to run it directly. You can say, smth like: "im ok with it, its very good for me, there are no issues". Ok, im good with it and i dont want to argue with you. The only problem i have - there were two options to run the game before a new update:
1. Run the game from the launcher
2. Run the game from the client
Everybody can decide what option is better for him (or her). And right now its like... "i know what is best for u". End of story.


This was a design decision made by CCP - it's not about which is better for you, it's about what they view is better for the long term of their game client. Time may prove them wrong, but there's not much you can do about it but accept it and move on with your day.

Eve is like an addiction; you can't quit it until it quits you. Also, iderno

Kron Skir
Rapid Withdrawal
Pen Is Out
#18 - 2016-09-24 05:37:01 UTC
Agree and accept )