Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Official launcher for our servers

Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
Whats the different with Offical SRO launcher and vSRO launcher?
vSRO launcher is kinda old unlike official launchers they added a cool web frame in the launcher where u can put a html based banner.. Like this screenshot below
PX2000 - Official launcher for our servers - RaGEZONE Forums

I added a youtube video...

How to:
Add a folder to your web root name it banner or anything you want. (it will be yourwebsite.bla/banner)

inside banner folder make a file index.php
add this lines
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DevianceSRO</title>
<meta http-equiv="content-Type" content="text/html; charset=ks_c_5601-1987" />
<meta name="Keywords" content="RageZone, DevianceSRO" />
<meta http-equiv="X-UA-Compatible" content="IE=7"/>
<style type="text/css">
html, body {margin:0px;padding:0px;}
</style>
</head>

<body>
<tr>
    <td>
        <object width="400" height="300">
        <param name="movie" value="http://www.youtube.com/v/FoHs0pyIMoM?version=3&hl=en_US&rel=0"></param>
        <param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
        <embed src="http://www.youtube.com/v/FoHs0pyIMoM?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="400" height="300" allowscriptaccess="always" allowfullscreen="true"></embed>
        </object>
    </td>
</tr>
</body>
Note: The sample is a youtube video you can add any content you want just make it sure that size will be 400x300.

Now for the client side
Open the attach silkroad.exe in resource hacker
PX2000 - Official launcher for our servers - RaGEZONE Forums

change the high lightened url with your banner url and compile script -> save

1 more step edit the launcher and launcher_europe images to suit with yours and put it in your media.pk2 and your done!



GOod luck and have fun!!
 
Experienced Elementalist
Joined
Nov 14, 2011
Messages
260
Reaction score
54
Re: [Release] Official launcher for our servers

WOW :DD

nice one .. thxx

TESTING

i dont know if that is ok ^^



plzz confirm i dont know if it is Safe to use or not ^^
 
Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
Re: [Release] Official launcher for our servers

Ohh sorry I did not post a virustotal but anyway that is false detection.. A file deviance.dll file was included in the archive I packed it with mpress packer thats why he detected is a malware.. You can delete that file,, that file is just the GFXFileManager.dll you can copy yours and rename as deviance.dll.

FOR SAFER EDIT GRAB THE silkroad.exe from kSRO.. Delete the deviance.dll and silkroad.exe in the archive!... Good luck!
 
Last edited:
Newbie Spellweaver
Joined
Dec 9, 2011
Messages
76
Reaction score
27
Re: [Release] Official launcher for our servers

BTW if you use this you can't use auto-update via SMC :) Tested and approved by me before lol :))
 
Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
Re: [Release] Official launcher for our servers

BTW if you use this you can't use auto-update via SMC :) Tested and approved by me before lol :))

Nah... Maybe your are talking about iSRO launcher... iSRO supports multilang while kSRO only support 2 languages korean and english and when I look at the asm kSRO launcher almost the same with our launcher...
 
Joined
Aug 18, 2010
Messages
497
Reaction score
25
Re: [Release] Official launcher for our servers

Nah... Maybe your are talking about iSRO launcher... iSRO supports multilang while kSRO only support 2 languages korean and english and when I look at the asm kSRO launcher almost the same with our launcher...

so...can we auto update from SMC using this launcher??
 
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
25
Reaction score
0
Re: [Release] Official launcher for our servers

hahahaha nice one thx
 
Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
Re: [Release] Official launcher for our servers

Nah... Maybe your are talking about iSRO launcher... iSRO supports multilang while kSRO only support 2 languages korean and english and when I look at the asm kSRO launcher almost the same with our launcher...

Yes... This is the launcher I am using now and working good...
 
Newbie Spellweaver
Joined
Nov 21, 2011
Messages
84
Reaction score
6
Re: [Release] Official launcher for our servers

LOL you use resource hacker? just open the media.pk2 and edit the launcher in the launcher settings....
 
Experienced Elementalist
Joined
Jan 20, 2012
Messages
244
Reaction score
59
Re: [Release] Official launcher for our servers

heh i gonna try it

thanks for release
 
Newbie Spellweaver
Joined
Aug 15, 2011
Messages
30
Reaction score
24
Re: [Release] Official launcher for our servers

Awesome guide one problem i found was the client will disable multiclient, any idea how to fix this :p?

PX2000 - Official launcher for our servers - RaGEZONE Forums
 
Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
Re: [Release] Official launcher for our servers

Multiclient using launcher? why not use edxloader?
 
Newbie Spellweaver
Joined
Aug 15, 2011
Messages
30
Reaction score
24
Re: [Release] Official launcher for our servers

A friend patched it for me and the reason is you want people to see the launcher ;D i played with a few things and i have it perfect, awesome job though!

PX2000 - Official launcher for our servers - RaGEZONE Forums
 
Junior Spellweaver
Joined
Sep 26, 2009
Messages
153
Reaction score
8
Re: [Release] Official launcher for our servers

thx alot

i will test it latter

this recode for no link in youtube video :D

test like code



of course u can make code with php and update from php file if u coder

code after edit by me and add player with all u want like logo and easy edit

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Page Title</title>
<meta http-equiv="content-Type" content="text/html; charset=ks_c_5601-1987" />
<meta name="Keywords" content="RageZone, DevianceSRO" />
<meta http-equiv="X-UA-Compatible" content="IE=7"/>
<script type="text/javascript" src="http://www.shbab4ever.com/youtube/jscripts/swfobject.js"></script>
<style type="text/css">
html, body {margin:0px;padding:0px;}
</style>
</head>

<body>
<div class="center">?<div id="resize_file" style="width:660px;height:420px;">
<script type='text/javascript' src='http://www.shbab4ever.com/youtube/player/swfobject4.js'></script>
<div id='mediaplayer'><h1>متصفحك لا يدعم الفلاش بلير</h1><h2><a href="http://www.macromedia.com/go/getflashplayer">اضغط هنا لتحميل الفلاش بلير</a></h2></div>
</div>
<script type='text/javascript'>
var so = new SWFObject('http://www.shbab4ever.com/youtube/player/player4.swf','video_div','660','420','9');
so.addParam('allowfullscreen','true');
so.addParam('allownetworking','internal');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.youtube.com/watch?v=rkn15tmxZa0');
so.addVariable('backcolor','C0C0C0');
so.addVariable('frontcolor','000000');
so.addVariable('plugins','hd-2');
so.addVariable('stretching','fill');
so.addVariable('volume','100');
so.addVariable('logo','http://www.shbab4ever.com/youtube/player/logo.png');
so.addVariable('logo.position','top-left');
so.addVariable('logo.hide','false');
so.addVariable('logo.link','http://www.shbab4ever.com/youtube');
so.addVariable('skin','http://www.shbab4ever.com/youtube/player/skins/grungetape.zip');
so.addVariable('enablejs','true');
so.write('mediaplayer');
</script></div>
</body>
</html>

change the red value :thumbup1:

i hope i help u guys
 
Back
Top