Hey don't worry, noone was born knowing everything. I see you are new here, i hope see you around. Sorry it took me some minutes to do the tiny guide. For the clieninfo, please read the Wiki and for further questiosn refer to the link that i have you ( http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/ )
Part 1 [uI]: Background Image, Window Title, Save Username and MD5 Password [uI] ; Currently Image is checked for in the path where Launcher is ;Background="valkyrie.jpg" ;Background="bg1.jpg" 1.1 Background Image That part tells you that in the folder where you have your Launcher, the image of the background named (without the " ") "valkyrie.jpg" is going to be image that will show in the background. Let's say that your background image name is different and you want it instead of the valkyrie.jpg one, what you have to do is, simply change the name of the image that will be read for the image that you want. Let's say that your desired background image is named "Mashiro.jpg", well you just replace "valkyrie.jpg" with "Mashiro.jpg" case sensitive. Before:
;Background="valkyrie.jpg"
After:
;Background="Mashiro.jpg"
___ ; Set the Window TItle ;Title="Put Window Title Here" 1.2 Window Title That part tells you to put the name of the window that will appear when it's open. Let's say that your RO Server name is Shiina and you want your RO Server name to appear in the window. You simply change "Put Window Title Here" to the desired name, in this case is "Shiina". Before:
;Title="Put Window Title Here"
After:
;Title="Shiina"
___ ; Save UserName - can also be configured from the Launcher Save_User=true 1.3 Saver Username If you want to your users to save its username (the name of the account to login your server) leave it as true, if you don't want them to save their Username simply change true to false. Players will be able to save its Username:
Save_User=true
Players won't be able to save its Username:
Save_User=false
___
; Enable MD5 Password Encryption - currently this option is not used
; since MD5 is dependent only on the server side.
Enable_MD5_Pass=true
1.4 MD5 Password
Here you enable or disable MD5 Password Encryption, but wait, this is already NOT used, because MD5 Password Encryption is dependent only on the server side. So, just leave it as it.
No changes, remains the same:
Enable_MD5_Pass=true
___
Part 2 [Data]: Exe to be executed, Save user option, The settings (Setup.exe) and the Website Register Link
[Data]
; Client Exe is expected to be in same location as launcher
ExeName=2013-05-22Ragexe_patched.exe
ExeArgs="-1rag1 /account:clientinfo.xml"
2.1 Exe to be executed
Here you see the name of the Client Exe, it is expected to be in the same directory as the launcher (the same folder). If you change the name of it, you will have to change the name here too, let's say that you changed its name to Sorata.exe , simply replace 2013-05-22Ragexe_patched.exe by Sorata.exe . Leave ExeArgs="-1rag1 /account:clientinfo.xml" the same as it is.
Before:
ExeName=2013-05-22Ragexe_patched.exe
After:
ExeName=Sorata.exe
___
; Also Set by Launcher if asked to Save (Save User option)
Username=mindstream
2.2 Save user option
Here will save the username option if asked, deffault is mindstream , if you change it you will have to change the name here too. Let's say that you want to change the name to Kanda, simply replace mindstream for Kanda.
Before:
Username=mindstream
After:
Username=Kanda
___
; This is used for the settings button
Setup=Setup.exe
2.3 The settings (Setup.exe)
Here comes the name of the Setup.exe used for the settings, this means that the Setup.exe of your server must be listed here with its name, because that will be the one used by the Launcher to the buttons. Also to save the windows size and other settings like graphics or video. If you have changed the name of your Setup.exe, you will have to change the name here too. Let's say that you want to change the name of the Setup.exe to Teacup.exe, simply replace Setup.exe for Teacup.exe
Before:
Setup=Setup.exe
After:
Setup=Teacup.exe
___
; Website for registration
;Register="registrationweb"
2.4 Website Register Link
Simply change the "registrationweb" for the link that will move your users to the registration website which ould be your control panel. Let' say that your link is "www.coffeecup.com/cp/register" then simply replace "registrationweb" by it.
Before:
;Register="registrationweb"
After:
;Register="www.coffeecup.com/cp/register"
Extra:
If it doesn't work try to replace like this, it should work:
;Register="coffeecup.com/cp/register"
or
;Register="http://www.coffeecup.com/cp/register"
or
;Register="http://coffeecup.com/cp/register"
___
Part 3 [updater]: Enableing, Official Updater and Number of Days to wait for the next Update
[updater]
; Enable updation of folder or not
Enabled=True
3.1 Enableing
This will enable or disable the updates of the folder. To prevent updates (which i don't recommend) simply replace True by False.
Updates won't be availables (not recommended):
Enabled=False
Updates will be availables (recommended):
Enabled=True
I recommend leave it as it.
___
; Filename of Official updater - rsu-kro-rag-lite.exe is used by default
;ExeName="rsu-kro-rag-lite.exe"
3.2 Official Updater
Here is the name of the Official Updater of kRo, since everytime some downloads kRo, that name is for deffault, so i recommend to leave it as it, otherwise you will have to tell to your users to change the name of the file, which is meaningless.
No changes:
; Filename of Official updater - rsu-kro-rag-lite.exe is used by default
;ExeName="rsu-kro-rag-lite.exe"
___
; No of days to wait before next update - default is 1 day
;DaySpan=1
3.3 Number of Days to wait for the next Update
As it name says, it's the number in days that the players/users will have to wait until they can update again. 1 means 1 day to wait, 2 means two days to wait and so on. LEt's say that you want them to wait 3 days, simply replace the number 1 by the number 3.
Before: 1 Day to wait (original)
;DaySpan=1
After: 3 Days to wait
;DaySpan=3
___
Please report any errors that you may find in this little guide
Well i hope this little guide helps you. As stated above, anyone who finds any error please contact me my pm or repplying this topic and i will corrected it as soon as possible.