How to launch korean ts1 from any browser

01/21/2013 11:40 Mega Byte#1
You can download the game client here. Just click on the button with orange arrow.
[Only registered and activated users can see links. Click Here To Register...]

Launching the game without having installed it.
This is usefull if you have not installed the game files but have copied them from somewhere.

Copy paste the following code into notepad or your favourite text editor.

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Alt1Games.TwelveSky1]
@="\"URL:TwelveSky1 Protocol.\""
"URL Protocol"=""

[HKEY_CLASSES_ROOT\Alt1Games.TwelveSky1\DefaultIcon]
@="\"E:\\Games\\ALT1Games\\TwelveSky1\\Launcher.exe 1\""

[HKEY_CLASSES_ROOT\Alt1Games.TwelveSky1\shell]

[HKEY_CLASSES_ROOT\Alt1Games.TwelveSky1\shell\open]

[HKEY_CLASSES_ROOT\Alt1Games.TwelveSky1\shell\open\command]
@="\"E:\\Games\\ALT1Games\\TwelveSky1\\Launcher.exe\" \"%1\""
Alter it to have the path to where your game is

Save it as a .reg file
Run it and add it to the registry.

I Have my game in E:\Games\ALT1Games\TwelveSky1 so if yours is in C:\ALT1Games\TwelveSky1 you would alter the paths to be like that but with double slashs to escape them.
Or simply change the E: to the drive letter: you want the game to run from and put the ALT1Games directory into a directory called Games.

To run the game from chrome or another browser. Or to get the launch string you can use one of the following after logging in to your account.

Copy paste into chromes console window
Code:
$.post(APPLICATION_CONTEXT + "/Launcher/auth", {
          timestamp : new Date().getTime() / 1000
        }, function(data){ window.location = data.launcherAuthUrl; });
Or to see the data for your self
Code:
$.post(APPLICATION_CONTEXT + "/Launcher/auth", {
          timestamp : new Date().getTime() / 1000
        }, function(data){ console.log(data.launcherAuthUrl); });
If for some reason the first code didnt work you can use the second and run the launcher with the paramaters after the navigator name.

Good Luck :D
01/21/2013 16:16 bokaT#2
Thx !
01/21/2013 23:28 Traflagar law#3
btw mega r u still helping with that ts1 project ? :D
also nice work. tho i had no probles using ie, nice to see someone trying to help ppl.
01/22/2013 06:38 Mega Byte#4
Helping? lol im the main developer
01/22/2013 11:59 almar12#5
Quote:
Originally Posted by Mega Byte View Post
Helping? lol im the main developer
How is it going? :)
01/24/2013 07:07 Mega Byte#6
A bit of a roadblock atm with some gameguard stuff thats annoying. That and fulltime work limiting how long I can actually work on pserver lol. Tri where are yous... :P