Page 1 of 1
Helping with "installing" AoS
Posted: Sat Mar 30, 2013 2:24 am
by MrHaaax
Well, because of permission stricts of sorts, i have to manually extract AoS out of it's installer. Bad thing is, this way i cannot play using browser-launching-as usual, but have to depend on a independent launcher(like BnSLauncher, for example). Of course, again, administrator's permission is required(my father's) so, is there anyway to connect using browser other than using a launcher? Like code AoS to launch on command.
Re: Helping with "installing" AoS
Posted: Sat Mar 30, 2013 2:40 am
by learn_more
you could manually add the aos:// to the registry, but that needs admin again...
only other way is to use a server browser that launches aos, or manually run it with the server ip as argument.
Re: Helping with "installing" AoS
Posted: Sat Mar 30, 2013 3:22 am
by MrHaaax
learn_more wrote:you could manually add the aos:// to the registry, but that needs admin again...
only other way is to use a server browser that launches aos, or manually run it with the server ip as argument.
Using Command Prompt or...?
Re: Helping with "installing" AoS
Posted: Sun Mar 31, 2013 12:26 am
by rakiru
Code: Select allcd "C:\Ace of Spades"
client.exe "aos://00000000:0000"
Re: Helping with "installing" AoS
Posted: Sun Mar 31, 2013 3:06 am
by MrHaaax
rakiru wrote:Code: Select allcd "C:\Ace of Spades"
client.exe "aos://00000000:0000"
Thanks.