2013 Ragexe Area

it crashes on login credentials though it seems

 
put it like this ; FYI UserName will change automatically. So it doesnt matter what you put there

[ROCred]

CheckSave=1

UserName=<username>

ExeName=<client exe file name>

 
Last edited by a moderator:
It worked! But having problem logging in. I am stuck to char selection after everything no console error. Can't connect to map.

 
Do you have an empty user id and pass in login table if not make one. Although from what Judas said that wont be needed if your langtype is 0 (or maybe I understood that wrong?)

 
that's right, i had blank login/pass when i tried using langtype 1, 

 
This works fine with me...

Code:
<?xml version="1.0" encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>sakray</servertype>   <connection>      <display>Ragnarok Online</display>      <balloon>Ragexe</balloon>      <desc>2013 Client</desc>      <address>127.0.0.1</address>      <port>6900</port>      <version>25</version>      <langtype>0</langtype>      <registrationweb></registrationweb>      <aid>         <admin>2000000</admin>      </aid>   </connection></clientinfo>
 
if i use primary as servertype i am getting the ragnarok.exe has changed error .Anyways its working finally. 

Where are the intro strings being read from now (I mean the /w , /h etc descriptions that show up when you login)?

I am getting them as korean now. I have put the msgstringtable.txt in data folder and using read data folder patch. I know its working since the Inventory tabnames are correct.

 
great =D

hmm i think datainfo/helpmsgstr

if one of the places

 
ah there it is
default_biggrin.png
thanks.

 
wow no activity for 12 hours interesting.

OK So I thought we should translate already known stuff to english from 2012 Translation.

There are 66 Pairs of strings known as of right now (Thanks to nana and others for their hard work & to swadon for listing them together into the txt file for translation).

I am not sure if all of them are in there - I used xviscript for replacing them.

Anyways I made a client with all those replacements done (No other diffs have been added) => http://www.mediafire.com/?hhjmvzzouqepb21

In case you want to add the translations to the exe you are using already. Download this file => http://www.mediafire.com/?784p7mwa164qjpf

Open Client in XVI32 Editor, Select XVIScript->Editor. From the Editor window that pops up, Select Open and choose the above xsc file.

Click Execute and then close the Editor. Save the exe. Enjoy
default_tongue.png


Let me know if you face any issues. FYI there maybe more strings that need translation which were not there in 2012 clients.

 
Back
Top